Skip to content

Releases: JuliaComputing/AMQPClient.jl

v0.5.1

20 Oct 08:23
f155a57
Compare
Choose a tag to compare

AMQPClient v0.5.1

Diff since v0.5.0

Closed issues:

  • Provide better examples (#15)
  • wait_for_decrypted_data removed in MbedTLS-1.1.6 (#60)

Merged pull requests:

  • Use eof, not wait_for_decrypted_data (#61) (@nsslh)
  • Update README.md (#64) (@scls19fr)

v0.5.0

17 Aug 23:03
9008cc0
Compare
Choose a tag to compare

AMQPClient v0.5.0

Diff since v0.4.4

Closed issues:

  • connection(...) returns Channel (#51)
  • Empty messages are not retrieved (#53)
  • MessageConsumer has no field state (#55)
  • Byte order for arguments (#57)

Merged pull requests:

  • Return conn instead of chan from connection fun (#52) (@mfalt)
  • Handle empty message (#54) (@mfalt)
  • MessageConsumer has no state field (#56) (@nsslh)
  • fix network byte ordering of field table (#58) (@tanmaykm)
  • Bump minor version for tagging (#59) (@tanmaykm)

v0.4.4

02 Apr 02:34
cbc9531
Compare
Choose a tag to compare

AMQPClient v0.4.4

Diff since v0.4.3

Closed issues:

  • Base.write_sub removed in Julia 1.7 (#49)

Merged pull requests:

  • Stop using obsolete Base.write_sub (#50) (@nsslh)

v0.4.3

16 Nov 05:25
f596fe4
Compare
Choose a tag to compare

AMQPClient v0.4.3

Diff since v0.4.2

Merged pull requests:

  • check for stale connection while framing/chunking message to send (#46) (@tanmaykm)
  • allow using tcp keepalives instead of heartbeats (#47) (@tanmaykm)
  • reduce copying of large messages while sending (#48) (@tanmaykm)

v0.4.2

07 May 13:47
d7bc69f
Compare
Choose a tag to compare

AMQPClient v0.4.2

Diff since v0.4.1

Closed issues:

  • ERROR: LoadError: UndefVarError: send_confirm_select not defined (#43)

Merged pull requests:

v0.4.1

16 Feb 05:24
2331b7b
Compare
Choose a tag to compare

AMQPClient v0.4.1

Diff since v0.4.0

Closed issues:

  • Connection handshake failed with CloudAMQP (#37)
  • Logging reports crash of debug message (#38)

Merged pull requests:

  • fix undefvar error in @debug message keyword (#36) (@tanmaykm)
  • fix missing keyword parameter value (#39) (@tanmaykm)
  • fix channelmax and framemax negotiations (#40) (@tanmaykm)
  • bump patch version, minor updates to CI and docs (#41) (@tanmaykm)

v0.4.0

20 Jan 04:06
7681d35
Compare
Choose a tag to compare

AMQPClient v0.4.0

Diff since v0.3.1

Closed issues:

  • Stuck when trying to connect (#18)
  • How can I connect to amqps? (#19)

Merged pull requests:

v0.3.1

15 Jan 15:28
31d2e8d
Compare
Choose a tag to compare
Merge pull request #31 from JuliaComputing/tan/ci

update minor version and ci configuration

AMQPClient v0.3.0

25 Nov 15:50
beb6f34
Compare
Choose a tag to compare
Merge pull request #25 from JuliaComputing/tan/misc

use constructors where possible instead of `convert` methods, updates logging, add Project.toml

v0.2.0

16 Aug 14:09
Compare
Choose a tag to compare
One more round of tests fixes