This repository was archived by the owner on Apr 27, 2026. It is now read-only.
v0.9.8
What's Changed
- Improved handling in case CSMS responds with CALLERROR or not at all to BootNotification.req by @Pietfried in #431
- Ensure that BootNotification is the first message in the queue by @hikinggrass in #439
- Fixed reconnect attempt, fixed sys error on timer dtor by @AssemblyJohn in #443
- Prioritize BootNotification.req in Message Queue over Transactional Messages by @Pietfried in #444
- Activenetworkprofile variable missing and is required if we support networkconnectionprofile by @marcemmers in #424
- 437: Fix delay in bootnotification by @maaikez in #438
- Fix bug in handleGetInstalledCertificateIdsRequest by @movhdi in #449
- Protect from concurrent connector status updates by @Pietfried in #454
- Added certificate_single_path to KeyPair type by @Pietfried in #455
- OCPP1.6: Fix build examples by @Pietfried in #435
- Add additional locking for next message to send by @hikinggrass in #451
- Dont persist unavailable on fw updates by @Pietfried in #456
- removed error log for InternalError Message type by @Pietfried in #462
- Use persist flag in execute_change_availability_request by @Pietfried in #461
- Restore connector states to persisted states on failed firmware update by @hikinggrass in #464
- Adjusted and moved SQLite close handler by @Pietfried in #465
- Libwebsockets: Fix message loss on reconnect by @corneliusclaussen in #457
- Bump evse security version by @AssemblyJohn in #469
- Support of mutex inside get/set of configuration, which can be happen… by @bWF0dGhpYXMK in #281
- Add issue and PR templates and CODEOWNERS file by @Pietfried in #436
- Special handling for value 0 for certain variables by @Pietfried in #466
- Fix usage of recursive_lock in lock_guard by @hikinggrass in #470
- Number of fixes to the Metervalue implementation for 2.0.1 by @marcemmers in #448
- Added stackLevel to EnhancedChargingSchedulePeriod by @corneliusclaussen in #453
- Fix logic in connection attempt only AFTER a reconnect by @AssemblyJohn in #473
- Enable the Power.Offered measurand by @bWF0dGhpYXMK in #471
- Reliability improvements for OpenSSL tpm2 provider on an embedded system by @james-ctc in #463
- Usage of allow_zero also for integer values in device model by @Pietfried in #477
- Specific code owners for OCPP1.6 by @Pietfried in #479
- Support for AuthCacheDisablePostAuthorize and DisableRemoteAuthorization by @Pietfried in #476
- Fix compatibility with python 3.7 by @hikinggrass in #484
- CiString conversion fixes for GCC<9 by @hikinggrass in #483
- Fixed link to OCPP protocols in README by @krealyt in #489
- Unit testing best practices, fix gtest linkage by @hikinggrass in #488
- Add option for custom logging library instead of header file by @marcemmers in #487
- Disconnect websocket also when it is not connected. by @maaikez in #418
- Add filtering of signed meter values by @hikinggrass in #481
- Update dependency on libevse-security by @hikinggrass in #491
New Contributors
- @james-ctc made their first contribution in #463
Full Changelog: v0.9.7...v0.9.8