Releases: customerio/cdp-analytics-python
Releases · customerio/cdp-analytics-python
Release list
v1.0.2
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
What's Changed
- Modernize Python CI and packaging by @richdawe-cio in #7
- Add automated PyPI publish workflow by @richdawe-cio in #8
- Project name must match PyPi by @richdawe-cio in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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