Releases: wolf4ood/gremlin-rs
Releases · wolf4ood/gremlin-rs
v0.8.10
Other
- Expose connection pool's get timeout via ConnectionOptionsBuilder (#212)
v0.8.9
Other
- Map explicitly null response status message to empty string (#210)
v0.8.8
Other
- Default message to empty string for ResponseStatus (#207)
v0.8.7
Other
- Include GermlinError::Generic's contained string in thisserror's message (#204)
gremlin-client-v0.8.6
Fixed
- fix from tungstenite error (#198)
- fix compilation issue
Other
- update tungstenite
- update webpki
- Update rustls requirement from 0.19 to 0.20 in /gremlin-client (#144)
- Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client (#195)
Added
Fixed
Changed
gremlin-cli-v0.1.1
chore: release (#193)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
gremlin-client-v0.8.5
Added
Fixed
- Add Labels type in
add_e
#174
Changed
gremlin-tutorial-v0.1.0
chore: adds release plz config