Skip to content

Commit 097a12f

Browse files
committed
Release 8.10.0
1 parent 1c12d2d commit 097a12f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.10.0](https://github.com/openvoxproject/openvox-server/tree/8.10.0) (2025-07-31)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox-server/compare/8.9.0...8.10.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Consider Java 21 "supported" [\#62](https://github.com/OpenVoxProject/openvox-server/pull/62) ([smortex](https://github.com/smortex))
12+
- Introduce EZBAKE\_REPO to select the ezbake repository & optimize git clone [\#59](https://github.com/OpenVoxProject/openvox-server/pull/59) ([ekohl](https://github.com/ekohl))
13+
- depend on openvox-agent 8.21.1 or newer [\#58](https://github.com/OpenVoxProject/openvox-server/pull/58) ([bastelfreak](https://github.com/bastelfreak))
14+
- Run tests on JRE11, 17 & 21 \(21 without FIPS\) [\#57](https://github.com/OpenVoxProject/openvox-server/pull/57) ([bastelfreak](https://github.com/bastelfreak))
15+
- chore: update rexml to 3.4.1 [\#54](https://github.com/OpenVoxProject/openvox-server/pull/54) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
16+
17+
**Security fixes:**
18+
19+
- sec: CVE 2024-49761 update rexml to 3.3.9 [\#42](https://github.com/OpenVoxProject/openvox-server/pull/42) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
20+
521
## [8.9.0](https://github.com/openvoxproject/openvox-server/tree/8.9.0) (2025-07-19)
622

723
[Full Changelog](https://github.com/openvoxproject/openvox-server/compare/8.8.1...8.9.0)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def ps-version "8.9.0")
1+
(def ps-version "8.10.0")
22

33
(def heap-size-from-profile-clj
44
(let [profile-clj (io/file (System/getenv "HOME") ".lein" "profiles.clj")]

0 commit comments

Comments
 (0)