1.2.1.RELEASE
scottfrederick
released this
06 Jun 21:06
·
178 commits
to main
since this release
Heroku Connector
Relational Databases
- The Heroku cloud connector now recognizes the
DATABASE_URL
environment variable when detecting PostgreSQL database.
Redis
- Heroku Redis is now supported.
Spring Connector
Relational Databases
- When creating a
DataSource
, Spring Cloud Connectors will look for a poolingDataSource
implementation on the classpath and choose one based on a default priority. The priority of detection has been changed to more closely match the order used in Spring Boot. - Applications can customize the priority order of pooled
DataSource
implementations using either Java configuration or XML configuration. DataSourceConfig
will now accept a map of key/value pairs to allow setting arbitrary properties of the createdDataSource
. This allows overriding of the default JDBC driver class name and validation query set up by Connectors, in addition to other properties of theDataSource
. This can be used by Java configuration or XML configuration.
See the full list of resolved issues in GitHub.