Skip to content

Releases: CopernicaMarketingSoftware/AMQP-CPP

AMQP-CPP 4.3.16

13 Jan 09:47
Compare
Choose a tag to compare
  • Added support for exchange type "x-message-deduplication"
  • Implemented heartbeats (again) for libboostasoi
  • The LibEvHandler::monitor() method is no longer private to allow user-space programs to further enhance it

AMQP-CPP 4.3.15

24 Sep 10:13
b891cc3
Compare
Choose a tag to compare
  • Added missing include (#416)
  • Fixed copy and move constructors of the PassthroughBuffer (fixes #418)
  • Fixed sync handling for CopiedBuffer
  • Use one-shot expirations instead of intervals for the libev backend
  • Fixed timeout issues

AMQP-CPP 4.3.14

02 Aug 12:42
2749d36
Compare
Choose a tag to compare
  • Avoid that multiple frames are sent by the channel-on-ready handler
  • Prefer make_shared over calling std::shared_ptr constructor
  • Improve Table copy assignment operator
  • Fix: cannot call size() on a moved-from Field
  • Check if the callback is null again after flush()
  • Monitor earlier in case flush() calls reportError
  • Print a better error message for openssl
  • Replace shared_ptr by unique_ptr for Fields (#402)
  • Remove unused ConsumedMessage class
  • Fix SSL state bugs (#413)
  • Add ON value for CMake build flags
  • Fixed tiny typo in example

AMQP-CPP 4.3.13

24 Jun 08:47
f52fdf6
Compare
Choose a tag to compare
AMQP-CPP 4.3.13 Pre-release
Pre-release
  • avoid that multiple frames are sent by the channel-on-ready handler

AMQP-CPP 4.3.12

14 May 07:34
dc9d88f
Compare
Choose a tag to compare
  • Make sure the deferred objects stay in scope
  • Find and link OpenSSL in cmake

AMQP-CPP 4.3.11

15 Jan 10:05
9fa0510
Compare
Choose a tag to compare
  • Set default verify paths for SSLHandshake to prevent secure connections from being marked as unverified.
  • Allow user space programs to initialize the SSL structure before a connection is set up
  • The deferred parameter indicates if it failed, while the call in Tagger:close assumed that the parameter indicated usable. This is now fixed.

AMQP-CPP 4.3.10

23 Nov 10:28
ad5ecea
Compare
Choose a tag to compare
  • retry poll when interrupted by a signal

AMQP-CPP 4.3.9

18 Nov 12:38
7f40ad2
Compare
Choose a tag to compare
  • Add option to select an IP randomly instead of using the order provided by getaddrinfo, which is proximity based.

AMQP-CPP 4.3.8

30 Oct 13:41
f75c848
Compare
Choose a tag to compare
  • select only supports upto fd 1024, which can cause stack smashing if using higher ones
  • <boost/bind.hpp> is deprecated, using <boost/bind/bind.hpp>.

AMQP-CPP 4.3.7

23 Oct 10:13
98727a2
Compare
Choose a tag to compare
AMQP-CPP 4.3.7 Pre-release
Pre-release
  • fix to reliable class when publishing during ack/nack callback