Releases: monta-app/library-ocpp
Releases ยท monta-app/library-ocpp
v1.0.7
v1.0.6
v1.0.5
๐ Fix
- Set MDC context on the receiving thread in all cases (exceptional and timeout) for OCPP messages
v1.0.4
BREAKING CHANGE
- note the libraries changed names (see change)
- so you need to change
core
->ocpp-core
v16
->ocpp-v16
v201
->ocpp-v201
๐ Feature
- Plug&Charge Authorize example from Alpitronic (#2)
๐ Fix
- Increase EXI limit to 7500 (CPISU-1276) (#15)
- change artifact name
๐งน Chore
- Adding unittests for parsing StatusNotification messages with no timestamps
- Copy default renovate config into the lib
- Add better logging information when a received OCPP message can not be handled. (#3)
- Add better logging information when a received OCPP message can not be handled.
Config
๐งน Chore
- migrate config .github/renovate.json
Deps
๐งน Chore
- update dependency org.jetbrains.exposed:exposed-bom to v0.58.0
- update upgrade all non-major gradle dependencies (#16)
- update dependency gradle to v8.12 (#17)
- update dependency io.ktor:ktor-bom to v3
- update dependency com.zaxxer:hikaricp to v6
- update upgrade all non-major gradle dependencies
- update dependency gradle to v8.11.1
v1.0.3
๐ Fix
- Plug&Charge nested Authorize idToken
v1.0.2
๐ Fix
- added jitpack configuration
๐งน Chore
- bumped library version to 1.0.2
- updated README
v1.0.1
๐ Fix
- reverted toolchain back to java 17
๐ง CI
- bumped java version to 21