cznic/public/: frgal-3.3.1 metadata and description
FRED gRPC auxiliary library
author | Vlastimil Zíma |
author_email | vlastimil.zima@nic.cz |
classifiers |
|
provides_extras | test |
requires_python | >=3.5 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
frgal-3.3.1.tar.gz
|
|
FRED gRPC auxiliary library
This library contains the basic code for gRPC clients for FRED services.
Changelog
Unreleased
3.3.1 (2020-09-15)
Fix decoding of nested lists from Struct.
3.3.0 (2020-08-04)
Rename private method for decoding messages.
Add decoder for Struct.
Update timestamp decoding. Timestamp 0 is now decoded to None.
Update CI & tests. Use python images for CI.
3.2.0 (2020-06-15)
Fix returned default values.
Fix decoding of oneof fields.
Refactor core to support various requests.
Split asynchronous calls to call_future.
Add support for streaming responses.
Add a test client mixin.
Support python 3.8 and new gRPC versions.
Add license
3.1.1 (2020-06-05)
Log requests on single line.
Test multiple grpcio vesions.
3.1.0 (2020-01-23)
Add retry if call fails.
3.0.0 (2020-01-15)
Fix exception management after switch to non-blocking calls.
Fix compatibility with grpcio > 1.24.
Fix docstrings.
2.2.0 (2019-12-09)
Add support to non-blocking calls.
2.1.0 (2019-11-20)
Improve logging
Fix type annotations
Update tox & CI
2.0.0 (2019-10-01)
Fix client destructor
Log reconnections
Install and CI updates
1.0.0 (2019-06-03)
Initial version