2026.02.0-rc3
Pre-release
Pre-release
·
17 commits
to release/2026.02.0-rc
since this release
What's Changed
- Fix(docs): Variety of minor issues by @cburandt in #1867
- EvseManager: fix race condition with the last_cp_state by @dorezyuk in #1892
- EvseManager: set three phases correctly by @jalbert514 in #1791
- feat(PacketSniffer): enhance session logging path with timestamp and session ID, if config path is used by @ManuelJanocha in #1873
- feat(framework): Add thread pool to message handler to avoid backed up mqtt queues by @mlitre in #1816
- fix(thread_pool_scaling): Exception handling and edge case by @mlitre in #1903
- Fix(API): Unify API internal/external enum conversion error messages by @cburandt in #1902
- fix: prevent dangling pointer in SqliteStorage::update_configuration_… by @mlitre in #1904
- fix(OCPP16): remove brackets [] from MeterPublicKey format by @Pietfried in #1899
- Refactor/framework message handler by @djchhp in #1901
- Fix(EvseV2G): Make use of nominal power/current in ChargeParameterDiscoveryRes by @Pietfried in #1872
- fix(EvseV2G): prevent use-after-free in EvseV2G on init/ready failure: by @Pietfried in #1910
- feat: add FUSION_CHARGER_MOCK_PORT configuration option for Modbus TCP port by @ManuelJanocha in #1907
- RsPaymentTerminal: fix log library resolution by @dorezyuk in #1906
- EvseSlac: Make TT_EVSE_SLAC_INIT_MS configurable by @FaHaGit in #1896
- EvSlac: Broadcast sounding messages by @olishmollie in #1831
- fix(EvseManager): Prevent sending the ignored DC supported transfer mode to EvseV2G by @SebaLukas in #1920
- fix(Auth): queue session events during init to prevent race condition by @Pietfried in #1897
- fix(lib): expose everest::run_application on non-EDM builds by @barsnick in #1921
- Chore/cleanup after dev env migration by @andistorm in #1688
- feat(auth,ocpp): publish tariff messages on consumer APIs by @Pietfried in #1922
- Add documentation for the EVerest Development Container by @andistorm in #1693
- Fix(API): Add missing hashes for checking for types/interfaces changes by @cburandt in #1925
- feat(EvseManager)!: restructure charging state machine to simplify pause/resume and remove replug by @corneliusclaussen in #1790
- Fix issues in the AsyncAPI API yaml by @cburandt in #1926
- Fix(slac): slac inline enum declaration by @ThatsLucas in #1898
- Fix(docs): Adapt to updated folder structure and monorepo by @cburandt in #1927
- fix(e2e-tests): Prevent race condition in test_no_tls_after_secc_leaf deleted by @Pietfried in #1929
- feat(CarloGavazzi_EM580): add configuration for the public key format: binary vs der by @florinmihut in #1915
- Fix(cmake): Add missing make_directory call when building docs by @cburandt in #1928
New Contributors
- @ManuelJanocha made their first contribution in #1873
- @olishmollie made their first contribution in #1831
Full Changelog: 2026.02.0-rc2...2026.02.0-rc3