Releases: up9inc/basenine
Releases · up9inc/basenine
v0.6.4
What's Changed
- Add
FLUSH
andRESET
connection modes by @mertyildiran in #28
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Fix a bug in case of Base64 decode in
json
andredact
helper combination by @mertyildiran in #25 - Add wildcard notation support to the grammar by @mertyildiran in #26
- Add time helpers by @mertyildiran in #27
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Shift the
offsets
andpartitionRefs
in case of database truncation by @mertyildiran in #21 - Add
version
field toConcurrentSlice
and rename it toConcurrentSliceV0
by @mertyildiran in #22 - Add
json()
helper support toredact()
helper's arguments by @mertyildiran in #23
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- Fix the corruption in the core dump file by @mertyildiran in #17
- Fix the exit codes by @mertyildiran in #18
- Add unit tests for
dumpCore
andrestoreCore
methods by @mertyildiran in #19 - Fix the data races in the tests by @mertyildiran in #20
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Clean up the database files in case of core restoration failure by @mertyildiran in #15
- Add
-race
flag to the tests and fix the data races in the test code by @mertyildiran in #16
Full Changelog: v0.5.1...v0.5.3
v0.5.1
What's Changed
- Rename the legacy database files by @mertyildiran in #13
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Refactor the codebase to have the exported functions in a separate package named
lib
by @mertyildiran in #11 - Change partition extension from
bin
todb
by @mertyildiran in #12
Full Changelog: v0.4.17...v0.5.0
v0.4.17
Full Changelog: v0.4.16...v0.4.17