Releases: WilkinsonK/xapi-oxidized
Releases · WilkinsonK/xapi-oxidized
v0.9.2
v0.9.0
What's Changed
- Bump flexi_logger from 0.28.3 to 0.28.4 by @dependabot in #28
- Bump reqwest from 0.12.4 to 0.12.5 by @dependabot in #27
- XAPIO-8 by @WilkinsonK in #35
- Implement Create and Delete for specific common use data models.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Create CODE_OF_CONDUCT.md by @WilkinsonK in #16
- XAPIO-7 by @WilkinsonK in #21
- Bump flexi_logger from 0.28.1 to 0.28.3 by @dependabot in #18
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Bump proc-macro2 from 1.0.82 to 1.0.84 by @dependabot in #4
- Bump syn from 2.0.64 to 2.0.65 by @dependabot in #3
- Bump syn from 2.0.65 to 2.0.66 by @dependabot in #5
- Bump anyhow from 1.0.83 to 1.0.86 by @dependabot in #2
- XAPIO-6 by @WilkinsonK in #10
- Bump proc-macro2 from 1.0.84 to 1.0.85 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Features & Fixes
- Implements basic XNAT client capable of authorizing the user.
- Implements a builder type, and it's traits, to build XNAT client objects dynamically.
- Client and builder impls have been moved to
oxinat_core
library. - Improved macro generation to be more dynamic requiring less from the user to implement traits and types.
- Improved testing to be more robust
- Update documentation for more stable interfaces.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Full Changelog: v.0.4.0...v0.5.0
v.0.4.0
Full Changelog: v0.3.0...v.0.4.0
Implements new URI builder traits for users and events.
Improves usage of URIBuilder derive macro for more optimized usage.
v0.3.0
Alpha Release v0.3.0
This crate is still in alpha, but to set the milestone for making it this far we will
celebrate with an initial release. The progress we have made includes a solid pattern of how we are to construct URI endpoints we can leverage further down in our development.
What's Changed
- Start from scratch by @WilkinsonK in #1
New Contributors
- @WilkinsonK made their first contribution in #1
Full Changelog: https://github.com/WilkinsonK/xapi-oxidized/commits/v0.3.0