Skip to content

Releases: packaged/queue

2.5.0

Choose a tag to compare

@TomK TomK released this 19 Mar 12:59
8a3024f

What's Changed

  • Fix CI: update google/cloud-pubsub and unblock security advisory by @TomK in #29
  • Add heartbeat() method to AmqpQueueProvider by @TomK in #28

Full Changelog: 2.4.0...2.5.0

2.4.0

Choose a tag to compare

@TomK TomK released this 07 Nov 16:06
f1337d7

What's Changed

Full Changelog: 2.3.5...2.4.0

2.3.5

Choose a tag to compare

@TomK TomK released this 14 Nov 13:16
a0d4540

What's Changed

  • update to use packaged/log by @TomK in #26

Full Changelog: 2.3.4...2.3.5

2.3.4

Choose a tag to compare

@TomK TomK released this 12 Jul 09:26
d533348
Heartbeat tests (#25)

2.3.3

Choose a tag to compare

@TomK TomK released this 07 Jul 10:29
c7b9c26
retry on missed heartbeats (#24)

2.3.2

Choose a tag to compare

@TomK TomK released this 06 Jul 22:34
0c21b0b
v1 helpers also supported (#23)

2.3.1

Choose a tag to compare

@TomK TomK released this 06 Jul 22:20
9999539
interpret string values as bools (#22)

2.3.0

Choose a tag to compare

@TomK TomK released this 23 Jun 13:49
d009b5d
support heartbeat via configuration (#21)

2.2.0: Explicit Exceptions (#20)

Choose a tag to compare

@bajb bajb released this 13 Jan 14:32
6ba6a39
* added exceptions

* replaced generic exceptions with more specific ones

2.1.0: upgrade to latest amqp version, enabling heartbeats (#18)

Choose a tag to compare

@TomK TomK released this 01 Oct 09:19
30738d3
* upgrade to latest amqp version, enabling heartbeats

* add sockets module