|
9 | 9 | - Relaxed temporal order of non-tx-related operations ([#345](https://github.com/matth-x/MicroOcpp/pull/345)) |
10 | 10 | - Use pseudo-GUIDs as messageId ([#345](https://github.com/matth-x/MicroOcpp/pull/345)) |
11 | 11 | - ISO 8601 milliseconds omitted by default ([352](https://github.com/matth-x/MicroOcpp/pull/352)) |
| 12 | +- Rename `MO_NUM_EVSE` into `MO_NUM_EVSEID` (v2.0.1) ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
| 13 | +- Change `MicroOcpp::ReadingContext` into C-style struct ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
| 14 | +- Refactor RequestStartTransaction (v2.0.1) ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
12 | 15 |
|
13 | 16 | ### Added |
14 | 17 |
|
|
23 | 26 | - Heap profiler and custom allocator support ([#350](https://github.com/matth-x/MicroOcpp/pull/350)) |
24 | 27 | - Migration of persistent storage ([#355](https://github.com/matth-x/MicroOcpp/pull/355)) |
25 | 28 | - Benchmarks pipeline ([#369](https://github.com/matth-x/MicroOcpp/pull/369)) |
| 29 | +- MeterValues port for OCPP 2.0.1 ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
| 30 | +- UnlockConnector port for OCPP 2.0.1 ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
| 31 | +- More APIs ported to OCPP 2.0.1 ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
26 | 32 |
|
27 | 33 | ### Removed |
28 | 34 |
|
|
38 | 44 | - Hold back error StatusNotifs when time not set ([#311](https://github.com/matth-x/MicroOcpp/issues/311)) |
39 | 45 | - Don't send Available when tx occupies connector ([#315](https://github.com/matth-x/MicroOcpp/issues/315)) |
40 | 46 | - Make ChargingScheduleAllowedChargingRateUnit read-only ([#328](https://github.com/matth-x/MicroOcpp/issues/328)) |
41 | | -- Don't send StatusNotifs while offline ([#344](https://github.com/matth-x/MicroOcpp/pull/344)) |
| 47 | +- ~Don't send StatusNotifs while offline ([#344](https://github.com/matth-x/MicroOcpp/pull/344))~ (see ([#371](https://github.com/matth-x/MicroOcpp/pull/371))) |
42 | 48 | - Don't change into Unavailable upon Reset ([#344](https://github.com/matth-x/MicroOcpp/pull/344)) |
43 | 49 | - Reject DataTransfer by default ([#344](https://github.com/matth-x/MicroOcpp/pull/344)) |
44 | 50 | - UnlockConnector NotSupported if connectorId invalid ([#344](https://github.com/matth-x/MicroOcpp/pull/344)) |
45 | 51 | - Fix regression bug of [#345](https://github.com/matth-x/MicroOcpp/pull/345) ([#353](https://github.com/matth-x/MicroOcpp/pull/353), [#356](https://github.com/matth-x/MicroOcpp/pull/356)) |
46 | 52 | - Correct MeterValue PreBoot timestamp ([#354](https://github.com/matth-x/MicroOcpp/pull/354)) |
47 | 53 | - Send errorCode in triggered StatusNotif ([#359](https://github.com/matth-x/MicroOcpp/pull/359)) |
48 | 54 | - Remove int to bool conversion in ChangeConfig ([#362](https://github.com/matth-x/MicroOcpp/pull/362)) |
| 55 | +- Multiple fixes of the OCPP 2.0.1 extension ([#371](https://github.com/matth-x/MicroOcpp/pull/371)) |
49 | 56 |
|
50 | 57 | ## [1.1.0] - 2024-05-21 |
51 | 58 |
|
|
0 commit comments