Releases: dowjones/dj-dna-streams-python
Releases · dowjones/dj-dna-streams-python
Release-2.3.1: Updated demo scripts
What's Changed
- Updated demo scripts to properly handle the new 'source_delete' event type by @cninowize in #50
Full Changelog: release-2.3.0...release-2.3.1
Release-2.3.0: Automated builds, logging path fix and setuptools upgrade
What's Changed
- Automatic publishes to PyPi by @AlanKev117 in #46
- Require setuptools >= 75.1.0 by @cninowize in #49
- Log folder is included as a parameter by @olveraa in #48
New Contributors
- @cninowize made their first contribution in #49
- @olveraa made their first contribution in #48
Full Changelog: release-2.2.1...release-2.3.0
2.2.1 Dev
No new changes over 2.2.1
release-2.2.1: Minor Release with High Availability Listener Logger Fixes
- [docs] Updated README.rst.
- [breaking] Removed subscriber module. Added 'listener'. This will simplify how customers run our code. No longer will they be creating the subscription and consuming it. Instead they will just consume an already existing subscription.
- [Tests] Updated tests to use listener. Updated tests to use new name for sample credentials file. Deleted old subscriber test.
release-2.2.0: High Availability Integration for Streams Listener
What's Changed
Read the notes in the Changelog for release 2.2.0
.
release-2.1.0: Configuration File Removed for Legacy Authentication
What's Changed
Read the notes in the Changelog for releases 2.1.0
.
Removed threaded article quota check
The threaded article quota check that was included in both the sync and async listeners was removed. The article quota is still being monitored on the server-side.
Dependency upgrades and installation via pip optimized
Read the notes in the Changelog for releases 2.0.3
and 2.0.4
release-1.3.2: fix infinite loop but at max messages boundry
Merge pull request #16 from dowjones/issue/loop-less-than-bug replaced <= with < so batch size doesn't get set to zero