Merged
Conversation
Minimum allowed line rate is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to the project, focusing on upgrading dependencies, enhancing observability and documentation, and improving code quality and maintainability. The most significant changes are the upgrade to Go 1.26.1, migration to the new
goteltracing library, improved documentation on features and CI/CD, and various dependency and code quality updates.Dependency and Tooling Upgrades:
go.mod,go.work, and Dockerfile. This includes updating the build image and documentation prerequisites. [1] [2] [3] [4]gotelfor tracing, upgradedndc-sdk-go,goenvconf,theory/jsonpath, and several OpenTelemetry and other libraries for improved performance and compatibility. [1] [2]Tracing and Telemetry Improvements:
connector.NewTracerto the newgotel.NewTracerin bothconnector/internal/client.goandconnector/types.gofor improved tracing consistency and future-proofing. [1] [2] [3]otelutils.NewTelemetryHeadersfor better integration. [1] [2]Documentation Enhancements:
CLAUDE.mddocumentation:Code Quality and Minor Fixes:
connector/internal/contenttype/parameter.goand fixed string formatting for key indices. [1] [2]exhttp/retry.go, replaced the deprecatedutils.ToPtrwith a directnewcall for schema descriptions. [1] [2]Dependency and Tooling Upgrades
go.mod, andgo.workprerequisites. [1] [2] [3] [4]gotelfor tracing, upgradedndc-sdk-go,goenvconf,theory/jsonpath, OpenTelemetry, and other libraries. [1] [2]Tracing and Telemetry
connector.NewTracertogotel.NewTracerfor improved observability. [1] [2] [3]otelutils.NewTelemetryHeaders. [1] [2]Documentation and Developer Experience
CLAUDE.md:Code Quality and Safety