|
| 1 | +<a name="v2.78.0"></a> |
| 2 | +## [v2.78.0] - 2026-02-16 |
| 3 | +### Features |
| 4 | +- **cloud:** rollback health and trusted advisor for EUSC ([#1371](https://github.com/newrelic/newrelic-client-go/issues/1371)) |
| 5 | + |
| 6 | +<a name="v2.77.0"></a> |
| 7 | +## [v2.77.0] - 2026-02-02 |
| 8 | +### Features |
| 9 | +- **cloud:** add AWS EU Sovereign cloud provider support ([#1368](https://github.com/newrelic/newrelic-client-go/issues/1368)) |
| 10 | + |
| 11 | +<a name="v2.76.0"></a> |
| 12 | +## [v2.76.0] - 2026-01-15 |
| 13 | +### Features |
| 14 | +- **security-rx:** add support for Aws SecurityHub integration ([#1300](https://github.com/newrelic/newrelic-client-go/issues/1300)) |
| 15 | + |
| 16 | +<a name="v2.75.4"></a> |
| 17 | +## [v2.75.4] - 2026-01-15 |
| 18 | +### Bug Fixes |
| 19 | +- **pipelinecontrol:** remove omitempty on EntityManagementPipelineCloudRuleEntityUpdateInput ([#1362](https://github.com/newrelic/newrelic-client-go/issues/1362)) |
| 20 | + |
1 | 21 | <a name="v2.75.3"></a> |
2 | 22 | ## [v2.75.3] - 2026-01-07 |
3 | 23 | ### Bug Fixes |
|
2024 | 2044 |
|
2025 | 2045 | ### Refactor |
2026 | 2046 | - update monitors to use return design pattern where applicable, update tests |
| 2047 | +- remove unnecessary else |
2027 | 2048 | - consistent use of pointers for &reqBody structs |
2028 | | -- move logging config code into logging package |
2029 | | -- use centralized test helpers and remove old ones |
2030 | 2049 | - update ListDashboards to return array of pointers, update Dashboard test to use assert |
2031 | 2050 | - update ListApplications to return array of pointers, update tests to use assert |
| 2051 | +- update alert channels to return array of pointers, update tests to use assert |
2032 | 2052 | - refactor to package-based types files |
2033 | | -- remove config pointer references |
2034 | | -- remove unnecessary else |
2035 | 2053 | - rescope vars for integration tests to avoid variable name conflicts |
2036 | | -- update alert channels to return array of pointers, update tests to use assert |
2037 | | -- update synthetics conditions to return array of pointers |
| 2054 | +- use centralized test helpers and remove old ones |
2038 | 2055 | - create a logger instance per package |
| 2056 | +- update synthetics conditions to return array of pointers |
| 2057 | +- move logging config code into logging package |
| 2058 | +- remove config pointer references |
2039 | 2059 | - remove redundant 'alert' from file names |
2040 | 2060 | - remove redundant 'Alert' from naming convention |
2041 | 2061 | - incorporate code review feedback |
|
2180 | 2200 | - extract paging implementation |
2181 | 2201 | - rename packages for clarity, promote Config to the public package |
2182 | 2202 |
|
2183 | | -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...HEAD |
| 2203 | +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.78.0...HEAD |
| 2204 | +[v2.78.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.77.0...v2.78.0 |
| 2205 | +[v2.77.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.76.0...v2.77.0 |
| 2206 | +[v2.76.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.4...v2.76.0 |
| 2207 | +[v2.75.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...v2.75.4 |
2184 | 2208 | [v2.75.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.2...v2.75.3 |
2185 | 2209 | [v2.75.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.1...v2.75.2 |
2186 | 2210 | [v2.75.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.0...v2.75.1 |
|
0 commit comments