Skip to content

v0.17.95

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:42
· 1 commit to master since this release
v0.17.95
effb909

What's Changed

  • chore: update file upload documentation for post-0.11 implementation by @thzinc in #4286
  • fix: batch resolver parent registration by @yiblet in #4281
  • fix: explicitly ignore write result in generated enum MarshalGQL by @ChrisJr404 in #4303
  • Fix #4304: Go v1.27 any / interface{} adjustments by @StevenACoffman in #4309
  • Bump to Go 1.27 by @StevenACoffman in #4310
  • playground: add optional URL state persistence for GraphiQL by @blakebutcher in #4311
  • binder: stop emitting the value marshaler superseded by resolvers_always_return_pointers by @korotin in #4296
  • feat: add resolver.omit_resolver_embedding option (#4297) by @korotin in #4312
  • Release SBOM hardening by @StevenACoffman in #4313
  • chore(deps): bump ws from 8.19.0 to 8.21.0 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4260
  • chore(deps-dev): bump @graphql-codegen/introspection from 6.0.1 to 6.1.0 in /integration by @dependabot[bot] in #4268
  • chore(deps): bump typescript from 6.0.3 to 7.0.2 in /_examples/chat by @dependabot[bot] in #4267
  • chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /integration by @dependabot[bot] in #4266
  • chore(deps-dev): bump @graphql-codegen/client-preset from 6.0.1 to 6.1.0 in /integration by @dependabot[bot] in #4264
  • chore(deps-dev): bump @graphql-codegen/schema-ast from 6.0.1 to 6.1.0 in /integration by @dependabot[bot] in #4265
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #4280
  • chore(deps-dev): bump brace-expansion from 5.0.4 to 5.0.7 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4278
  • chore(deps-dev): bump @apollo/client from 4.2.3 to 4.2.7 in /integration by @dependabot[bot] in #4277
  • chore(deps-dev): bump graphql-ws from 6.0.8 to 6.1.0 in /integration by @dependabot[bot] in #4271
  • chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 by @dependabot[bot] in #4254
  • chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #4282
  • chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 by @dependabot[bot] in #4276
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #4274
  • chore(deps-dev): bump @graphql-codegen/cli from 7.1.2 to 7.2.0 in /integration by @dependabot[bot] in #4273
  • chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in /integration by @dependabot[bot] in #4253
  • chore(deps-dev): bump @apollo/client from 4.2.7 to 4.2.10 in /integration by @dependabot[bot] in #4285
  • chore(deps-dev): bump @graphql-codegen/client-preset from 6.1.0 to 6.1.1 in /integration by @dependabot[bot] in #4284
  • chore(deps-dev): bump graphql-ws from 6.1.0 to 6.2.1 in /integration by @dependabot[bot] in #4283
  • chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 in /_examples by @dependabot[bot] in #4287
  • chore(deps): bump golang.org/x/text from 0.40.0 to 0.41.0 in /_examples by @dependabot[bot] in #4288
  • chore(deps-dev): bump @graphql-codegen/client-preset from 6.1.1 to 6.1.3 in /integration by @dependabot[bot] in #4291
  • chore(deps-dev): bump @apollo/client from 4.2.10 to 4.2.12 in /integration by @dependabot[bot] in #4292
  • chore(deps): bump google.golang.org/protobuf from 1.36.11 to 1.36.12 by @dependabot[bot] in #4289
  • chore(deps): bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 by @dependabot[bot] in #4308
  • chore(deps-dev): bump @graphql-codegen/cli from 7.2.0 to 7.3.1 in /integration by @dependabot[bot] in #4306
  • chore(deps-dev): bump graphql-sse from 2.6.0 to 2.6.1 in /integration by @dependabot[bot] in #4305
  • chore(deps-dev): bump urql from 5.0.3 to 5.0.4 in /integration by @dependabot[bot] in #4307
  • chore(deps): bump devops-actions/actionlint from 0.1.12 to 0.1.13 by @dependabot[bot] in #4299
  • chore(deps): bump dawidd6/action-download-artifact from 21 to 24 by @dependabot[bot] in #4298
  • chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 in /integration by @dependabot[bot] in #4302
  • chore(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /integration in the npm_and_yarn group across 1 directory by @dependabot[bot] in #4314

New Contributors

Full Changelog: v0.17.94...v0.17.95

Verifying this release

# 1. cosign signature over the checksum file (identity = the release workflow).
cosign verify-blob \
  --bundle checksums.txt.sigstore.json \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity 'https://github.com/99designs/gqlgen/.github/workflows/release.yml@refs/tags/v0.17.95' \
  checksums.txt

# 2. hash every downloaded artifact against the now-trusted checksums.
shasum -a 256 --ignore-missing -c checksums.txt

# 3. GitHub build provenance (repeat --repo for whichever archive you pulled).
gh attestation verify gqlgen_Darwin_arm64.tar.gz --repo 99designs/gqlgen
gh attestation verify gqlgen_0.17.95_source.tar.gz --repo 99designs/gqlgen

Each archive ships an SBOM alongside it (<archive>.sbom.json, SPDX-2.3); the
source tree's is gqlgen_0.17.95_source.tar.gz.sbom.json.


Released by GoReleaser.