v0.3.0
- Race condition corrections
- LRU eviction callback
- Storage engine updated to use block manager
Close()
on eviction callbacks (per block manager). Never have too many file handles open at any given time.
This is a good minor to start patching upon thorough review, i.e next patch v0.3.x. Go has a weird way of versioning so for Go libraries it's nice to keep things under v1.0.0 and definetly under v2.0.0 as you'll need to for example create a new v2 directory which can be problematic sometimes.
What's Changed
-
- minor race condition atomic lru adjustments.. issue #1 #2 #3 by @guycipher in #4
Full Changelog: v0.2.0...v0.3.0