Releases: codelabsab/rust-ocpp
Releases · codelabsab/rust-ocpp
v2.0.1
What's Changed
- Update cargo packages by @tommymalmqvist in #121
- mainly to resolve a security issue in
hashbrown
lib
- mainly to resolve a security issue in
- Update test use new jsonschema::Validator by @tommymalmqvist in #122
- Fixes for serde rename error for sType3 by @tommymalmqvist in #123
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0 breaking changes
Changes made in #110 has breaking changes due to the use of https://docs.rs/rust_decimal/latest/rust_decimal/
What's Changed
- Bump jsonschema from 0.18.1 to 0.19.1 by @dependabot in #100
- Replace f32 usage with Decimal by @huntc in #110
- Bump uuid from 1.10.0 to 1.11.0 by @dependabot in #107
- Bump the patch group across 1 directory with 2 updates by @dependabot in #111
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #104
- Bump jsonschema from 0.19.1 to 0.21.0 by @dependabot in #102
- Bump regex from 1.10.6 to 1.11.1 by @dependabot in #112
- Bump validator from 0.18.1 to 0.19.0 by @dependabot in #113
New Contributors
Full Changelog: v1.0.4...v2.0.0
v1.0.4
What's Changed
- Bump to v1.0.3 by @tommymalmqvist in #94
- Bump the patch group with 2 updates by @dependabot in #95
- Bump the patch group with 3 updates by @dependabot in #96
- Bump the patch group with 2 updates by @dependabot in #97
- The v1.6 version of AuthorizationData is missing the #[serde(rename_all = "camelCase")] attribute needed to rename the fields to match the v1.6 specification. by @tommymalmqvist in #99
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
Fix for GetInstalledCertificateIdsResponse in OCPP 2.0.1
A type error found in GetInstalledCertificateIdsResponse is fixed in this release and some minor dependabot updates.
What's Changed
- Bump the patch group with 2 updates by @dependabot in #89
- Fix for type error by @tommymalmqvist in #91
- Bump to version 1.0.2 by @tommymalmqvist in #92
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v1.0.0 🎉
No major changes, mostly bumping packages and minor fixes.
Releasing 1.0.0 to emphasis that this library is now considered officially stable.