Releases: camunda/feel-scala
Releases Β· camunda/feel-scala
1.16.3
What's Changed π
- fix: string escape characters by @saig0 in #781
- fix: Double quotes in string literal are escaped by @saig0 in #785
- fix: Variable resolution for custom context by @saig0 in #791
- build: Update maven wrapper to 3.8.8 by @yanavasileva in #736
- build: Configure maven-gpg-plugin by @yanavasileva in #737
- build: Update mvn-scalafmt plugin by @saig0 in #739
- ci: Replace Jenkins with Github actions by @saig0 in #741
Full Changelog: 1.16.2...1.16.3
1.17.5
What's Changed π
- [Backport 1.17] fix: Variable resolution for custom context by @github-actions in #789
Full Changelog: 1.17.4...1.17.5
1.17.4
What's Changed π
- [Backport 1.17] fix: Double quotes in string literal are escaped by @github-actions in #784
- [Backport 1.17] test: Verify string() with list/context value by @github-actions in #783
Full Changelog: 1.17.3...1.17.4
1.17.3
What's Changed π
- [Backport 1.17] fix: Escape string characters by @github-actions in #763
Full Changelog: 1.17.2...1.17.3
1.17.2
What's Changed
π§ Just a test of the release process. Please ignore. π§
Full Changelog: 1.17.1...1.17.2
1.17.1
What's Changed π
- fix: Regression in string() function for string and null values by @github-actions in #751
- build: Update mvn-scalafmt plugin by @saig0 in #738
Full Changelog: 1.17.0...1.17.1
1.16.2
What's Changed π
- build: Switch to Java 11 source code level by @saig0 in #718
- build: Disable fail on error for the Javadoc by @yanavasileva in #729
Dependencies π€
- chore(deps): update maven-install-plugin to 3.1.1 by @yanavasileva in #727
- chore(deps): downport the javadoc plugin version to 2.9.1 by @yanavasileva in #728
Full Changelog: 1.16.1...1.16.2
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
1.16.1
What's Changed π
- [Backport 1.16] fix: String conversion of days-times-durations by @s-frick in #633
- [Backport 1.16] fix: String conversion of years-months-durations by @s-frick in #644
- [Backport 1.16] fix: Preserve the order of a context by @saig0 in #659
Dependencies π€
- chore(deps): bump camunda-bpm-release-parent from 2.2.5 to 2.2.6 by @dependabot in #612
Full Changelog: 1.16.0...1.16.1