Releases: JuliaComputing/AMQPClient.jl
Releases · JuliaComputing/AMQPClient.jl
v0.5.1
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
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
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
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
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
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
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
Merge pull request #31 from JuliaComputing/tan/ci
update minor version and ci configuration
AMQPClient v0.3.0
Merge pull request #25 from JuliaComputing/tan/misc
use constructors where possible instead of `convert` methods, updates logging, add Project.toml
v0.2.0
One more round of tests fixes