|
1 | 1 | # Change Log |
| 2 | +## Changes since v0.6.0 (a.k.a., v0.7.0) |
| 3 | +- `3379812` Tools: Add support for heartbeats |
| 4 | +- `d7029db` CI: Add continuous integration on Win32 using Appveyor |
| 5 | +- `a5f7ffb` Tests: only link against static libraries |
| 6 | +- `a16ad45...9cf7a3b` Lib: add support for EXTERNAL SASL method |
| 7 | +- `038a9ed` Lib: fix incorrect parameters to WSAPoll on Win32 |
| 8 | +- `a240c69...14ae307` Lib: use non-blocking sockets internally |
| 9 | +- `8d1d5cc`, `5498dc6` Lib: simplify timer/timeout logic |
| 10 | +- `61fc4e1` Lib: add support for heartbeat checks in blocking send calls |
| 11 | +- `f462c0f...3546a70` Lib: Fix warnings on Win32 |
| 12 | +- `ba9d8ba...112a54d` Lib: Add support for RabbitMQ auth failure extension |
| 13 | +- `fb8e318` Lib: allow calling functions to override client-properties |
| 14 | +- `3ef3f5f` examples: replace usleep() with nanosleep() |
| 15 | +- `9027a94` Lib: add AMQP_VERSION code |
| 16 | +- `9ee1718` Lib: fix res maybe returned uninitialized in amqp_merge_capbilities |
| 17 | +- `22a36db` Lib: Fix SSL_connection status check |
| 18 | +- `abbefd4` Lib: Fix issues with c89 compatiblity |
| 19 | +- `2bc1f9b...816cbfc` Lib: perf improvements when sending small messages by |
| 20 | + hinting to the OS message boundaries. |
| 21 | +- `be2e6dd...784a0e9` Lib: add select()-based timeout implementation |
| 22 | +- `91db548...8d77b4c` CI: add ubsan, asan, and tsan CI builds |
| 23 | + |
2 | 24 | ## Changes since v0.5.2 (a.k.a., v0.6.0) |
3 | 25 | - `e1746f9` Tools: Enable support for SSL in tools. |
4 | 26 | - `9626dd5` Lib: ABI CHANGE: enable support for auto_delete, internal flags to |
|
0 commit comments