Skip to content

Releases: DevoInc/python-sdk

v7.0.2

Choose a tag to compare

@felipe-conde-devo felipe-conde-devo released this 06 Aug 09:35
b18df70

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

Choose a tag to compare

@felipe-conde-devo felipe-conde-devo released this 16 Jun 14:49
f10d3a8

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

Choose a tag to compare

@felipe-conde-devo felipe-conde-devo released this 18 Mar 12:42
a62df20

[7.0.0] - 2026-02-11

Removed

  • Python 3.9 support. Minimum required Python version is now 3.10.

Changed

  • Changed some dependencies:
Dependency From To
pyopenssl ~=25.3.0 ~=26.0.0
pytz ~=2025.2 ~=2026.1
pebble ~=5.1.3 ~=5.2.0
pytest ~=8.4.2 ~=9.0.0
pytest-cov ~=5.0.0 ~=6.0.0
responses ~=0.25.8 ~=0.26.0

Full Changelog: v6.0.7...v7.0.0

v6.0.7

Choose a tag to compare

@felipe-conde-devo felipe-conde-devo released this 11 Feb 18:32
cef7d4c

[6.0.7] - 2026-02-11

Changed

  • Changed some dependencies:
Dependency From To
click ==8.3.1 ~=8.3.1
pem ~=21.2.0 ~=23.1.0
cryptography ~=44.0.3 Removed (transitive via pyOpenSSL)
certifi ~=2026.1.4 Removed (transitive via requests)

Full Changelog: v6.0.6...v6.0.7

v6.0.6

Choose a tag to compare

@franjuan franjuan released this 26 May 10:02
v6.0.6
cc47227

[6.0.6] - 2025-05-26

Fix

  • API Lookup developer guide reference in legacy lookup documentation

Contributions

  • feat: API Lookup developer guide in documentation by @franjuan in #303

Full Changelog: v6.0.5...v6.0.6

v6.0.5

Choose a tag to compare

@franjuan franjuan released this 23 May 15:35
v6.0.5
d4b306d

[6.0.5] - 2025-05-23

Added

  • API Lookup developer guide in documentation

Deprecated

  • Deprecation message in lookup upload functionality modified

Contributions

  • feat: API Lookup developer guide in documentation by @franjuan in #302

Full Changelog: v6.0.4...v6.0.5

v6.0.4

Choose a tag to compare

@franjuan franjuan released this 12 May 13:19
v6.0.4
86503a0

[6.0.4] - 2025-05-12

What's Changed

  • Deprecation message in lookup upload functionality modified

Contributions

  • Deprecation message in lookup upload functionality modified by @franjuan in #301

Full Changelog: v6.0.3...v6.0.4

v6.0.3

Choose a tag to compare

@franjuan franjuan released this 20 Mar 10:54
v6.0.3
e408e05

[6.0.3] - 2025-03-20

What's Changed

Deprecated

  • Right now the upload of lookups is based on the my.lookup.data and my.lookup.control tables.
    This method will soon be deprecated on the Devo backend.
    As an alternative, you can use the Lookups API: Lookups API Documentation.
    The Python SDK will support the Lookups API in future versions.

Contributions

  • Deprecation warning in lookups functionality by @franjuan in #300

Full Changelog: v6.0.2...v6.0.3

v6.0.2

Choose a tag to compare

@Worvast Worvast released this 07 Mar 12:03
2c750a0

[6.0.2] - 2025-03-07
Added

Added new --escapenewline or -enl option in lookup creation, edition and deletion. It will escape with double backslash any new line char found inside a csv field.

v6.0.1

Choose a tag to compare

@franjuan franjuan released this 05 Feb 11:59
v6.0.1
c62f89b

[6.0.1] - 2025-02-05

What's Changed

Added

  • Added Python 3.13 support

Changed

  • Change logger name in common/sender/data.py so it logs to devo.data instead to ROOT

Fixed

  • Bump security libraries to updated versions
  • test_api_cli corrected as error code changed nomenclature

Contributions

Full Changelog: v6.0.0...v6.0.1