This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Releases: silvio/gerrit-rust
Releases · silvio/gerrit-rust
v0.1.14
v0.1.13
v0.1.12
v0.1.11
Interface changes:
changes query
can now use more than one extended fields labels (-o
)- add script to build a test environment
- use other docker images for test environment
Backend changes:
- rewrite curl approach
- beside
get
it can now dopost
,put
anddelete
http methods - All json data can now deserialized to entity objects via
deserialize
function
- beside
v0.1.10
v0.1.9
Interface changes:
- Add logging facility (Set
export RUST_LOG=debug
) - topic fetch can now set up tracking information via
--track
option - topic checkout gain a better output formatting
- authentication via
.netrc
file, anonymous access to gerrit not possible currently