|
| 1 | +<a name="v2.75.4"></a> |
| 2 | +## [v2.75.4] - 2026-01-15 |
| 3 | +### Bug Fixes |
| 4 | +- **pipelinecontrol:** remove omitempty on EntityManagementPipelineCloudRuleEntityUpdateInput ([#1362](https://github.com/newrelic/newrelic-client-go/issues/1362)) |
| 5 | + |
1 | 6 | <a name="v2.75.3"></a> |
2 | 7 | ## [v2.75.3] - 2026-01-07 |
3 | 8 | ### Bug Fixes |
|
2024 | 2029 |
|
2025 | 2030 | ### Refactor |
2026 | 2031 | - update monitors to use return design pattern where applicable, update tests |
| 2032 | +- remove unnecessary else |
2027 | 2033 | - 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 | 2034 | - update ListDashboards to return array of pointers, update Dashboard test to use assert |
2031 | 2035 | - update ListApplications to return array of pointers, update tests to use assert |
| 2036 | +- update alert channels to return array of pointers, update tests to use assert |
2032 | 2037 | - refactor to package-based types files |
2033 | | -- remove config pointer references |
2034 | | -- remove unnecessary else |
2035 | 2038 | - 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 |
| 2039 | +- use centralized test helpers and remove old ones |
2038 | 2040 | - create a logger instance per package |
| 2041 | +- update synthetics conditions to return array of pointers |
| 2042 | +- move logging config code into logging package |
| 2043 | +- remove config pointer references |
2039 | 2044 | - remove redundant 'alert' from file names |
2040 | 2045 | - remove redundant 'Alert' from naming convention |
2041 | 2046 | - incorporate code review feedback |
|
2180 | 2185 | - extract paging implementation |
2181 | 2186 | - rename packages for clarity, promote Config to the public package |
2182 | 2187 |
|
2183 | | -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...HEAD |
| 2188 | +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.4...HEAD |
| 2189 | +[v2.75.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...v2.75.4 |
2184 | 2190 | [v2.75.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.2...v2.75.3 |
2185 | 2191 | [v2.75.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.1...v2.75.2 |
2186 | 2192 | [v2.75.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.0...v2.75.1 |
|
0 commit comments