Fixed - fix usage of query parameters with double underscore - fix `to_dict` not being able corretly transform UNSET values of different instances (mainly multiprocessing issue)
1.3.9
Changed - 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
1.3.8
Changed - fix error caused by supplying empty limit to async iterator
1.3.7
Added - operation for results count - max_results parameter for `retrieve_list_iterator_async` - settable maximum concurrent connections via `COMPONENT_REGISTRY_BINDINGS_MAX_CONCURRENCY` environmental variable