Releases: dowjones/dj-dna-streams-python
Releases · dowjones/dj-dna-streams-python
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
release-1.3.1: allow both "service_account_id" and "user_key" to be used as names for the user_key authentication parameter
release-1.3.0: disabled streams for exceeded "documents received" limit
release-1.2.0: Merge pull request #3 from cristianmoradj/python3-official-support
Added Python 3 support.