1.18.0-alpha1
Pre-release
Pre-release
github-actions
released this
22 May 08:39
·
182 commits
to main
since this release
What's Changed 🔭
- feat: Add trim() function for whitespace stripping by @skayliu in #826
- feat: Add built-in function to encode a string as base64 by @sbuettner in #847
- feat: Add built-in function to generate a UUID string by @skayliu in #834
- fix: Regression in string() function for string and null values by @saig0 in #749
- fix: Double quotes in string literal are escaped by @saig0 in #780
- fix: Variable resolution for custom context by @saig0 in #786
- fix: I can interrupt an expression evaluation by @vicmosin in #824
- fix:
string()
function can handle a context with custom value types by @mustafadagher in #833 - fix: Translate escaped characters in string by @nicpuppa in #750
Dependencies 🤖
- chore(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #733
- chore(deps-dev): bump version.log4j from 2.20.0 to 2.21.0 by @dependabot in #745
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #755
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #753
- chore(deps-dev): bump version.log4j from 2.21.0 to 2.21.1 by @dependabot in #754
- chore(deps): bump hashicorp/vault-action from 2.7.3 to 2.7.4 by @dependabot in #756
- chore(deps): bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by @dependabot in #757
- chore(deps): bump zeebe-io/backport-action from 2.0.0 to 2.1.0 by @dependabot in #758
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #760
- chore(deps): bump zeebe-io/backport-action from 2.1.0 to 2.1.1 by @dependabot in #761
- chore(deps-dev): bump version.log4j from 2.21.1 to 2.22.0 by @dependabot in #764
- chore(deps): bump zeebe-io/backport-action from 2.1.1 to 2.2.0 by @dependabot in #770
- chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #766
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #769
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #775
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #777
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #776
- chore(deps): bump zeebe-io/backport-action from 2.2.0 to 2.3.0 by @dependabot in #779
- chore(deps): bump s4u/maven-settings-action from 2.8.0 to 3.0.0 by @dependabot in #788
- chore(deps-dev): bump version.log4j from 2.22.0 to 2.22.1 by @dependabot in #787
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #793
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in #795
- chore(deps): bump zeebe-io/backport-action from 2.3.0 to 2.4.1 by @dependabot in #799
- chore(deps): bump hashicorp/vault-action from 2.7.4 to 2.7.5 by @dependabot in #800
- chore(deps): bump hashicorp/vault-action from 2.7.5 to 2.8.0 by @dependabot in #802
- chore(deps): bump hashicorp/vault-action from 2.8.0 to 3.0.0 by @dependabot in #810
- chore(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by @dependabot in #812
- chore(deps-dev): bump version.log4j from 2.22.1 to 2.23.0 by @dependabot in #811
- chore(deps): bump org.scala-lang:scala-library from 2.13.12 to 2.13.13 by @dependabot in #813
- chore(deps-dev): bump version.log4j from 2.23.0 to 2.23.1 by @dependabot in #816
- chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by @dependabot in #817
- chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #819
- chore(deps): bump zeebe-io/backport-action from 2.4.1 to 2.5.0 by @dependabot in #822
- chore(deps): bump com.lihaoyi:fastparse_2.13 from 3.0.2 to 3.1.0 by @dependabot in #827
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #828
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot in #837
- chore(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by @dependabot in #842
- chore(deps): bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.0 by @dependabot in #841
- chore(deps): bump org.scala-lang:scala-library from 2.13.13 to 2.13.14 by @dependabot in #845
- chore(deps): bump net.alchim31.maven:scala-maven-plugin from 4.9.0 to 4.9.1 by @dependabot in #849
New Contributors
- @lzgabel made their first contribution in #734
- @jonathanlukas made their first contribution in #794
- @vicmosin made their first contribution in #824
- @skayliu made their first contribution in #826
- @mustafadagher made their first contribution in #833
- @sbuettner made their first contribution in #847
Full Changelog: 1.17.0...1.18.0-alpha1