Skip to content

Releases: telefonicasc/etl-framework

0.17.0

28 Oct 10:02
0a699bf

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.17.0/python-lib/tc_etl_lib

Changes (since 0.16.0)

  • Add: new class objectStorageBucket to manage bucket based object storage compatible with S3 API (such as AWS S3 or MINIMO) (#109)

0.16.0

29 Sep 14:25
839fdf7

Choose a tag to compare

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 idPattern in 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

27 Feb 16:18
5ad6e59

Choose a tag to compare

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

13 Dec 12:56
7ea79cb

Choose a tag to compare

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

26 Jun 07:39
c133772

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.13.0/python-lib/tc_etl_lib

Changes (since 0.12.0):

  • Fix: anchor numpy version to 1.24.4 (latest compatible with python 3.8 and pandas < 2.2.2) (#89)

0.12.0

20 May 14:29
4349bda

Choose a tag to compare

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

02 Feb 11:07
2f332ec

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.11.0/python-lib/tc_etl_lib

Changes (since 0.10.0):

  • Fix: close session upon finalization to avoid warnings (#76)

0.10.0

29 Nov 15:34
273e7f0

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.10.0/python-lib/tc_etl_lib

Changes (since 0.10.0):

  • Add: new class iotaManager to deal with IoT Agent interactions, with methods send_http and send_batch_http(#55)

0.9.0

16 May 11:06
9786e29

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.9.0/python-lib/tc_etl_lib

Changes (since 0.8.0):

  • Add: new class normalizer to clean up text strings to be used as NGSI entity IDs, by replacing or removing forbidden characters (#54)

0.8.0

22 Mar 11:36
f57d276

Choose a tag to compare

Documentation: https://github.com/telefonicasc/etl-framework/tree/0.8.0/python-lib/tc_etl_lib

Changes (since 0.7.0):

  • Add: new optional parameter called replace_id in sqlFileStore context manager (#58)