Releases: newrelic/nri-oracledb
Releases · newrelic/nri-oracledb
v3.7.0
v3.7.0 - 2023-11-06
🚀 Enhancements
- publish as well for RHEL 15.5 and bookworm
v3.6.2
v3.6.2 - 2023-08-18
🐞 Bug fixes
- Restore golang docker image to buster
v3.6.1
⚠️ Release with Known issues
The integration from this release might crash depending on the OS where it runs (related to the glib.c version)
Use v3.6.2
v3.6.1 - 2023-08-15
🐞 Bug fixes
- Restore golang version to 1.19 to ensure compatibility
v3.6.0
⚠️ Release with Known issues
The integration from this release might crash depending on the OS where it runs (related to the glib.c version)
Use v3.6.2
v3.6.0 - 2023-08-08
🚀 Enhancements
- bumped golang version pinning 1.20.6
v3.5.0
What's Changed
- update issue templates by @davidgit in #109
- Create CODEOWNERS by @davidgit in #110
- NR-73265: update contributing and readme by @carlossscastro in #112
- NEWRELIC-5247 : Add SLES 15.4 by @brushknight in #111
- Adding example for multiple custom query by @wildcardlinux in #113
- chore: update README.md community header by @marcsanmi in #115
- NR-98897: support amazon linux 2023 by @sigilioso in #116
- Configure Renovate by @renovate in #120
- Revert "Add renovate.json (#120)" by @kang-makes in #124
- Newrelic-7761 OraclePdbMonitoring by @nijugeorge173 in #118
- fix(deps): update module github.com/kr/pretty to v0.3.1 by @renovate in #121
- chore: update changelog by @sigilioso in #125
New Contributors
- @wildcardlinux made their first contribution in #113
- @marcsanmi made their first contribution in #115
- @sigilioso made their first contribution in #116
- @renovate made their first contribution in #120
- @nijugeorge173 made their first contribution in #118
Full Changelog: v3.4.0...v3.5.0
v3.4.0
Changed
- Removed 200 tablespace limitation. Use
TABLESPACE
config parameter to limit the number of tablespaces monitored. - Bumped dependencies
v3.3.0
Added
- Add
SKIP_METRICS_GROUPS
config: Metrics collected are group together depending on the query used to obtain the data. These metric groups are here and can be skipped from collection by adding the name of the group to SKIP_METRICS_GROUPS in Json array format. By default no group is skipped so no breaking changes are added.
What's Changed
- Refactor collectors and Bump dependencies+Go by @gsanchezgavier in #96
- Add SkipMetricsGroups config by @gsanchezgavier in #97
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
Fixed
- Metrics
tablespace.spaceConsumedInBytes
andtablespace.spaceReservedInBytes
previously reported in block sizes are now reported in Bytes #94
Full Changelog: v3.1.1...v3.2.0