All notable changes to this project will be documented in this file.
This project is kept in version sync with the Component Registry project, see the version policy and thus a lot of versions don't bring ground breaking changes and they rather update the API endpoints. In such cases the version is listed without any additions/changes/deletions.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix usage of query parameters with double underscore
- fix
to_dict
not being able corretly transform UNSET values of different instances (mainly multiprocessing issue)
- fix bindings making lot a of uncessary calls when supplying max_results parameter for async list iterator which is much higher than actual results count
- fix error caused by supplying empty limit to async iterator
- operation for results count
- max_results parameter for
retrieve_list_iterator_async
- settable maximum concurrent connections via
COMPONENT_REGISTRY_BINDINGS_MAX_CONCURRENCY
environmental variable
- implement async iterator operation
- implement smarter pagination
- fix pagination handling when next/previous are missing
- add
next()
,prev()
anditerator()
methods for paginated responses to make page browsing easier
- first experimental release to the PyPI - versioning not yet fully synced with Component Registry
- empty value (NONE) manually added to all enumarations as a temporary solution for data comming from Component Registry