Recent Releases of EVerest

EVerest - 2026.02.1

This is the first maintenance release of the 2026.02 stable line. It contains bug fixes, robustness improvements, and security patches backported to the stable/2026.02 branch.

In line with the project's release strategy, this patch release does not introduce breaking changes to the public API.

Changes since 2026.02.0

Framework

  • Add thread pool scaling policy to lib/framework for internal message handling.
    This allows more control over thread (pool) scaling and is specifically relevant
    for low resource constrained systems by @djchhp
  • Add thread pool exception policy and use Rethrow in message handling by @Pietfried
  • libio: add kernel CAN receive filters (CAN_RAW_FILTER) and one-shot timer support; used by the InfyPower driver for frame filtering and paced polling by @florinmihut

APIs

  • Move EVerestAPI modules into a common sub-folder by @cburandt
  • RpcApi: normalize signed external limits to absolute values by @FaHaGit

OCPP

  • Publish default_price on connectivity change and config update within OCPP1.6 and OCPP2.x by @Pietfried
  • Inject TariffFallbackMessage into AuthorizeResponse and TotalCostFallbackMessage at offline transaction end in OCPP2.x by @Pietfried

EV Communication

  • Add new nominal properties for DC Power Supply capabilities (ISO15118) by @Pietfried
  • libiso15118: add response message interval control by @FaHaGit
  • IsoMux: make proxy connect target configurable via proxy_device by @Pietfried
  • Add CC.5.6 2g) check from IEC 61851-23:2023 to EvseV2G; min voltage/current values now use power-supply limits by @SebaLukas
  • EvseSlac: add 0xA14E message filtering by @hikinggrass

Hardware Drivers

  • Add configuration option for the IT field of LemDCBM400/600 by @florinmihut
  • ChargeBridge: add enable_stop_charging_input config option by @corneliusclaussen

Documentation

  • Improve documentation build and deployment by @cburandt
  • EvseManager: remove duplicate section about OverVoltageMonitoring by @Pietfried

Testing & CI

  • Unify the e2e test runner and enable parallel ISO 15118 execution by @Pietfried
  • BuildKit: use corepack to provide a newer version of npm in the CI containers by @nzbr

Build System & Yocto

  • Add ChargeBridge systemd service by @corneliusclaussen

Notable Bug Fixes

Core

  • EvseManager: rework enable/disable handling by @Pietfried
  • EvseManager: drop max charger current limitation by @martinlukas84
  • EnergyManager: eliminate data race and unnecessary copy in optimizer by @Pietfried
  • OVMSimulator: prevent the OVM simulator from publishing 0 V by @FaHaGit
  • Powermeter errors: use powermeter/ definitions again instead of generic ones by @corneliusclaussen
  • Fix missing reset of flags in EvseManager by @florinmihut
  • ChargeBridge: fix mDNS discovery with multiple interfaces by @corneliusclaussen
  • EvseManager: invalidate powersupply_DC_set cache when switching power supply off by @biubiuzhang
  • EvseManager: destroy charger before its dependencies on shutdown by @mlitre
  • System, Linux_Systemd_Rauc: restrict diagnostics upload protocols by @hikinggrass
  • Adapt repository to its own everest-core → EVerest rename by @cburandt
  • Auth: persist EVSE-specific reservations and no longer resurrect cancelled/expired reservations after a reboot by @biubiuzhang
  • EvseManager: register the OverVoltageMonitor plausibility subscription once at init instead of accumulating duplicate handlers by @florinmihut
  • EvseManager: skip calculation of limits if the number of phases is unknown, fixing a potential division by zero by @barsnick

Framework

  • libio (TCP): make tcp_socket ready before signalling ready by @djchhp
  • Fix telemetry_publish by @hikinggrass
  • Ensure clean module shutdown on init exceptions by @Pietfried
  • MQTT: fix TOCTOU race causing messages to be silently dropped by @Pietfried
  • Fix LatencyScaling in thread pools by @dorezyuk
  • Timer: drop mutex before join in destructor by @mlitre
  • Log MQTT messages at the "verbose" level by @barsnick
  • TLS: set server thread id before signalling the server as running, preventing a potential segfault on stop by @mlitre
  • SQLite: add missing nullptr check in database connection handling by @james-ctc
  • Preload the timezone database before worker threads start, preventing a crash caused by a racy lazy initialization by @mlitre

OCPP

  • OCPP 1.6: reject invalid boolean ChangeConfiguration values by @biubiuzhang
  • OCPP 1.6: fall back to DB for FinalCost arriving after StopTransaction.conf by @Pietfried
  • OCPP 1.6: fix ClearChargingProfile on connector 0 by @mlitre
  • OCPP2.x: Catch json::exception when parsing Get15118EVCertificateResponse and AuthorizeResponse by @Pietfried
  • OCPP2.x: Respect CertSigningWaitMinimum in cert signing retry by @mlitre
  • Reject smart charging profiles with non-finite float values by @Pietfried
  • Websocket: prevent segfault during lws_context_destroy reconnection callbacks by @mlitre
  • Message queue: protect BootNotification from being dropped during queue overflow by @mlitre
  • Free SSL_CTX on early-return paths in initialize_connection_options by @Pietfried
  • Use the configured OCSP request interval instead of a hardcoded 12 hours (default unchanged) by @ThatsLucas
  • Fix a race condition between the Installed firmware-status notification and the immediate hard reset triggered by firmware installation by @Pietfried

EV Communication

  • ISO15118: fix connection immediately terminated in case of a SequenceError by @mlitre
  • On a failed response code, create a default service parameter entry so libcbv2g can encode the EXI messages without errors; move all state tests to the FSM tests by @SebaLukas
  • PyEvJosev: start the Java gateway only once and reuse it across charging sessions by @Pietfried
  • EvseSlac: fix a segmentation fault by @djchhp
  • libiso15118: make the CB2CPP_BYTES macro use the correct size of the input buffer and change the MeterSignature type to std::array by @SebaLukas

APIs

  • RpcApi: correctly forward errors to RPC by @barsnick

Build System & Yocto

  • Fix everest-core scarthgap yocto recipe by @hikinggrass
  • yocto/scarthgap: add OpenSSL patch for newer versions by @Hgerner
  • yocto: update tpm2-openssl to 1.3 by @barsnick
  • Fix integrated yocto source fetching by @hikinggrass
  • Fix compilation due to missing cmake includes for the admin panel by @florinmihut

Hardware Drivers

  • PN532TokenProvider: rework low-level frame sending and receiving by @mhei
  • Huawei_V100R023C10: fix GOOSE receiver crash on malformed frames by @florinmihut

Testing & CI

  • Use one EXI JVM per session to prevent CertificateInstallationRes timeout by @Pietfried
  • Harden smoke tests by asserting power-below rather than flaky energy-below assertions by @Pietfried
  • Stabilize OCPP tests by @Pietfried
  • Make verify_multi_leaf_retrieval order-agnostic by @mlitre
  • Add rerun marker to test_cleanup_transaction_events_after_max_attempts_exhausted and set ValidationMode.EASY earlier by @Pietfried
  • Add a sleep to test_iso15118_dc_session_error_before_session and rerun annotations for EV-side pausing test cases by @Pietfried
  • Skip test_iso15118_ac_session_paused_by_ev by @Pietfried
  • Exclude author emails that match GitHub noreply addresses by @andistorm
  • Fix California pricing test case for Python 3.13 by @nzbr
  • OCPP 2.1: delay OCPP start to de-flake Q01 checks by @mlitre

Maintenance

  • CODEOWNERS: add owners for lib/everest/evse_security by @barsnick
  • CODEOWNERS: add yocto specifications and @barsnick for EvseV2G by @Pietfried
  • CODEOWNERS: add owners for RpcApi and fix the EnergyManager path by @Pietfried

New Contributors

@Hgerner made their first contribution in https://github.com/EVerest/EVerest/pull/2093
@mikuso made their first contribution in https://github.com/EVerest/EVerest/pull/2060

Fixed Security Issues

This release contains various security fixes.

Reported by @kmm2003:

Reported by @YueSongZe:

Reported by Alex Antonakakis:

Reported by @shxz9u:

Reported by @djchhp:

Full Changelog

https://github.com/EVerest/EVerest/compare/2026.02.0...2026.02.1

Consumption - Mobility and Transportation - C++
Published by Pietfried 29 days ago

EVerest - 2026.02.0

This is the first stable release of EVerest under the project's new release strategy. It marks the transition from monthly snapshots to an approximately six-month stable release cadence with dedicated maintenance branches, a coordinated release candidate testing period, and an explicitly defined public API with stability guarantees.

Maintenance of stable releases is community-driven. Patch releases within the 2026.02.x line are guaranteed to not introduce breaking changes to the public API. Bug fixes and security patches can be backported to the stable/2026.02 branch.

For details, see the documentation on versioning and release strategy.

Highlights since 2025.12.1

Core

  • Over-voltage monitor implementation in EvseManager by @florinmihut
  • Voltage plausibility check during DC charging to detect configuration of hardware inconsistencies by @florinmihut
  • Added support for early IMD self test by @hikinggrass
  • Bazel: Update to Bazel 9 by @dorezyuk
  • yocto: Integrate meta-everest kirkstone & scarthgap into yocto/kirkstone/meta-everest by @hikinggrass

Framework

  • Added wildcard handling for handle_external_mqtt_message by @ThatsLucas
  • Remove requirement to provide at least one interface from manifest by @hikinggrass
  • New async utilities for lib/everest/util (threadpool and queues) by @djchhp
  • Add thread pool to message handler to avoid backed up MQTT queues by @mlitre and @djchhp
  • EVerest Admin panel is now disabled by default by @Pietfried

APIs

  • New SLAC AsyncAPI module by @Pietfried
  • Add new JSON RPC API module RcpApi by @barsnick
  • Publish tariff messages on consumer OCPP and Auth Async APIs by @Pietfried

OCPP

  • Add ICCID and IMSI modem info to OCPP 2.0.1 BootNotificationRequest by @biubiuzhang
  • New interface to support OCPP 1.6 obtaining configuration from V2 data model by @james-ctc

EV Communication

  • Add MCS related types and helpers by @mhei
  • Added reporting for simulated SoC to PyEvJosev by @SebaLukas
  • Improve EV compatibility for AC ISO-2 PnC by @corneliusclaussen
  • Added IEEE 2030.1.1-2021 library skeleton by @SebaLukas
  • EV API and ChargeBridge EV support by @corneliusclaussen
  • Introduce support for CP state E by @FaHaGit
  • EvseSlac: Make TT_EVSE_SLAC_INIT_MS configurable by @FaHaGit
  • Make use of nominal power/current in AC charging for ChargeParameterDiscoveryRes by @Pietfried
  • Restructure charging state machine to simplify pause/resume and remove replug by @corneliusclaussen and @Pietfried
  • Add signal to indicate that a HLC Session failed by @Pietfried
  • Use max power capabilities in PMaxSchedule for ISO15118-2 and DIN for DC by @Pietfried

Documentation

  • Brand new EVerest documentation by @Pietfried
  • Added documentation for Pionix BelayBox devkit by @pionix-juraed
  • Add documentation for the EVerest Development Container by @andistorm

Hardware Drivers

  • Added new Dold RN5893 IMD Isolation Monitor Driver by @markxoe
  • Added new Carlo Gavazzi EM580 powermeter device driver by @florinmihut
  • Add temperature monitoring with warning/error thresholds to LEM DCBM 400/600 by @florinmihut

Notable Bug Fixes

  • Add missing errors to EVSE Board Support API by @Pietfried
  • Add missing slac_API heartbeat counter by @cburandt
  • Use correct MAC address on EV side by @corneliusclaussen
  • EvseV2G: avoid missing payment option by @barsnick
  • Framework: store retain flag of messages published before connected by @hikinggrass
  • Clarify, fix and document handling for the enable command in the evse_board_support interface by @FaHaGit
  • Thread safe ErrorManagerImpl operations by @Pietfried
  • Resolve data races in OCPP and OCPP201 modules by @Pietfried
  • OCPP: Improve message queue retry/timeout handling and connection resilience by @marcemmers
  • EvseV2G: PnC enabled check did not work correctly in ServiceDiscovery state by @SebaLukas
  • Make timer library thread-safe by @hikinggrass
  • Adding missing OCPP1.6 Configuration Keys in GetConfiguration.conf by @ThatsLucas
  • Raising a cable check fault should not happen if a cancel_transaction (DeAuthorized) is triggered by @SebaLukas
  • Prevent overflow in update_energy_transfer_modes by @SebaLukas
  • Apply EVSE limits on DC target values if EV doesnt update its target values by @Pietfried
  • Fix race condition with the last_cp_state by @dorezyuk
  • Prevent sending the ignored DC supported transfer mode to EvseV2G by @SebaLukas
  • Queue session events during init to prevent race condition by @Pietfried
  • OCPP1.6: DataTransfer.req(GetInstalledCertificateIds) incorrectly reporting NotFound by @Pietfried

New Contributors

Fixed Security Issues

This release contains various security fixes.

Reported by @SecMate (https://secmate.dev):

  • CVE-2026-27815 ISO15118 session_setup payment options overflow can corrupt EVSE state
  • CVE-2026-27816 ISO15118 update_energy_transfer_modes overflow can corrupt EVSE state
  • CVE-2026-27828 ISO15118 session_setup use-after-free can crash EVSE process

Reported by: @Finder16:

  • CVE-2026-22593 Off-by-one stack buffer overflow in IsoMux certificate filename parsing
  • CVE-2026-22790 Unchecked SLAC payload length causes stack overflow in HomeplugMessage::setup_payload
  • CVE-2026-23995 Stack buffer overflow in ifreq.ifr_name when interface name exceeds IFNAMSIZ
  • CVE-2026-26008 OOB via EVSE ID Indexing Mismatch in OCPP 2.0.1 UpdateAllowedEnergyTransferModes
  • CVE-2026-26070 OCPP 2.0.1 EV SoC Update Race Causes Charge Point Crash
  • CVE-2026-26071 OCPP 2.0.1 EVCCID Data Race Leads to Heap Use‑After‑Free
  • CVE-2026-26072 Race-condition-induced std::map corruption in OCPP 1.6 evse_soc_map
  • CVE-2026-26073 OCPP 1.6 heap corruption caused by lock-free insertion in event_queue
  • CVE-2026-26074 OCPP201 startup event_queue lock mismatch leads to std::map/std::queue data race
  • CVE-2026-27813 Use-after-free in auth timeout timer via race condition
  • CVE-2026-27814 EVerest EvseManager phase-switch path has unsynchronized shared-state access race condition
  • CVE-2026-29044 Charging Continues When WithdrawAuthorization Is Processed Before TransactionStarted
  • CVE-2026-33009 MQTT Switch-Phases Command Data Race Causing Charger State Corruption
  • CVE-2026-33014 Delayed Authorization Response Bypasses Termination After RemoteStop
  • CVE-2026-33015 RemoteStop Bypass via BCB Toggle Session Restart

Full Changelog

https://github.com/EVerest/EVerest/compare/2025.12.1...release/2026.02.0

Consumption - Mobility and Transportation - C++
Published by Pietfried 5 months ago

EVerest - 2026.02.0-rc4

What's Changed

  • fix(EvseManager): Setting the powersupply target is not jumping anymore if charging in d20 dynamic mode. by @SebaLukas in #1980
  • fix(ISO15118): Use max power capabilities in PMaxSchedule for ISO15118-2 and DIN for DC. The behavior is in line with AC. by @Pietfried in #1979
  • fix(EvseManager): prevent delayed auth response from bypassing external cancellation by @Pietfried in #1963
  • Fix(libiso15118): CMake finds edm again for local build by @SebaLukas in #1959
  • fix(ocpp16): DataTransfer.req(GetInstalledCertificateIds) was incorrectly reporting not found if certificateType was omitted. The specification requires to report all installed certificates in this case by @Pietfried in #1951
  • EvseManager: fix missing type by @dorezyuk in #1941
  • rust/cmake: fix mismatch in cxxbridge version by @hikinggrass in #1947
  • feat(evse_manager): add hlc_session_failed variable with protocol-agnostic failure reason by @Pietfried in #1939
  • feat(EnergyNode): Enhancement to set per phase A limit when only W is set by @mlitre in #1942
  • Add temperature monitoring with warning/error thresholds to LEM DCBM 400/600 by @florinmihut in #1936
  • yocto/kirkstone: add openssl patch for newer versions by @barsnick in #1917
  • CMake: export standalone util lib by @barsnick in #1975
  • Adding minor fixes so that EVerest can be built on Alpine by @SebaLukas in #1930
  • refactor(framework): Change default of EVEREST_ENABLE_ADMIN_PANEL_BACKEND and EVEREST_INSTALL_ADMIN_PANEL to OFF and remove admin-panel from package config in kirkstone and scarthgap. by @Pietfried in #1952
  • docs(release-and-versioning): Add link to RpcAPI and add note to exclude Dummy and Simulation modules from public API by @Pietfried in #1954
  • docs: migrate links from EVerest/EVerest to everest-core and add TSC documentation by @Pietfried in #1913

Full Changelog: https://github.com/EVerest/everest-core/compare/2026.02.0-rc3...2026.02.0-rc4

Consumption - Mobility and Transportation - C++
Published by Pietfried 5 months ago

EVerest - 2026.02.0-rc3

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2026.02.0-rc2...2026.02.0-rc3

Consumption - Mobility and Transportation - C++
Published by Pietfried 5 months ago

EVerest - 2026-02.0-rc2

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2026.02.0-rc1...2026.02.0-rc2

Consumption - Mobility and Transportation - C++
Published by Pietfried 6 months ago

EVerest - 2026.02.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.12.1...2026.02.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass 6 months ago

EVerest - 2025.12.1

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.12.0...2025.12.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass 7 months ago

EVerest - 2025.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.10.0...2025.12.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass 8 months ago

EVerest - 2024.9.2

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.9.1...2024.9.2

Consumption - Mobility and Transportation - C++
Published by Pietfried 9 months ago

EVerest - 2025.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.9.0...2025.10.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass 9 months ago

EVerest - 2025.9.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.8.0...2025.9.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass 10 months ago

EVerest - 2025.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.7.0...2025.8.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass 11 months ago

EVerest - 2025.7.0

EVerest July 2025 consolidated release with feature freeze window

Changes in 2025.7.0

Changes in 2025.7.0-rc1

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.6.0...2025.7.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass 12 months ago

EVerest - 2025.7.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.6.0...2025.7.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 1 year ago

EVerest - 2025.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.5.0...2025.6.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 1 year ago

EVerest - 2025.5.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.4.1...2025.5.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 1 year ago

EVerest - 2025.4.1

EVerest April 2025 consolidated release with feature freeze window

Changes in 2025.4.1

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.4.0...2025.4.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 1 year ago

EVerest - 2025.4.0

EVerest April 2025 consolidated release with feature freeze window

Changes in 2025.4.0

Changes in 2025.4.0-rc2

Changes in 2025.4.0-rc1

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.3.0...2025.4.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.4.0-rc2

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.4.0-rc1...2025.4.0-rc2

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.4.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.3.0...2025.4.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.2.0...2025.3.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.1.0...2025.2.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.1.0

EVerest January 2025 consolidated release with feature freeze window

Changes in 2025.1.0

No further changes compared to 2025.9.0-rc4

Changes in 2025.1.0-rc4

Changes in 2025.1.0-rc3

Changes in 2025.1.0-rc2

Changes in 2025.1.0-rc1

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.11.0...2025.1.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.1.0-rc4

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.1.0-rc3...2025.1.0-rc4

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.1.0-rc3

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.1.0-rc2...2025.1.0-rc3

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.1.0-rc2

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2025.1.0-rc1...2025.1.0-rc2

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2025.1.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.11.0...2025.1.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2024.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.10.0...2024.11.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2024.9.1

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.9.0...2024.9.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 1 year ago

EVerest - 2024.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.9.0...2024.10.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.9.0

EVerest September 2024 stable release

What's Changed

Changes in 2024.9.0

Changes in 2024.9.0-rc3

Changes in 2024.9.0-rc2

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.9.0-rc1...2024.9.0-rc2

Changes in 2024.9.0-rc1

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.8.0...2024.9.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.9.0-rc3

What's Changed

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.9.0-rc2

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.9.0-rc1...2024.9.0-rc2

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.9.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.8.0...2024.9.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.8.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.7.1...2024.8.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 2 years ago

EVerest - 2024.7.1

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.7.0...2024.7.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.6.0...2024.7.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.3.1

This fixes CVE-2024-37310 reported by Shaked Delarea of Argus Cyber Security https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.3.0...2024.3.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.6.0

What's Changed

New Contributors

This fixes CVE-2024-37310 reported by Shaked Delarea of Argus Cyber Security https://github.com/EVerest/everest-core/security/advisories/GHSA-8g9q-7qr9-vc96

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.5.0...2024.6.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.6.0-rc3

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.6.0-rc2...2024.6.0-rc3

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.6.0-rc2

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.6.0-rc1...2024.6.0-rc2

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.6.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.5.0...2024.6.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.4.0...2024.5.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 2 years ago

EVerest - 2024.4.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.3.0...2024.4.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2024.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.2.0...2024.3.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2024.3.0-rc2

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2024.3.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.2.0...2024.3.0-rc1

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2024.2.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2024.1.0...2024.2.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2024.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.12.0...2024.1.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2023.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.10.0...2023.12.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 2 years ago

EVerest - 2023.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.9.1...2023.10.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 3 years ago

EVerest - 2023.9.1

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.9.0...2023.9.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 3 years ago

EVerest - 2023.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.8.0...2023.9.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 3 years ago

EVerest - 2023.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.7.0...2023.8.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass almost 3 years ago

EVerest - 2023.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.6.0...2023.7.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 3 years ago

EVerest - 2023.6.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.5.0...2023.6.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass about 3 years ago

EVerest - 2023.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.3.0...2023.5.0

Consumption - Mobility and Transportation - C++
Published by Pietfried about 3 years ago

EVerest - 2023.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.2.1...2023.3.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 3 years ago

EVerest - 2023.2.1

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.2.0...2023.2.1

Consumption - Mobility and Transportation - C++
Published by Pietfried over 3 years ago

EVerest - 2023.2.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2023.1.0...2023.2.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 3 years ago

EVerest - 2023.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/EVerest/commits/2023.2.0

Consumption - Mobility and Transportation - C++
Published by andistorm over 3 years ago

EVerest - 2023.1.0

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2022.12.1...2023.1.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 3 years ago

EVerest - 2022.12.1

What's Changed

Full Changelog: https://github.com/EVerest/everest-core/compare/2022.12.0...2022.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2022-11.0...2022.12.1

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 3 years ago

EVerest - 2022.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/EVerest/everest-core/compare/2022-11.0...2022.12.0

Consumption - Mobility and Transportation - C++
Published by hikinggrass over 3 years ago