Upgrade to Go 1.27 and refresh dependencies - #1
Merged
Merged
Conversation
Add generic registry and extension methods, worker profile labels, deterministic HTTP and runtime tests, and targeted standard-library modernizations. Preserve ordered error switches and check MySQL queue iteration errors before sampling. Refresh database drivers, OpenTelemetry, CLI dependencies, and lint configuration. Include CLI and telemetry in the verification gate and document JSON compatibility and repeatable benchmark results. Validation: full live verification passed 1,058 admission/API assertions and 36 scenarios (96 assertions), with two existing announced MySQL checks skipped. Race checks, changed-code lint, vulnerability scanning, and module checksum verification passed. Core tests and MySQL vet passed after the final review fixes.
# Conflicts: # conformance/TEST_INVENTORY.tsv # examples/go/go.mod # examples/go/go.sum # go.work.sum # go/driver/headgatemysql/go.mod # go/driver/headgatemysql/go.sum # go/driver/headgatepgx/go.mod # go/driver/headgatepgx/go.sum # go/driver/headgateredis/go.mod # go/driver/headgateredis/go.sum # go/go.work # go/headgateapi/go.mod # go/headgateapi/go.sum # go/headgatecrypto/go.mod # go/headgatecrypto/go.sum # go/headgatemigrate/go.mod # go/headgatemigrate/go.sum # go/headgateotel/go.mod # go/headgateotel/go.sum # go/headgatetest/go.mod # go/headgatetest/go.sum # go/headgateworkflow/go.sum
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.
Add generic registry and extension methods, worker profile labels, deterministic HTTP and runtime tests, and targeted standard-library modernizations. Preserve ordered error switches and check MySQL queue iteration errors before sampling.
Refresh database drivers, OpenTelemetry, CLI dependencies, and lint configuration. Include CLI and telemetry in the verification gate and document JSON compatibility and repeatable benchmark results.
Validation: full live verification passed 1,058 admission/API assertions and 36 scenarios (96 assertions), with two existing announced MySQL checks skipped. Race checks, changed-code lint, vulnerability scanning, and module checksum verification passed. Core tests and MySQL vet passed after the final review fixes.