General
- Updated
gcp-libraries-bom.version
to 24.0.0.
Datastore
- Added Blob to byte[] conversion on read. [#729]
- Removed unused array input handling logic in
TwoStepsConversions
. [#733]
Logging
- Fixed potential NPE for a null message in
StackdriverJsonLayout
. [#694]
Pub/Sub
- Added support for per-subscription configurations for Subscriber settings. [#418]
- A global custom bean for a setting takes precedence over any property-based auto-configuration.
In order to use per-subscription configuration for a Subscriber setting, the custom bean for that setting needs to be removed.
When using auto-configuration, per-subscription configuration takes precedence over global configuration.
- A global custom bean for a setting takes precedence over any property-based auto-configuration.
- Added a health indicator validating for each subscription that there was a recent successfully processed message or that the backlog is under threshold. [#613]
Spanner
Trace
- Exposed
spring.cloud.gcp.trace.server-response-timeout-ms
property. [#698]
Thanks to our community contributors: @gkatzioura, @ikeyat, @mirehasfun and @mvpzone!