Skip to main content

"REST API for invenio-records."

Project description

https://img.shields.io/github/license/inveniosoftware/invenio-records-rest.svg https://github.com/inveniosoftware/invenio-records-rest/workflows/CI/badge.svg https://img.shields.io/coveralls/inveniosoftware/invenio-records-rest.svg https://img.shields.io/pypi/v/invenio-records-rest.svg

REST API for Invenio-Records.

Further documentation is available on https://invenio-records-rest.readthedocs.io/.

Changes

Version v5.0.0 (released 2026-05-29)

  • chore(setup): bump dependencies

Version v4.1.0 (released 2026-03-12)

  • chore: compatibility webargs > 6.0.0

Version v4.0.0 (released 2026-01-29)

  • chore: apply changes for marshmallow context

  • fix: RemovedInMarshmallow4Warning

  • fix: PendingDeprecationWarning

  • fix(chore): DeprecationWarning stdlib

  • chore(setup): bump dependencies

  • i18n: pulled translations

Version v3.2.1 (released 2025-10-22)

  • i18n: pulled translations

Version v3.2.0 (released 2025-07-18)

  • fix: remove datacite schema31 support

  • i18n: pulled translations

  • i18n: push translations

Version 3.1.0 (2025-07-01)

  • fix: pkg_resources DeprecationWarning

  • i18n: remove .pot files from gitignore

  • fix: update outdated Transifex configuration

  • fix: update setup.cfg to use underscores in configuration keys

  • i18n: add workflows for pulling and pushing translations

  • i18n: replaced {} with %()s in gettext

  • i18n: Fix untranslated strings in facets

Version 3.0.0 (2024-12-09)

  • tests: fix sneaking in indices

  • tests: remove before_first_request use

  • tests: apply changes for sqlalchemy>=2.0

  • setup: change to reusable workflows

  • setup: bump major dependencies

Version 2.4.1 (2024-05-08)

  • marhsmallow: remove deprecation warning

Version 2.4.0 (2023-12-08)

  • facet: Allow more than one possibility on range facets

  • search: possibility to specify a different query_parser

  • facets: New parameter, RECORDS_REST_FACETS_FILTER, to filter the facets based on a category based on all the other categories

  • i18n-global: add compile-catalog fuzzy (#323)

Version 2.3.1 (2023-11-10)

  • facets: apply some fixes on nested filter

Version 2.3.0 (2023-11-07)

  • facets: add a new filter for nested filters

Version 2.2.0 (2023-03-03)

  • remove deprecated flask-babelex dependency and imports

  • upgrade invenio-i18n

Version 2.1.0 (2022-10-03)

  • Add support to OpenSearch v2

  • Remove search_type param

Version 2.0.2 (2022-09-28)

  • Bump invenio-indexer

Version 2.0.1 (2022-09-27)

  • Bump invenio-records

Version 2.0.0 (2022-09-24)

  • Add support for OpenSearch

  • Drop support for Elasticsearch < 7

  • Upper pin Invenio dependencies

  • Rename all occurrences of Elasticsearch to search

  • Remove iterator from MarshmallowErrors class

  • Breaking: rename func check_elasticsearch to check_search, conf RECORDS_REST_ELASTICSEARCH_ERROR_HANDLERS to RECORDS_REST_SEARCH_ERROR_HANDLERS

  • Fix CI tests

Version 1.9.0 (2021-11-29)

  • Fixes MarshmallowErrors.get_body due to Werkzeug 2.0.x changes

  • Upgrade invenio packages

  • Upgrade cite-proc

Version 1.8.0 (2020-12-09)

  • Adds Cache-Control: ‘no-cache’ header to 200 responses to ensure that browsers will not cache responses client side.

  • Unpins the ftfy library.

Version 1.7.2 (2020-08-28)

  • Fixes an issue with record PID resolution error handling.

  • URL PID converter is now “lazier” and initializes its internal resolver via a property.

  • Fixes classifiers to reflect Python verisons

Version 1.7.1 (released 2020-05-07)

  • Sphinx set to <3 because of errors related to application context

  • Stop using example app

Version 1.7.0 (released 2020-03-13)

  • Removes support for python 2.7

  • Centralises management of Flask dependency by invenio-base

Version 1.6.4 (released 2019-12-11)

  • Fixes loaders error payload to add support for nested fields

Version 1.6.3 (released 2019-11-19)

  • Upgrades six package minimal version

Version 1.6.2 (released 2019-10-02)

  • Changes PID field in Marshmallow Schema to String instead of Integer.

Version 1.6.1 (released 2019-09-23)

  • Fixes wrong size url arg upper limit

  • Upgrades invenio-rest dependency

Version 1.6.0 (released 2019-09-11)

  • Adds support to serialization using Marshmallow with versions 2 and 3

  • Enables to choose response search serializer via url argument

Version 1.5.0 (released 2019-08-02)

  • Adds improved support for infinite scroll

  • Adds ES7 support

  • Adds CSV serializer

  • Adds record to marshmallow context

  • Uses html allowed tags and attributes for bleach from config

Version 1.4.2 (released 2019-05-07)

  • Marshmallow JSON schema: add getter method to customize and retrieve the PID field name per schema.

Version 1.4.1 (released 2019-04-02)

  • Added RECORDS_REST_DEFAULT_RESULTS_SIZE variable to change the default size of the search results. The default value remains 10.

Version 1.4.0 (released 2019-02-22)

  • Removed unused resolver parameter from views classes.

  • Improved documentation of record_class in URL patterns.

Version 1.3.0 (released 2018-12-14)

  • Enhance Elasticsearch error handling.

  • Refactor Marshmallow schemas to allow PID injection.

Version 1.2.2 (released 2018-11-16)

  • Changes str to text_type on filter dsl.

Version 1.2.1 (released 2018-09-17)

  • Adds source filtering support for ES 5.

Version 1.2.0 (released 2018-08-24)

  • Adds PersistentIdentifier field to handle record PIDs.

  • Adds Nested class to improve reporting of validation errors.

Version 1.1.2 (released 2018-06-26)

  • Rename authentication of GET operation over RecordsListResource from ‘read_list’ to ‘list’.

Version 1.1.1 (released 2018-06-25)

  • Adds authentication to GET operation over RecordsListResource.

  • Bumps invenio-db version (min v1.0.2).

Version 1.1.0 (released 2018-05-26)

  • Moves RecordSchemaJSONV1 marshmallow schema from invenio_records_rest.serializers.schemas to invenio_records_rest.schemas.

  • Fixes missing API documentation.

  • Adds blueprint factory (requires Invenio-Base v1.0.1+).

  • Adds marshmallow loaders, fields and schemas.

Version 1.0.1 (released 2018-03-27)

  • Fixes unicode query handling

  • Fixes Datacite v4.1 serialization

Version 1.0.0 (released 2018-03-23)

  • Initial public release.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invenio_records_rest-5.0.0.tar.gz (68.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

invenio_records_rest-5.0.0-py2.py3-none-any.whl (135.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file invenio_records_rest-5.0.0.tar.gz.

File metadata

  • Download URL: invenio_records_rest-5.0.0.tar.gz
  • Upload date:
  • Size: 68.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for invenio_records_rest-5.0.0.tar.gz
Algorithm Hash digest
SHA256 05f86089ba1cdcfd2abc1e44e0ba79222b5b876f4f3956359562b09a2085b436
MD5 1df92a8a47f0075c4b46cc153b490381
BLAKE2b-256 023f3eae3ef3d727daea26ba82d79c484b4d3c76c88889ab8a2b0362589f757f

See more details on using hashes here.

File details

Details for the file invenio_records_rest-5.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for invenio_records_rest-5.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4720791ad45f8a270e03327fe137f9caa4db7a9f9e01d73ccde638f3daf0f4ca
MD5 66451f2f53c186bcf18f3ba3cd4b642b
BLAKE2b-256 dd0a782b2b2f4065375c6f90d1560c991041eb51a584230e53990a15c5b670fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page