Skip to content

v1.0

Choose a tag to compare

@sneha-afk sneha-afk released this 19 Aug 02:10
· 53 commits to main since this release

version 1.0

Exciting, this will mark version 1.0 of KeplerKV! I'm proud of the codebase I've created thus far and hope to add more features to the project. Some of my aspirations are listed in the planning doc.

changelog

Full Changelog: v0.4.0-alpha...v1.0

  • Added new commands for data manipulation: INCR and DECR for integer types, APPEND and PREPEND for list types
  • Added a new STATS command with some basic statistics
  • Bug fix for RESOLVE: not going down identifiers that reference lists (thus not detecting some circular references)
  • Revamped the layout of the manual doc