Releases: BonfireTrunk/simple-object-pool
Releases · BonfireTrunk/simple-object-pool
v2.4.0
What's Changed
Added
- Add
evictmethod to allow manual triggering of eviction run [6e195ed] - Make object creation lock fair to prevent thread starvation [555fdb4]
- Add Eclipse formatter profile [573ec4c]
Changed
- Skip
activateObjectfor newly created objects to avoid redundant activation [b18454f] - Extract eviction logic into helper methods and streamline idle object handling [c4bb4f2]
- Reorganize
SimpleObjectPoolmethods and improve logging [87ca95f] - Introduce
creationLockfor thread-safe object creation [e689ca3]
Full Changelog: v2.3.3...v2.4.0
v2.3.3
What's Changed
- pool name issue plus version bump by @venkata-kishore in #8
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- bug fix for idle time calculation of pool object by @venkata-kishore in #7
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- updated to use pool name in logs by @venkata-kishore in #6
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.0
v2.1.0
v2.0.0
v1.3.0
Final release for version 1.x.x