Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 17:58
· 130 commits to main since this release
f0b366e

Update Spring

We updated to spring 3.2.2, you may have to copy the version overrides in your project's build.gradle:

// In `build.gradle`
plugins {
+  id 'org.springframework.boot' version '3.2.2'
}

+ implementation 'io.hypersistence:hypersistence-utils-hibernate-63:3.7.3'

What's Changed

  • Adding "condition" logic at the screen level by @sree-cfa in #500
  • Adding param to screens fragments 🍖 by @sree-cfa in #518
  • Fix default value of show-stack-trace to false by @coltborg in #521

Dependency Updates

  • Updating for spring 3.2.2 compatibility by @sree-cfa in #493
  • Bump gradle/gradle-build-action from 3.0.0 to 3.1.0 by @dependabot in #514
  • Bump io.github.bonigarcia:webdrivermanager from 5.6.3 to 5.6.4 by @dependabot in #517
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.7.2 to 3.7.3 by @dependabot in #516
  • Bump io.github.bonigarcia:webdrivermanager from 5.6.4 to 5.7.0 by @dependabot in #519
  • Bump com.github.librepdf:openpdf from 1.3.40 to 2.0.0 by @dependabot in #515
  • Bump org.springframework.integration:spring-integration-ws from 6.2.1 to 6.2.2 by @dependabot in #520

Full Changelog: 1.1.1...1.2.0