Skip to content

Commit fb58e4d

Browse files
chore(release): release v2.75.4
1 parent 8008772 commit fb58e4d

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
<a name="v2.75.3"></a>
27
## [v2.75.3] - 2026-01-07
38
### Bug Fixes
@@ -2024,18 +2029,18 @@
20242029

20252030
### Refactor
20262031
- update monitors to use return design pattern where applicable, update tests
2032+
- remove unnecessary else
20272033
- consistent use of pointers for &reqBody structs
2028-
- move logging config code into logging package
2029-
- use centralized test helpers and remove old ones
20302034
- update ListDashboards to return array of pointers, update Dashboard test to use assert
20312035
- 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
20322037
- refactor to package-based types files
2033-
- remove config pointer references
2034-
- remove unnecessary else
20352038
- 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
20382040
- 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
20392044
- remove redundant 'alert' from file names
20402045
- remove redundant 'Alert' from naming convention
20412046
- incorporate code review feedback
@@ -2180,7 +2185,8 @@
21802185
- extract paging implementation
21812186
- rename packages for clarity, promote Config to the public package
21822187

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
21842190
[v2.75.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.2...v2.75.3
21852191
[v2.75.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.1...v2.75.2
21862192
[v2.75.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.0...v2.75.1

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of this library
4-
const Version string = "2.75.3"
4+
const Version string = "2.75.4"

0 commit comments

Comments
 (0)