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.6.0] - 2023-11-29
Updated
- Change base OS to UBI8 to resolve OS level security CVEs
[1.5.0] - 2023-11-16
Updated
- Added signature verification on large agent payload endpoint
[1.4.0] - 2023-11-14
Added
- Improve agent reliability by adding server side monitoring of agent uptime
[1.3.0] - 2023-11-08
Added
- Added support for large agent payloads
- Added support for encrypting large agent payloads
Updated
- Updated setup_agent.sh to pull company UUID from the API rather than passing it in on the command line
[1.2.0] - 2023-11-03
Added
- Added support for Db2
[1.1.5] - 2023-10-19
Added
- Added support for RBAC workspace allow lists in config file
[1.1.4] - 2023-10-13
Updated
- Updated to be able to index Databricks instances by table rather than a whole schema at once
[1.1.3] - 2023-09-29
Fixed
- Fixed an issue where Oracle LOBS were causing an error
[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 4 days ago