Skip to content

Tags: EVerest/libocpp

Tags

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(v16): Cache entry check and bump version (#1168)

Signed-off-by: Martin Litre <[email protected]>

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.31.0 (#1166)

* Bump version to 0.31.0
* Fix libevse-security pointing to hash (of v0.10.0) instead of v0.10.0

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>

v0.30.3

Toggle v0.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.30.3 (#1149)

Update dependencies:
libtimer: v0.1.3 (Boost 1.89 compatibility fix)
libevse-security: v0.10.0 (bugfixes)

Signed-off-by: Kai-Uwe Hermann <[email protected]>

v0.30.2

Toggle v0.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update everest-sqlite to 0.1.4, libevse-security to 0.9.9 and libwebs…

…ockets to 4.4.1 (#1143)

* Update everest-sqlite to 0.1.4
* Adapt database stub to fixed signature of column_int64 function
* Update libevse-security to 0.9.9
* Bump libwebsockets to v4.4.1
* Bump version to 0.30.2

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: StatusNotification timestamp is updated to represent the report …

…time (#1130)

Signed-off-by: James Chapman <[email protected]>

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(v21): Rejected response for NotifyAllowedEnergyTransfer (#1116)

Signed-off-by: Martin Litre <[email protected]>

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies, bump version to 0.29.0 (#1118)

everest-sqlite: v0.1.3

date: v3.0.4

libwebsockets: v4.3.6 and set CMAKE_POLICY_VERSION_MINIMUM 3.5 for it
I couldn't get v4.4.x to build in yocto yet

nlohmann_json: v3.12.0

* Bump version to 0.29.0

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Using correct default price texts if online / offline. Before this ch…

…ange, the DefaultPriceText.priceTexts[n] was used, although this configuration key is only meant for the non default languages as a backup (#1103)

Signed-off-by: Piet Gömpel <[email protected]>

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump to 0.27.1 (#1092)

Signed-off-by: Piet Gömpel <[email protected]>

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix EVSE struct initialization in handle_unlock_connector (#1087)

The aggregate initialization used before accidentally set the connectorId of the evse to nullopt while setting the customData to coennectorId, this should be the other way around

Signed-off-by: Kai-Uwe Hermann <[email protected]>