Skip to content

1.2.5.RELEASE

Compare
Choose a tag to compare
@scottfrederick scottfrederick released this 27 Oct 22:08
· 108 commits to main since this release
  • Add support for Apache Cassandra to the core library, Cloud Foundry Connector, and Spring Service Connector (via mp911de).

Core

  • Make it easier for applications to retrieve ServiceInfos for service types that aren't supported by the core library (via markbigler).
  • Support RabbitMQ/AMQP connections with URL-encoded characters in the virtual host.

Cloud Foundry Connector

  • Allow extension libraries to modify the contents of the VCAP_SERVICES JSON before it is parsed by Connectors. This is useful in environments where the platform or service brokers encrypt the contents of VCAP_SERVICES, and the contents must be decrypted before being parsed.
  • Use case-insensitive comparisons when inspecting service tags to determine the type of a service.

Heroku Connector

  • Update the name of the environment variable for MongoLab services (via housaby).

See the full list of resolved issues in GitHub.