Skip to content

Releases: IZIVIA/ocpp-toolkit

Version 1.3.10

17 Sep 07:35
bd8e733
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: R-1.3.8...R-1.3.10

Version 1.3.8

01 Jul 10:38
f1bdc6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: R-1.3.7...R-1.3.8

R-1.3.3

14 Mar 21:01
51ab065
Compare
Choose a tag to compare

What's Changed

  • feat: set methods getRequestPayloadClass and getResponsePayloadClass as public by @jggrimal in #65

Full Changelog: R-1.3.2...R-1.3.3

R-1.3.2

14 Mar 21:01
20edbaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: R-1.3.1...R-1.3.2

R-1.3.1

13 Mar 16:45
f504d1f
Compare
Choose a tag to compare

What's Changed

  • fix: add a more meaningful exception in parseAnyFromString and add classResponse to the Actions enum by @jggrimal in #62

New Contributors

Full Changelog: R-1.3.0...R-1.3.1

R-1.3.0

06 Mar 17:50
9797f76
Compare
Choose a tag to compare

What's Changed

Full Changelog: R-1.2.3...R-1.3.0

R-1.2.3

05 Mar 07:59
719fbf4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: R-1.2.2...R-1.2.3

v1.2.2

05 Dec 10:14
e17a6c6
Compare
Choose a tag to compare

Maven Repository - OCPP-Toolkit:1.2.2

Release content :

  • #46 Fix soap client
  • #50 instant serialisation truncated to millis
  • #52 improve wamp stability

R-0.1.15 Fix JsonParser missing action filter on options

17 Mar 12:53
d4540f8
Compare
Choose a tag to compare
Merge pull request #31 from IZIVIA/Fix/IDEV-1018_add_ignored_soap_val…

Add parser option to force field type

17 Mar 11:24
26a3308
Compare
Choose a tag to compare
Pre-release

Usage :

val ocppParser = Ocpp16JsonParser(
                        forcedFieldTypes = listOf(
                            Ocpp16ForcedFieldType(
                                action = Actions.DATATRANSFER,
                                actionType = ActionTypeEnum.REQUEST,
                                fieldPath = "data",
                                typeRequested = TypeConvertEnum.STRING
                            )
                        )
                    )