Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: intenthq/gitkv

v0.1.3

27 Aug 10:24
501db87
Compare
Choose a tag to compare
  • Fixes panic on start introduced by upgrades in v0.1.2. (#78)

v0.1.2

07 Aug 20:54
Compare
Choose a tag to compare
  • No external changes, just updates to latest version of Rust and Actix Web frameworks, plus bump all other dependencies. This should mean a faster GitKV for you without any breaking changes hopefully!

v0.1.1

03 Feb 11:46
Compare
Choose a tag to compare
  • New feature: Add endpoint to resolve tags to their underlying ref — /repos/<name>/resolve. (f8a3ff0, d89fdce, be7e4d8, 1627c7b). This endpoint is useful if a user gives you a branch but you want to cache responses from this API against the underlying SHA in case the the branch changes.

v0.1.0

24 Jul 10:26
Compare
Choose a tag to compare
  • New feature: Add endpoint to ls directories — /repos/<name>/ls/<path>. (#46)
  • Breaking change: Endpoint for catting files has changed — is now /repos/<name>/cat/<path>. (#46)

Optionally pass a reference query parameter to either of these endpoint to change the default ref from origin/master to a reference of your choice.

v0.0.4

27 Jun 07:54
Compare
Choose a tag to compare
  • Upgrade to actix-web v1.0.0 (#44).

v0.0.3

25 Jun 08:46
Compare
Choose a tag to compare

v0.0.2

18 Apr 13:34
Compare
Choose a tag to compare
  • Discover repositories from a directory given when starting the server, instead of using untrusted parameters from requests. (#12, #24)
  • Build for MacOS as well. (#27, #35)
  • Add logging. (#30)
  • Improve test coverage. (#28)
  • Document how to compile from source. (#26)

v0.0.1

08 Apr 15:01
Compare
Choose a tag to compare
  • Initial release of Gitkv with basic working server and repo paths coming via request params (unsafe, see #12). This release is mainly just to ship what we've done so far, and lots of good stuff you'll want is on the way shortly — please keep an eye on the open issues list here!