Version 0.3.6
Overview
This release addresses stability issues when CodableDatastore is heavily used, as it'll have kept open file handles to every file cached in memory. Additionally, a memory retain cycle was caught preventing disk persistences from being cleaned up, though most users would not have been impacted as a DiskPersistence is typically created once and kept around for the duration of an executable's running time anyways.
What's Changed
- Close Open File Handles When Cached by @dimitribouniol in #220
- Disk Persistence Retain Cycle by @dimitribouniol in #221
- Child Transaction Optimization by @dimitribouniol in #222
Full Changelog: 0.3.5...0.3.6