Skip to content

Update to fdfc67f44913e48d2e3458a3b79edf0a919442de - #213

Merged
dsnet merged 1 commit into
masterfrom
update
Jun 23, 2026
Merged

Update to fdfc67f44913e48d2e3458a3b79edf0a919442de#213
dsnet merged 1 commit into
masterfrom
update

Conversation

@dsnet

@dsnet dsnet commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

WARNING: This commit contains breaking changes.

Previously in https://go.dev/cl/773980, support for the format tag option was removed and gated behind GOEXPERIMENT=jsonformat. This remove the use of a static gate via GOEXPERIMENT and install relies on a runtime option to enable/disable support.

The ExperimentalSupportFormatTag and ExperimentalGlobalSupportFormatTag enables support for the format tag option on either a per-call basis or globally for all calls.

WARNING: This commit contains breaking changes.

Previously in https://go.dev/cl/773980, support for the `format`
tag option was removed and gated behind GOEXPERIMENT=jsonformat.
This remove the use of a static gate via GOEXPERIMENT and
install relies on a runtime option to enable/disable support.

The ExperimentalSupportFormatTag and ExperimentalGlobalSupportFormatTag
enables support for the `format` tag option on either a per-call basis
or globally for all calls.

* (https://go.dev/cl/788420) encoding/json/v2: support format tag via runtime Option
@dsnet
dsnet merged commit afd2664 into master Jun 23, 2026
8 checks passed
@dsnet
dsnet deleted the update branch June 23, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant