Releases: IZIVIA/ocpp-toolkit
Releases · IZIVIA/ocpp-toolkit
Version 1.3.10
What's Changed
- Add listeners in ServerSetting to be able to react of OcppWampServerApp triggers by @yanick4sh in #74
- feat : Explicit connection error by @erwanmarimpouy in #75
- fix(logging) #68: remove logback configuration by @lilgallon in #73
- feat(wamp-server) #76: optional timeout in callBlocking by @lilgallon in #77
New Contributors
- @yanick4sh made their first contribution in #74
- @erwanmarimpouy made their first contribution in #75
Full Changelog: R-1.3.8...R-1.3.10
Version 1.3.8
What's Changed
- Fix PeriodicClockAligned typo in MonitorEnumType by @sandr3j in #71
- feat: add Request and Response interface by @KamlinneBebora-ly4sh in #72
New Contributors
Full Changelog: R-1.3.7...R-1.3.8
R-1.3.3
R-1.3.2
What's Changed
- Fixed EVSEType in OCPP 1.6 version by @pbourseau in #63
- fix CI by @pbourseau in #64
New Contributors
- @pbourseau made their first contribution in #63
Full Changelog: R-1.3.1...R-1.3.2
R-1.3.1
R-1.3.0
What's Changed
- Upgrade versions of kotlin, http4k, jackson & undertow by @paulvigneau in #59
- feat: add transactionId mapping for setChargingProfileReq in Ocpp16CS… by @KamlinneBebora-ly4sh in #57
Full Changelog: R-1.2.3...R-1.3.0
R-1.2.3
What's Changed
- fix: close wamp client connection by @KamlinneBebora-ly4sh in #56
- fix: wamp message parsing line return by @xhanin in #60
New Contributors
- @KamlinneBebora-ly4sh made their first contribution in #56
Full Changelog: R-1.2.2...R-1.2.3
v1.2.2
R-0.1.15 Fix JsonParser missing action filter on options
Merge pull request #31 from IZIVIA/Fix/IDEV-1018_add_ignored_soap_val…
Add parser option to force field type
Usage :
val ocppParser = Ocpp16JsonParser(
forcedFieldTypes = listOf(
Ocpp16ForcedFieldType(
action = Actions.DATATRANSFER,
actionType = ActionTypeEnum.REQUEST,
fieldPath = "data",
typeRequested = TypeConvertEnum.STRING
)
)
)