This repository has been archived by the owner on May 21, 2022. It is now read-only.
Releases: pomma89/objectpool
Releases · pomma89/objectpool
v2.2.2
v2.2.1
v2.1.1
v2.1.0
- Changed default min and max size for MemoryStreamPool: 4KB min, 512KB max.
- Changed default min and max size for StringBuilderPool: 4K char min, 512K char max.
- Created two ad-hoc interfaces for specialized pools.
- BREAKING CHANGE: Moved static properties which controlled specialized pool sizes to the new interfaces.
- Updated Thrower.
- ObjectPool did not respect minimum pool size bound. Now it does.
- When min or max capacity of specialized pools is changed, pool is cleared, if necessary.
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v1.10.1
v1.9.3: Merge remote-tracking branch 'refs/remotes/origin/dev-pomma89'
# Conflicts: # ObjectPool.NuGet/Package.nuspec # Platform Specific/ObjectPool.NET40/Properties/AssemblyInfo.cs # Platform Specific/ObjectPool.NET45/Properties/AssemblyInfo.cs # Platform Specific/ObjectPool.NET46/Properties/AssemblyInfo.cs # Platform Specific/ObjectPool.Portable/Properties/AssemblyInfo.cs # Platform Specific/ObjectPool.UnitTests.NET40/app.config