Releases: codelabsab/rust-ocpp
Releases · codelabsab/rust-ocpp
v3.0.1
What's Changed
- fix(ocpp201): MessageInfoType::state is optional by @j-white in #159
- bump version to 3.0.1 and update dependencies formatting by @tommymalmqvist in #160
Full Changelog: v3.0...v3.0.1
v3.0
Breaking changes
Custom serde serializer for datetime in #153
What's Changed
- Bump chrono from 0.4.38 to 0.4.39 in the patch group by @dependabot in #126
- Bump serde from 1.0.215 to 1.0.216 in the patch group by @dependabot in #128
- Bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #125
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in #133
- Bump the patch group across 1 directory with 2 updates by @dependabot in #137
- fix: data field in DataTransferRequest objects is optional by @j-white in #134
- fix: allow deserialization of optional decimals by @j-white in #139
- fix: delta and periodic are two different types by @j-white in #138
- Fix/jsonschema 0.28.1 by @tommymalmqvist in #143
- Custom serde serializer for datetime by @Wolfy7 in #153
- Bump version to 3.0.0 by @Wolfy7 in #156
New Contributors
Full Changelog: v2.0.1...v3.0
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.