File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
66
77
8- ## [ 1.12.79 ] - 2026-02-xx
8+ ## [ 1.12.80 ] - 2026-02-xx
99
1010### Enhancements
1111
@@ -15,7 +15,14 @@ All notable changes to this project will be documented in this file.
1515- Added : openai module support for assistant run api (...)
1616- Added : openai module support for assistant run steps api (...)
1717
18- - IPC response messages mirror the request's destination name even in error case.
18+
19+
20+ ## [ 1.12.79] - 2026-02-xx
21+
22+ ### Enhancements
23+
24+ - Bumped VAVR from 0.11.0 to 1.0.0
25+ - IPC response messages mirror now the request's destination name even in error case.
1926
2027
2128
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ ext {
212212 poi_Version = ' 5.3.0' // '4.1.2'
213213 servletApi_Version = ' 5.0.0'
214214 springExpression_Version = ' 5.2.0.RELEASE'
215- vavr_Version = ' 0.11 .0'
215+ vavr_Version = ' 1.0 .0'
216216 xchart_Version = ' 3.8.6'
217217 zip4j_Version = ' 2.11.5'
218218 aviron_Version = ' 1.9.1'
Original file line number Diff line number Diff line change 22
33** The Venice JAR contains the following repackaged libraries and fonts:**
44
5- * [ VAVR 0.11 .0] ( https://github.com/vavr-io/vavr ) ([ License] ( https://raw.githubusercontent.com/vavr-io/vavr/master/LICENSE ) ) (repackaged binary jar)
5+ * [ VAVR 1.0 .0] ( https://github.com/vavr-io/vavr ) ([ License] ( https://raw.githubusercontent.com/vavr-io/vavr/master/LICENSE ) ) (repackaged binary jar)
66* [ JLine3 3.21.0] ( https://github.com/jline/jline3 ) ([ License] ( https://raw.githubusercontent.com/jline/jline3/master/LICENSE.txt ) ) (repackaged binary jar)
77* [ zip4j 2.11.5] ( https://github.com/srikanth-lingala/zip4j ) ([ License] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) ) (repackaged binary jar)
88* [ nanojson 1.6.0] ( https://github.com/mmastrac/nanojson ) ([ License] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) ) (repackaged source code, and modified by Venice)
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ use of the source code for these subcomponents is subject to the terms and
216216conditions of the following licenses.
217217
218218
219- VAVR 0.10.7 (io.vavr:vavr:0.10.7) LICENSE-Vavr.txt
219+ VAVR 1.0.0 (io.vavr:vavr:1.0.0) LICENSE-Vavr.txt
220220JLine3 3.21.0 (org.jline:jline:3.21.0) LICENSE-JLine3.txt
221221NanoJson 1.6 (com.grack:nanojson:1.6) LICENSE-nanojson.txt
222222Zip4j 2.11.5 (net.lingala.zip4j:zip4j:2.11.5) LICENSE-Zip4J.txt
You can’t perform that action at this time.
0 commit comments