bucket4j/bucket4j
 Watch   
 Star   
 Fork   
4 days ago
bucket4j

8.11.0

The features/enhancements in release scope are following:

Backward incompatible changes:

New scheme of naming for Maven artifacts

Now, the version of target JDK become a part of artifact name. For example com.bucket4j:bucket4j-core has been changed to com.bucket4j:bucket4j_jdk17-core.

Dependencies structure for Redis has been changed

Support for Redis has been splitted by individual modules(Jedis, Lettuce, Redisson). + See docs for your library:

2024-03-21 04:20:44
bucket4j

8.10.0

The features/enhancements in release scope are following:

Bugfixes:

Backward incompatible changes:

Hazelcast 3.x is not supported anymore. Since bucket4-8.10.0 the minimum supported Hazelcast version is 4.1.

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.9.0...8.10.0

2024-02-25 02:16:57
bucket4j

8.9.0

The features/enhancements in release scope are following:

What's Changed

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.7.0...8.9.0

2024-02-12 02:14:44
bucket4j

8.8.0

Implemented features:

  • #443 Support for MariaDb

What's Changed

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0

2023-11-04 01:21:47
bucket4j

8.6.0

The features/enhancements/bugfixes in release scope are following:

  • #417 Local Bucket: tryConsumeAsMuchAsPossible returns negative values after calling consumeIgnoreRateLimits

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.5.0...8.6.0

2023-10-03 03:52:03
bucket4j

8.5.0

What's Changed

  • #401 Making the builder API to be more close with token-bucket description

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.4.0...8.5.0

2023-08-07 17:09:24
bucket4j

8.4.0

What's Changed

  • #372 Bucket4J for OracleSql
  • #400 PostgreSQLadvisoryLockBasedProxyManager does not work with String keys
  • #384 skip-sync-on-empty-bucket optimization
  • #381 Add Listener hook before the thread is parked
  • #398 BucketNotFoundException when using Predictive Optimization
  • fix(sec): upgrade com.hazelcast:hazelcast to 5.3.0 by @ChengDaqi2023 in https://github.com/bucket4j/bucket4j/pull/397
  • fix(sec): upgrade com.google.guava:guava to 32.0.0-jre by @ChengDaqi2023 in https://github.com/bucket4j/bucket4j/pull/396

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.3.0...8.4.0

2023-05-03 03:47:18
bucket4j

8.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.2.0...8.3.0

2023-03-01 17:26:24
bucket4j

8.2.0

The features in release scope are following:

  • #322 Add support for Redis cluster
  • #351 Support non-integer primary keys for JDBC inegrations

Special migration notes:

Support for Spring-Data-Redis has been stopped. It is recommended to switch to one of direct integrations like bucket4j-lettuce, bucket4j-jedis or bucket4j-redisson.

Changelog

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.1.0...8.2.0