Skip to content

Releases: jolie/jolie

v1.13.4

15 Sep 08:08

Choose a tag to compare

v1.13.3

15 Sep 07:19

Choose a tag to compare

What's Changed

Full Changelog: v1.13.2...v1.13.3

v1.12.7

11 Aug 10:48
5032ef8

Choose a tag to compare

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

13 Jul 09:18
a95ff7b

Choose a tag to compare

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

12 Jul 16:01

Choose a tag to compare

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

25 May 06:26

Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.0

23 May 13:23

Choose a tag to compare

What's Changed

Full Changelog: v1.12.5...v1.13.0

v1.12.5

13 Mar 10:34

Choose a tag to compare

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

26 Feb 11:53

Choose a tag to compare

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

03 Feb 10:12

Choose a tag to compare

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)
  • DatabaseService fixes (Derby + connection parameters) (#388 + #544)
  • fixed module imports (#547)
  • added UnresolvableAddressException in socket channel creation
  • getServiceDirectory@File does not return the proper service path (#558)
  • jsonrpc LSPParser: keep parsing header until encounter space (#567)