Releases: TLINDEN/anydb
Releases · TLINDEN/anydb
v0.2.1
New Features
-
add bolt logger interface with slog for debugging (#22) by TLINDEN
-
Add little UI script using fzf (#25) by TLINDEN
Bug Fixes
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Bug Fixes
- Fix encryption, add debug logging, add more unit tests (#20) by TLINDEN
- fix encryption bug #19, which was a regression
- added encryption unit test
- added debug logging here and there
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
- fix data type bug, which has led to bad output in template or json mode
- updated go dependencies
- added demo gifs showing and at work
v0.1.1
Fixes
- fixed a crash in API list command, might be CLI related as well
- added filtering support to API list command, see README.md for an example
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Use protobuf for internal data storage instead of json for better performance with large datasets in #10
- also changed internal data structure: meta data and the actual values are stored in separate sub buckets, so a search or list doesn't retrieve all the values, this changes also makes it easier to implement the planned prefix search
list
command: Only search through keys by default, for full text search, use the-s
option
Full Changelog: v0.0.7...v0.1.0
v0.0.7
v0.0.6
v0.0.5
What's Changed
Additions and Fixes
- Added custom bucket using option
-b <bucket>
- Buckets can be configured to always use encryption
- Added support for config file (TOML format)
- Added support to use
ANYDB_PASSWORD
environment variable to provide password - a couple of small fixes here and there
Full Changelog: v0.0.4...v0.0.5