v0.18.0
Pre-release
Pre-release
Additions and improvements
Generic
- Retry initial Websocket connection by @h0ru5 in #252
- Add Stop method to CSMS and CentralSystem by @rbright in #245
- Added iso8601 timestamp support by @lorenzodonini in #241
- Altered auto-reconnection attempt logic to comply with part 4 of the OCPP2.0.1 standard by @Jonesywolf in #221
- Allow returning of CallErrors by @VolkerLieber in #225
- Improved mutex usage in fifo queue and map by @andig in #229
- Moved
ocpp.FormationViolation
to Endpoint by @andig in #232 - Added
Now
datetime utility function by @lorenzodonini in #242 - Improved code quality by @frednesto in #254
Bugfixes
Generic
- Updated ProfileName constants by @xBlaz3kx in #248
- Fixed race in
DefaultServerDispatcher.Start()
by @andig in #228 - Fixed races in websocket and ocppj by @andig in #233
v2.0.1
- Fixed required validation for
idToken
value exceptNoAuthorization
type by @dwibudut in #226 - Allowed empty group ID tokens for
NoAuthorization
token type by @Jonesywolf in #250 - Fixed typo field
iso15118CertificateHashData
onAuthorizeRequest
by @dwibudut in #256 - Fixed custom v1.6 and v2.0.1 validations that would override each other by @dwibudut in #224
- Removed connection profile URL validation by @Jonesywolf in #238
Full Changelog: v0.17.0...v0.18.0