Releases: jolie/jolie
Releases · jolie/jolie
v1.13.4
v1.13.3
What's Changed
- various fixes by @mwallnoefer in #619
- AtomicBoolean by @mwallnoefer in #620
- added findAll to StringUtils by @klag in #621
- Allow Jolie to run ol files that exist in folders with spaces in them by @Niels-Erik in #624
- enable being able to create install jar in devcontainer by @Niels-Erik in #627
- Fix/various by @mwallnoefer in #628
- Move publishing to the central-publishing-maven-plugin by @kicito in #629
Full Changelog: v1.13.2...v1.13.3
v1.12.7
Jolie 1.12.7 is released!
This release is identical to v1.12.6 beside the following minor bug-fixes/improvements.
Changelog
- avoid flush operations on already closed sockets (e.g. when running http-based communication with Leonardo jolie/leonardo#4)
- fix some race conditions in the Jolie process termination procedures
Full Changelog: v1.12.6...v1.12.7
v1.13.2
What's Changed
- Introduce parsingContext wrapper and refactor _parseExecutionInfo using it by @kas0079 in #605
- Potential fix for code scanning alert no. 2692: Container contents are never accessed by @mwallnoefer in #612
- Fix/lib workflow by @kicito in #616
- Fix extend typelink linked type is null by @Niels-Erik in #613
- Corrects path resolution for service directory by @kicito in #617
- Bump org.apache.commons:commons-lang3 from 3.0 to 3.18.0 in /javaServices/coreJavaServices by @dependabot[bot] in #618
Full Changelog: v1.13.1...v1.13.2
v1.12.6
Jolie 1.12.6 is released!
This release is identical to v1.12.5 beside the following minor bug-fixes/improvements.
Changelog
- http_server2.ol test - test case for PR #590
- security fix: update Apache commons-lang3 dependency
Full Changelog: v1.12.5...v1.12.6
v1.13.1
v1.13.0
What's Changed
- Java 21 language requirement
- Add location data / line numbers to faults by @Niels-Erik in #584
- Min values for number ranges by @Niels-Erik in #524
- JAP module system refactoring by @kicito in #597, #599
- Enhancement/json schema by @klag in #593
- Enhancement/jolie2openapi by @klag in #606
- Add support for Java system properties in jolie-cli and runtime service by @mperessotti in #607
- New Jolie2Java by @Jonaythaz in #517 and @kicito in #536
- Add YAML support to readFile@files by @fmontesi in #520
- refactored joliemock in new syntax and made it available in packages by @klag in #561
- Enhancement/joliedoc refactoring by @klag in #538
- mustache improvements by @klag in #535, #537
- JSONrpc: respect type of
idwhen sending back the response. by @fmontesi in #525
Full Changelog: v1.12.5...v1.13.0
v1.12.5
Jolie 1.12.5 is released!
This release is identical to v1.12.4 beside the following minor bug-fixes/improvements.
Changelog
- added hashCode@Values (#533)
- fixed extender properties on embedded services (#553)
- fixed --trace alterations on vectors (#562)
- HttpScanner/Parser - correctly ignore header whitespaces
Full Changelog: v1.12.4...v1.12.5
v1.12.4
Jolie 1.12.4 is released!
This release is identical to v1.12.3 beside the following minor bug-fixes/improvements.
Changelog
- fixed HTTP content-negotiation on aggregated services (original request's context) (#580)
- fixed JSON escaping: slashes
/should not be escaped by backslash\(#588)
Full Changelog: v1.12.3...v1.12.4
v1.12.3
Jolie 1.12.3 is released!
This release is identical to v1.12.2 beside the following minor bug-fixes/improvements.
Changelog
- fix JSON converter finds correct subtype if subtypes in TypeChoice has same name (#539)
DatabaseServicefixes (Derby + connection parameters) (#388 + #544)- fixed module imports (#547)
- added
UnresolvableAddressExceptionin socket channel creation getServiceDirectory@Filedoes not return the proper service path (#558)- jsonrpc LSPParser: keep parsing header until encounter space (#567)