Skip to content

Releases: dowjones/dj-dna-streams-python

Release-2.3.1: Updated demo scripts

27 May 16:40
Compare
Choose a tag to compare

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

08 May 20:03
652d114
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-2.2.1...release-2.3.0

2.2.1 Dev

25 Jul 16:16
Compare
Choose a tag to compare

No new changes over 2.2.1

release-2.2.1: Minor Release with High Availability Listener Logger Fixes

10 Jul 17:06
57d883e
Compare
Choose a tag to compare
  • [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

10 Jul 17:04
0129f71
Compare
Choose a tag to compare

What's Changed

Read the notes in the Changelog for release 2.2.0.

release-2.1.0: Configuration File Removed for Legacy Authentication

11 Jun 15:55
ff2dc9d
Compare
Choose a tag to compare

What's Changed

Read the notes in the Changelog for releases 2.1.0.

Removed threaded article quota check

04 Nov 00:35
9032efa
Compare
Choose a tag to compare

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

28 Sep 19:33
3e00989
Compare
Choose a tag to compare

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

28 Mar 21:32
97a01c4
Compare
Choose a tag to compare
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

19 Nov 19:07
Compare
Choose a tag to compare