Skip to content

2023.0.2

Compare
Choose a tag to compare
@michael-simons michael-simons released this 24 Jan 10:29
· 637 commits to main since this release
7af1b13

Thanks to @ikwattro, @lukaseder and @bonelli for their input!

🚀 Features

  • Add missing string functions. (#584)
  • Add support for rewriting the MATCH clause after parsing. (#580)

🐛 Bug Fixes

  • Add support for label expressions. (#582)
  • Correctly track identifiable elements. (#579)

🧹 Housekeeping

  • Dependency upgrades:
    • Bump spring-boot-starter-parent from 3.0.1 to 3.0.2 (#577)
    • Bump assertj-core from 3.24.1 to 3.24.2 (#576)

🛠 Build

  • Move the fixed module-info.java somewhere out of IDEAs reach.