Agent Changelog
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.1.2] - 2023-09-13
Fixed
- Fixed an issue where some Oracle tables would not get indexed
[1.1.1] - 2023-08-31
Fixed
- Fixed an issue where connection pooling wasn't working properly in agent
[1.1.0] - 2023-08-17
Added
- Update setup script to handle mTLS key exchange so agent install becomes self-service.
- Update setup script to pre-create user_ca directory and leave instructions on how to use it.
- Added a -f flag to setup script to allow cleanup of previous agent setup files
Updated
- Update agent startup to print additional debugging information to console
- Add additional data source type examples to agent.yaml
[1.0.6] - 2023-07-10
Added
- Add support for using custom CA trust certificates.
[1.0.5] - 2023-06-26
Added
- Added namespace to the configuration. This should default to the correct value (default in most cases, others handled), but can be overridden in agent.yaml as necessary
[1.0.4] - 2023-05-22
Added
- Add healthLoggerEnabled flag to log an agent health check (currently it just prints OK)
Updated
- agent.yaml template updated to include AWS Secrets manager example
- agent.yaml and docker-compose.yaml updated to include better environment variable examples
[1.0.3] - 2023-05-15
Added
- "logQueries: false" has been added to the agent.yaml that gets generated during agent setup. This can also be added manually to existing agent.yamls. Setting this to true will cause the agent to print all queries being executed to the docker console logs. This is useful for debugging (not recommended for production).
Changed
- Update agent.yaml template to include an example of all support DB types (ie postgres, synapse, etc)
Fixed
- Fix NPE when agent source type is set to synapse
[1.0.2] - 2023-05-04
Added
- Support using public CA certificates for Temporal mTLS
- Add SAP HANA sample config to agent.yaml (#7474) (SRE-1706)
Fixed
- Use quotes around password field in agent.yaml examples so special characters are handled properly. (#7474) (SRE-1706)
[1.0.1] - 2023-05-02
Fixed
- Fix bug with SAP Hana driver not liking Java 9+ by creating a Multi-Release shadowjar (#7442) (SRE-1707)
[1.0.0] - 2023-02-28
Added
- Initial Agent release
Updated 13 days ago