Releases: DanielYWoo/fast-object-pool
Releases · DanielYWoo/fast-object-pool
v2.2.1 release
v2.2.0 release
Features:
- Now we have PoolInvalidObjectException and PoolExhaustedException.
Fixes:
- Disable the scavanger: #39
Others:
- Better SonarQube reports
v2.1.2 release
V2.1.1 release
- upgrade dependencies versions
- better javadoc
- PoolConfig setup now has some validation for maxWaitMilliseconds and scavengeIntervalMilliseconds
v2.0.0
- scavenge ratio is supported now. The objects will be randomly cleaned up to avoid shrinking too quickly.
- new package name and gpg signing.
1.0.3
- AutoCloseable
- Now you can disable auto-shrink for small/fixed pools
1.0.2
Enhancement: add a convenient method returnObject method to the Poolable interface.
Enhancement and bug fixes
Graceful shutdown
Fix pool shrinking
Updated benchmark against Commons Pool 2.2
Initial release
1.0.0 Merge branch 'master' into 1.0.0, disable signature