8000 Release v0.3.0 · guycipher/wildcat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.3.0

Compare
Choose a tag to compare
@guycipher guycipher released this 20 May 21:17
· 11 commits to master since this release
a8dbfaf
  • 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

Full Changelog: v0.2.0...v0.3.0

0