| Changelog for stomp |
| Release |
What has changed? |
| 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) |