This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Releases: intenthq/gitkv
Releases · intenthq/gitkv
v0.1.3
v0.1.2
- 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
v0.1.0
- 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
v0.0.3
- Allow references to be any of the single commit references that Git can parse. The full list is at https://docs.rs/git2/0.8.0/git2/struct.Repository.html#method.revparse_single, but now you can pass commit SHAs, tags, branch names, refs, relative refs, and more! (#37)
- Return proper HTTP errors. (#31)
- Fix test timeouts. (#37)
- Update
git2
requirement from^0.8.0
to^0.9.1
. (#42)
v0.0.2
v0.0.1
- 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!