Version | Message |
2.0.3 | - Fix compatibility with PHP 8 |
2.0.2 |
- Fix compatibility with PHP 7.3 - Fix -Wformat issues |
2.0.1 | - PHP7.1 Support |
2.0.0 | - PHP7 Support |
1.0.9 |
- Adding .travis.yml to enable Travis CI test runner. (Gennady) - Adding a basic README file. (Gennady) - Check stomp connection status after _stomp_recv. (Gennady) - Commenting out activemq.prefetchSize hardcoded header for SUBSCRIBE frame. (Gennady) - Make login and passcode headers optional (if no creds provided). (Gennady) - Fixing type cast warning, introduced a new int variable. (Gennady) - Fixing stomp_writable() check so we can catch when connect failed. (Gennady) |
1.0.8 |
- Fix perm on source files. (Remi) - Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady) |
1.0.7 |
- add LICENSE file as documentation (Remi) - Fixed Windows compilation regression due to new TCP_NODELAY code. (Gennady Feldman) - Fixed bug where error checking was missing after stomp_send(). (Gennady Feldman) |
1.0.6 |
- Add two new ini options stomp.default_username and stomp.default_passowrd (Pierrick) - General performance improvements (Pierrick) - Fix stomp_read_frame when buffered (Pierrick) - Fixed bug #59217 (Connections to RabbitMQ via CLI). (Pierrick). - Fixed bug #59970 (acking a message makes rabbitmq disconnect the server). (Pierrick) - Fixed bug #67170 (Disable Nagle's Algorithm with TCP_NODELAY, it delays sending small messages). (Yarek Tyshchenko) - Fixed bug #68497 (Stomp client doesn't parse ERROR response on CONNECT). (Lorenzo Fontana) - Fixed bug #64671 (Add stomp_nack and Stomp::nack functions). (Pierrick) |
1.0.5 |
- Fix memory leak when Stomp can't write the message on the queue. (Pierrick) - Add a buffer for receipts. (Pierrick) - Fixed bug #62831 (Stomp module seems not initializing SSL library first). (Patch by lwhsu at lwhsu dot org) - Fixed bug #59972 (Message body are not binary safe). (Pierrick) |
1.0.4 | - Fix compatibility with 5.4 |
1.0.3 | - Fixed bug #18772 (setTimeout usecs not honored) |
1.0.2 | - Fixed SSL connection bug introduced in 1.0.1 |
1.0.1 |
- Add new parameter to the constructor to allow client to send extra informations - Add zend engine runtime cache support (introduced into trunk) - Add new details property in the StompException class - Add new StompException::getDetails() method - Add the frame body content in the Stomp::Error() method - Fixed bug #17262 (Server is not responding on win32). |
1.0.0 | - Bump to stable |
0.4.1 | - Fix compilation issue on PHP5.2 branch |
0.3.2 |
- Fixed bug #16936 (Module segfaults on readFrame if Frame > STOMP_BUFSIZE) - Fixed bug #16933 (readFrame does not notice when server shuts down) - Fixed bug #16930 (readFrame reports error-frames as "timeout") |
0.3.1 |
- Fix memory leak in stomp_send and in stomp_ack - Reduced minimum php version to 5.2.2 |
0.3.0 |
* new stomp_connect_error() function (pierrick) * stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick) * new connection timeout and read timeout ini configuration (pierrick) * Fix a memory leak in stomp_read_line (pierrick) * Better set of test (Pierrick and Anis) |
0.2.0 |
- Windows build fix (kalle) - Add SSL support (pierrick) |
0.1.0 | - Initial PECL release. (pierrick) |