Skip to content

Releases: SmartsquareGmbH/socket-io-redis-emitter

0.15.0

06 Sep 16:51
Compare
Choose a tag to compare

What's changed

  • Various dependency updates and project setup improvements.
  • New minimum Java version is now 17.

Full Changelog: 0.14.2...0.15.0

0.14.2

06 Sep 12:43
Compare
Choose a tag to compare

What's changed

  • Switch publishing to different plugin and account.

Full Changelog: 0.14.1...0.14.2

0.14.1

06 Sep 12:21
Compare
Choose a tag to compare

What's Changed

  • Fix issue in release workflow

Full Changelog: 0.14.0...0.14.1

0.14.0

17 Jan 11:03
Compare
Choose a tag to compare

What's Changed

  • Add support for Spring Data and update Lettuce support by @rubengees in #8
  • Modernize project setup and update dependencies

Full Changelog: 0.13.0...0.14.0

0.13.0

08 Nov 10:56
e6c309f
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

What's Changed

  • Use JedisPool instead of single connection (#7)

0.12.0

04 Sep 07:43
8e38885
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

What's Changed

  • We're now supporting both Jedis and Lettuce

Details

New Contributors

Full Changelog: 0.11.3...0.12.0

0.11.3

14 Jun 12:50
Compare
Choose a tag to compare
0.11.3 Pre-release
Pre-release
  • Fix incorrect dependency declaration.

0.11.2

14 Jun 12:40
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release
  • Fix incorrect dependency declaration.

0.11.1

14 Jun 12:24
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • Fix incorrect dependency declaration.

0.11.0

14 Jun 12:08
a0cac5c
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Use jackson serialization internally to add support for arbitary data types.
    • This comes with api changes. See the updated README.