Skip to content

1.1.5

Choose a tag to compare

@Rubenicos Rubenicos released this 21 Dec 01:56
· 16 commits to main since this release
1a24b97

Additions

  • New LogFilter utility class, a better replacement of Broker.Logger (and also the modules extension-log4j and extension-slf4j).
  • New PlainTextBroker class, a extension of Broker for sql-based brokers.
  • New ConnectionSupplier class, a replacement of DataSource (and also the module module-sql).

Changes

  • The RedisBroker now use the newly introduced RedisClient to connect with redis.
  • Now the Encryptor is lazily initialized to allow the use of public keys.
  • Now the Redis-based brokers send byte data directly instead of the ugly hack serializing bytes as String and viceversa.
  • Now every broker extend the method send to send data.

Bug Fixes

  • Some methods were not compatible with Java 8.

Dependency updates

  • Bump org.apache.kafka:kafka-clients from 4.1.0 to 4.1.1 by @dependabot[bot] in #55
  • Bump org.apache.activemq:activemq-client from 6.1.7 to 6.2.0 by @dependabot[bot] in #56

Full Changelog: 1.1.4...1.1.5