Releases: telefonicasc/etl-framework
Releases · telefonicasc/etl-framework
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_factor
in 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)
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.5.0/python-lib/tc_etl_lib
Changes (since 0.4.0)
0.4.0
Documentation: https://github.com/telefonicasc/etl-framework/tree/0.4.0/python-lib/tc_etl_lib
Changes (since 0.3.0)
- Add: new optional parameter called service in get_entities, get_entities_page, delete_entities and send_batch
- Add: new function set_token, to set specific token bypassing IDM negotiation
- Add: new function delete_entities, to remove entities from Context Broker (#14)
- Add: new parameter actionType in the function send_batch to define the action (append, appendStrict, update, delete or replace) (#16)
- Fix: parameter authManager becomes optional in get_entities, get_entities_page, delete_entities and send_batch