Releases: telefonicasc/etl-framework
0.17.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.17.0/python-lib/tc_etl_lib
Changes (since 0.16.0)
- Add: new class
objectStorageBucketto manage bucket based object storage compatible with S3 API (such as AWS S3 or MINIMO) (#109)
0.16.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.16.0/python-lib/tc_etl_lib
Change (since 0.15.0)
- Add: new optional parameter
idPatternin cbManager's methods get_entities and get_entities_page used to filter entities by Identity pattern
Thanks to the following people that contributes to this release:
@jazminRillo
0.15.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.15.0/python-lib/tc_etl_lib
Changes (since 0.14.0)
- Fix: change request==2.28.2 to requests>=2.28.2,<2.33.0 in package requirements (Python 3.12+ case)
0.14.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.14.0/python-lib/tc_etl_lib
Changes (since 0.13.0)
- Add: support for Python 3.12 (keeping also compatibility with Python 3.8)
- Fix: upgrade requests from 2.21.0 to 2.25.1 (for Python 3.8 case)
- Fix: upgrade urllib3 from 1.24.1 to 1.26.16 (for Python 3.8 case)
0.13.0
0.12.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.12.0/python-lib/tc_etl_lib
Changes (since 0.11.0):
-
Add: new optional parameters
timeout,post_retry_connect,post_retry_backoff_factorin the iotaManager constructor used in the timeout/retry logic in send_http and send_batch_http (#72) -
Fix: improve INFO log traces (#82)
-
Fix: rename sensor_id to device_id in iotManager to align with the term used in IOTA library (#77)