Skip to content

v2.0.9

Compare
Choose a tag to compare
@elefeint elefeint released this 01 Apr 00:41
· 38 commits to 2.x since this release
80ffc27

General

  • Version updates:
    • Spring Boot to 2.5.12 (transitively, Spring Framework 5.3.18). See Spring blog post for details.
    • guava-bom to 31.1-jre (#969).
    • cloud-sql-socket-factory.version to 1.4.4 (#972).
    • gcp-libraries-bom.version to 24.4.0 (#973)
  • Overrode <url> field in maven POM files to point to the same root URL, preventing maven from generating invalid URLs by concatenating root URL with module name (#1029).

Pub/Sub

  • Removed a forced startup-time validation for Pub/Sub Actuator Health Indicator that could prevent application startup [#1025].

Spanner

  • Fixed a spec bug for SimpleSpannerRepository.findAllById(): on an empty Iterable input, it used to return all rows. New behavior is to return empty output on an empty input (#940). ⚠ behavior change
  • Allowed Pageable parameter appear in any position in query method argument list (#1030).