Skip to content

Releases: stomp-php/stomp-php

5.1.0

22 Jun 02:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

03 Feb 19:45
Compare
Choose a tag to compare
  • #149 When no data is available, we should not update server activity timestamp. (Thanks to @Nestorfish )
  • #157 PHP 7.4 and 8.0 support, tests migrated to PHPUnit 9.5 (Big Thanks to @andrewmy)

4.6.1

01 Jul 07:50
Compare
Choose a tag to compare

4.6.0

15 Jun 17:35
Compare
Choose a tag to compare
  • #141 stomp 1.2 ack message was based on message id instead of using the ack header (Thanks to @adhesivee)
  • #134 add some basic tests for active mq artemis

4.5.2

26 Jul 18:47
Compare
Choose a tag to compare

4.5.1

09 Apr 08:50
Compare
Choose a tag to compare
  • #125 fix missing signal processing logic for time_nanosleep (thanks to @edefimov)

4.5.0

26 Mar 11:19
Compare
Choose a tag to compare
  • #123 #122 setup prettyci and cleanup build process, add php 7.3 to the setup and remove superfluous development requirements (thanks to @staabm)
  • #118 #114 #115 fix several connection stability problems when using ssl (thanks tp @mlamm, @deltastateonline)
  • #123 improve options to inject signal handlers (thanks to @edefimov)

This is exactly the same version that was already released as "4.5.0-RC1".

4.5.0-RC1

16 Mar 12:25
Compare
Choose a tag to compare
4.5.0-RC1 Pre-release
Pre-release
  • #123 #122 setup prettyci and cleanup build process, add php 7.3 to the setup and remove superfluous development requirements (thanks to @staabm)
  • #118 #114 #115 fix several connection stability problems when using ssl (thanks tp @mlamm, @deltastateonline)
  • #123 improve options to inject signal handlers (thanks to @edefimov)

4.4.3

23 Nov 20:20
Compare
Choose a tag to compare
  • #113 add configuration for connection read/write may bytes (thanks to @ganeko for this enhancement)

4.4.2

11 Oct 08:29
Compare
Choose a tag to compare
  • #111 fix client stuck at large messages (thanks to @ganeko for fix)