Releases: up9inc/basenine
Releases · up9inc/basenine
v0.8.3
What's Changed
- Fix the issue in
redact
when it's combined with recursive descent by @mertyildiran in #49 - Support recursive descent in JSONPath(s) by @mertyildiran in #50
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Remove
leftOff
helper and update theQUERY
mode API to supply the left off value there by @mertyildiran in #47
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- Shift the
offsets
andpartitionRefs
in case of database truncation by @mertyildiran in #44 - Increase the TCP deadlines to 3 seconds by @mertyildiran in #45
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Add
NoMoreData
field toMetadata
struct by @mertyildiran in #42
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Propagate the errors in Go client better by @mertyildiran in #34
- Fix a data race that only happens in the test code by @mertyildiran in #35
- Define
Storage
interface and implementnativeStorage
by @mertyildiran in #36 - Remove
rlimit
helper by @mertyildiran in #37 - Add
-storage
and-storage-args
flags by @mertyildiran in #38 - Update the
InsertData
method signature by @mertyildiran in #39 - Reduce the amount of
panic()
calls by @mertyildiran in #40 - Upgrade
github.com/ohler55/ojg
version fromv1.12.13
tov1.14.0
by @mertyildiran in #41
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Convert the ID format to 24 character (12-byte) string by @mertyildiran in #31
- Fix the data races in
FLUSH
andRESET
mode by @mertyildiran in #32 - Skip a test case that's not stable in CI environment by @mertyildiran in #33
Full Changelog: v0.6.6...v0.7.0
v0.6.6
v0.6.5
What's Changed
- Fix several issues related to
flush
andreset
methods by @mertyildiran in #29
Full Changelog: v0.6.4...v0.6.5