Skip to content

Releases: dowjones/dj-dna-streams-python

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

release-1.3.0: disabled streams for exceeded "documents received" limit

29 Oct 18:30
Compare
Choose a tag to compare

release-1.2.0: Merge pull request #3 from cristianmoradj/python3-official-support

01 Oct 14:42
Compare
Choose a tag to compare