Skip to content

Releases: citrusframework/citrus

v4.4.0

15 Nov 16:54
Compare
Choose a tag to compare

Citrus release v4.4.0

v4.3.3

02 Oct 18:35
Compare
Choose a tag to compare

v4.3.2

11 Sep 09:19
Compare
Choose a tag to compare

Citrus release v4.3.2

v4.3.1

15 Aug 15:02
Compare
Choose a tag to compare

v4.3.0

v4.2.1

17 May 08:37
Compare
Choose a tag to compare

Citrus release v4.2.1

What's changed

  • chore(deps): Bump dependency versions
  • fix: Reduce logging level of successful validations
  • fix(#1143): Let HttpMessageBuilder create messages with unique ids
  • fix: Accept status code interface
  • chore: Measure test and suite execution duration
  • fix: Use fixed Locale when formatting test duration
  • fix: Better access into json validator for subclasses
  • chore: Always validate json array order
  • chore(deps): Upgrade dependency versions

See full list of changes: v4.2.0...v4.2.1

v3.4.1

24 Apr 17:17
Compare
Choose a tag to compare

Citrus release v3.4.1

What's Changed

  • chore: Improve Groovy actions script handling in #923
  • fix(#1122): gracefully shutdown test context on error
  • fix(#1116): Fix CitrusLifecycleHooks to not break Cucumber API
  • fix(#1115): Create new test context for each Cucumber scenario
  • fix(#924): Fix false positive test report in DefaultTestLoader in #925
  • fix(#1107): Support non Unicode remote file handle on SFTP server
  • Detect if the current execution is started from a jar, and if so analyze the jar for resources in #953
  • chore: Avoid hiding exceptions in forked actions
  • fix(#1033): Store messages on receiving action
  • fix(#948): Log proper test step index on incremental Citrus tests in #1151
  • fix(#965): Fix TransformAction builder charset setting on xslt resource

Full Changelog: v3.4.0...v3.4.1

v4.2.0

25 Mar 20:13
Compare
Choose a tag to compare

v4.1.1

25 Jan 18:03
Compare
Choose a tag to compare

Citrus release v4.1.1

Compare to v4.1.0.

Noteable Changes

  • A lot of bugfixes for citrus-quarkus, in various commits
  • improved citrus-camel, especially the endpoint builder support
  • some more fixes to the documentation
  • some more dependency updates in varous commits

v4.1.0

17 Jan 19:46
Compare
Choose a tag to compare

Citrus release v4.1.0

Compare to v4.0.2.

Noteable Changes

  • d373c81 OpenAPI connectors for client and server
  • 4f5b9ff removal of commons-lang in favour of commons-lang3
  • 737d454 migrations to Spring 6.1 and Jetty 13
  • a4a1a5d update of TestNG to v7.9
  • many more dependency updates