Skip to content

Releases: lionkor/kv-api

v1.1.0 - Better Keys!

17 Feb 09:33
c2b586d
Compare
Choose a tag to compare

In previous versions, kv-api was only able to accept paths matching a very specific regex. This is fixed in this v1.1.0 version!

Now, mostly anything can be a key, for example the following are not valid key-value endpoints:

/kv/my-key
/kv/this/looks/like/a/path/but/isnt
/kv/bruh.html
/kv/im excited!!!!

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Feb 09:14
4d58d71
Compare
Choose a tag to compare

First release! Also helped:

New Contributors

Full Changelog: https://github.com/lionkor/kv-api/commits/v1.0.0

Attached are binaries from the GitHub actions workflows. Any other platforms or distros should build from source.