1.17.0
What's Changed ✨
- feat: Non-existing context entries result in
null
by @saig0 in #696 - feat: Non-existing variables result in
null
by @saig0 in #705 - feat: Non-existing property result in
null
by @saig0 in #709 - feat: Handle non-existing variable in comparison by @remcowesterhoud in #676
- feat: Handle
null
in filter expressions by @korthout in #685 - feat: The invocation of a non-existing function returns
null
by @saig0 in #692 - feat: Comparing different types returns
null
by @saig0 in #711 - feat: Report suppressed failures by @saig0 in #687
- feat: Make failure messages more readable by @saig0 in #717
- feat: Add new function to find duplicates by @berkaycanbc in #688
- feat: Add new function to handle optional values by @nicpuppa in #691
- feat: Add new function to assert conditions by @nicpuppa in #704
- fix: Correct string conversion of days-times-durations by @s-frick in #621
- fix: Correct string conversion of years-months-durations by @s-frick in #636
- fix: Preserve the order of a context by @saig0 in #653
- fix: Unary-test expression with null value by @saig0 in #689
- fix: Function
is defined()
returns false if the value is null by @saig0 in #712 - build: Ignore inner methods for Clirr by @saig0 in #639
- build: Fix license check by @saig0 in #694
- build: Use Java 11 source code level by @yanavasileva in #702
Dependencies 🤖
- chore(deps): bump camunda-bpm-release-parent from 2.2.5 to 2.2.6 by @dependabot in #612
- chore(deps): bump license-maven-plugin from 4.1 to 4.2 by @dependabot in #616
- chore(deps): bump fastparse_2.13 from 2.3.3 to 3.0.1 by @dependabot in #615
- chore(deps): bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #620
- chore(mvn): update maven wrapper to 3.5.4 by @mboskamp in #625
- chore(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #635
- chore(deps): bump maven-assembly-plugin from 3.5.0 to 3.6.0 by @dependabot in #641
- chore(deps): bump zeebe-io/backport-action from 1.2.0 to 1.3.0 by @dependabot in #649
- chore(deps): bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #648
- chore(deps): bump scala-library from 2.13.10 to 2.13.11 by @dependabot in #655
- chore(deps): bump zeebe-io/backport-action from 1.3.0 to 1.3.1 by @dependabot in #662
- chore(deps): bump hashicorp/vault-action from 2.5.0 to 2.6.0 by @dependabot in #661
- chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #660
- chore(deps): bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #658
- chore(deps): bump hashicorp/vault-action from 2.6.0 to 2.7.0 by @dependabot in #666
- chore(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 by @dependabot in #665
- chore(deps): bump hashicorp/vault-action from 2.7.0 to 2.7.1 by @dependabot in #669
- chore(deps): bump hashicorp/vault-action from 2.7.1 to 2.7.2 by @dependabot in #677
- chore(deps): bump camunda-bpm-release-parent from 2.2.6 to 2.2.7 by @dependabot in #682
- chore(deps): bump hashicorp/vault-action from 2.7.2 to 2.7.3 by @dependabot in #686
- chore(deps): bump fastparse_2.13 from 3.0.1 to 3.0.2 by @dependabot in #690
- chore(deps): bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by @dependabot in #699
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #703
- chore(deps): bump org.scala-lang:scala-library from 2.13.11 to 2.13.12 by @dependabot in #706
New Contributors
- @s-frick made their first contribution in #621
- @till-stadtler made their first contribution in #645
- @berkaycanbc made their first contribution in #688
- @nicpuppa made their first contribution in #691
Full Changelog: 1.16.0...1.17.0