Skip to content

Releases: customerio/cdp-analytics-python

v1.0.2

Choose a tag to compare

@richdawe-cio richdawe-cio released this 30 Jun 08:33
776e23b

What's Changed

  • Ensure proxies and timeout options are handled correctly by @richdawe-cio in #10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@richdawe-cio richdawe-cio released this 26 Jun 14:39
e84a8e6

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@richdawe-cio richdawe-cio released this 25 Jun 10:41
dccaa90

What's Changed

  • Drop support for Python 3.6, 3.7 because of requests requirement (security).

  • Test with more recent Python 3.x versions.

  • Fix pylint errors: missing init.py, import ordering, exception handling

    • Add customerio/init.py so pylint can resolve the package hierarchy.
    • Fix raise-missing-from, return-in-finally, and import ordering warnings.
    • Fix RuntimeError formatting bug where %-placeholders were not interpolated.

Full Changelog: 0.0.2...1.0.0