All Versions
62
Latest Version
Avg Release Cycle
11 days
Latest Release
192 days ago

Changelog History
Page 1

  • v0.17.20 Changes

    September 19, 2022
    • ๐Ÿš€ 0e4cbd10 release v0.17.20

    โšก๏ธ 12ae8ffa Update go-colorable and x/tools. (#2382)

    This picks up a new 2022 version of golang.org/x/sys which is caused by ๐Ÿ— https://github.com/golang/go/issues/49219 and is needed to fix building using Go 1.18 on aarch64-darwin.

    ๐Ÿ“š 68136ffb Update diagram in documentation (#2381)

    ๐Ÿ›  The diagram wasn't rendering properly in Go docs, which was a shame because it's a great diagram. This PR fixes that by indenting it another space.

    • ๐Ÿ”€ d29d098f fix field merging behavior for fragments on interfaces (#2380)

    • โšก๏ธ 6bb31862 Update changelog for v0.17.19

    • ๐Ÿš€ bb7fbc0f v0.17.19 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.19 Changes

    September 15, 2022
    • ๐Ÿš€ 588c6ac1 release v0.17.19

    • ๐Ÿš€ c6713170 v0.17.18 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.18 Changes

    September 15, 2022
    • ๐Ÿš€ 1d41c808 release v0.17.18

    • โšก๏ธ 4dbe2e47 update graphiql to 2.0.7 (#2375)

    โœ… b7cc094a testfix: make apollo federated tracer test more consistent (#2374)

    • โšก๏ธ Update tracing_test.go

    • โž• add missing imports

    • โšก๏ธ d096fb9b Update directives (#2371)

    • 1acfea2f Add v0.17.17 changelog

    • ๐Ÿš€ c273adc8 v0.17.17 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.17 Changes

    September 13, 2022
    • ๐Ÿš€ d50bc5ac release v0.17.17

    462025b4 nil check error before type assertion follow-up from #2341 (#2368)

    • ๐Ÿ‘Œ Improve errcode.Set safety

    59493aff fix: apollo federation tracer was race prone (#2366)

    The tracer was using a global state across different goroutines โž• Added req headers to operation context to allow it to be fetched in InterceptOperation

    • โšก๏ธ fc018556 Update gqlparser to v2.5.1 (#2363)

    • 56574a14 feat: make Playground HTML content compatible with UTF-8 charset (#2355)

    ๐Ÿ“„ 182b039d Add subscriptions.md recipe to docs (#2346)

    • โž• Add subscriptions.md recipe to docs

    • ๐Ÿ›  Fix wrong request type

    • b66fff16 Add omit_getters config option (#2348)

    • โšก๏ธ 2ba8040f Update changelog for v0.17.16

    • ๐Ÿš€ 8bef8c80 v0.17.16 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.16 Changes

    August 26, 2022
    • ๐Ÿš€ 9593cead release v0.17.16

    • โšก๏ธ 2390af2d Update gqlparser to v2.5.0 (#2341)

    • โšก๏ธ 2a87fe06 feat: update Graphiql to version 2 (#2340)

    โšก๏ธ 32e2ccd3 Update yaml to v3 (#2339)

    • โšก๏ธ update yaml to v3

    • โž• add missing go entry for yaml on _example

    • โž• add missing sum file

    • ๐Ÿš€ 7949117a v0.17.15 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.15 Changes

    August 23, 2022
    • ๐Ÿš€ 23cc7492 release v0.17.15

    • ๐Ÿ›  577a570c Markdown formatting fixes (#2335)

    2b584011 Fix Interface Slice Getter Generation (#2332)

    • ๐Ÿ— Make modelgen test fail if generated doesn't build โž• Added returning list of interface to modelgen test schema

    • Implement slice copying when returning interface slices

    • ๐Ÿ‘• Re-generate to satisfy the linter

    aee57b4c Correct boolean logic (#2330)

    Correcting boolean logic issue

    • โšก๏ธ da0610e1 Update changelog for v0.17.14

    • ๐Ÿš€ ddcb524e v0.17.14 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.14 Changes

    August 18, 2022
    • ๐Ÿš€ 581bf6eb release v0.17.14

    • โšก๏ธ d3384377 Update gqlparser

    • c2d02d35 More descriptive not implemented stubs (#2328) (closes #2327)

    9f919d2c Avoid GraphQL to Go Naming Collision with "ToGoModelName" func (#2322) (closes #2321)

    • using ReplaceAllStringLiteral

    • ๐Ÿ›  fixing wordInfo template test

    • โฌ†๏ธ bumping linter timeout to 5m

    • comment cleanup

    • some cleanup, adding "ToGoPrivateModelName" func

    • โž• adding "ToGoPrivateModelName" func

    • ๐Ÿ”จ refactoring word walker impl and tests

    • ๐Ÿ‘• hopefully making linter happy

    • ๐Ÿ“„ 2304c104 Include docstrings on interface getters (#2317)

    • f5d60326 Leverage (*Imports).LookupType when generating interface field getters (#2315)

    242c3ba2 Generate getters for interface fields (#2314)

    • Generate getters for interface fields

    • ๐Ÿ”„ Changes to make models_test.go pass

    • ๐Ÿ‘‰ Use text/template, not html/template

    • Re-run go generate ./...

    • ๐Ÿ‘• gofmt a few files that were failing lint checks

    • Another gofmt straggler

    • Try making the "generated" match the exact whitespace github is disliking

    • 0d91c893 Add hackernews graphql api tutorial to other resources (#2305)

    • โšก๏ธ c2526ba5 Update gqlparser to v2.4.7 (#2300)

    • f283124d #2298: fix gqlgen extracting module name from comment line (#2299)

    ๐Ÿ‘ 779d7cdd Add support for KeepAlive message in websocket client (#2293)

    • โž• Add support for KeepAlive message in websocket client

    • rewrite if-else to switch statement

    • ๐Ÿš€ 5a37d1dc v0.17.13 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.13 Changes

    July 15, 2022
    • ๐Ÿš€ e82b6bf1 release v0.17.13

    f0e9047d Hide dependencies in tools.go from importers (#2287)

    Projects that use go mod vendor will vendor github.com/matryer/moq despite it not being required at runtime.

    Moving tools.go to internal hides this import from downstream ๐Ÿ‘‰ users and avoids github.com/matryer/moq being vendored.

    ๐Ÿคก go generate of the mocks still works as expected.

    โœ… The assumption behind the import test broke, so I've pointed it at a ๐Ÿ‘€ different path that has no Go code. This seems to match the intent โœ… behind the original test for the internal/code/.. path.

    • ๐Ÿ‘ 6310e6a7 support named interface to Field.CallArgs (#2289)

    30493696 fix: return the original error (#2288)

    • ๐Ÿ›  fix: return the original error

    close https://github.com/99designs/gqlgen/issues/2286

    • โšก๏ธ Update error.go
    • โšก๏ธ fb13091d updated WebSocker InitFunc recipe (#2275)

    • โšก๏ธ 770c09fb Update changelog for v0.17.12

    • ๐Ÿš€ b4c186a7 v0.17.12 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.12 Changes

    July 04, 2022
    • ๐Ÿš€ 94c02b0d release v0.17.12

    • 7eb8ba93 Fix CreateTodo (#2256)

    0b0e5ce4 Replace use of strings.Title with cases.Title (#2268)

    • โœ… github: Test more go versions

    • โœ… github: Fix ci tests

    • github: Increase verbosity, sleep

    • github: Drop bash

    • โœ… github: Test go 1.18 and newer node verisons

    • github: Pull out node 16 for now

    • ๐Ÿ‘• github: Only lint 1.16 for now

    • ๐Ÿ—„ cases: Use cases.Title over strings.Title which is deprecated

    • ๐Ÿšš gqlgen: Remove use of deprecated strings.Title

    • ๐Ÿ“œ 0c11e5fd parse at beginning of do function (#2269)

    • โšก๏ธ edb1c585 Update Changelog for v0.17.11

    • ๐Ÿš€ 5e6b52fd v0.17.11 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->

  • v0.17.11 Changes

    July 03, 2022
    • ๐Ÿš€ ea294c4e release v0.17.11

    • โšก๏ธ 8ebf75c1 Update gqlparser (#2270)

    ๐Ÿ‘ท b8497f52 github: Fix CI pipelines (#2266)

    • โœ… github: Test more go versions

    • โœ… github: Fix ci tests

    • github: Increase verbosity, sleep

    • github: Drop bash

    • โœ… github: Test go 1.18 and newer node verisons

    • github: Pull out node 16 for now

    • ๐Ÿ‘• github: Only lint 1.16 for now

    c287a7b0 codegen: fix resolvers execution order (#2267)

    • codegen: fix run order of resolver

    • ๐Ÿ›  fix: update code generate

    • ๐Ÿ›  fix: update stub, root to generate resolver for input

    • ๐Ÿ›  fix: added unit-test for input field order

    • ๐Ÿ›  fix: added test for singlefile

    8481457f gqlgen: Add resolver comment generation and preservation (#2263)

    • gqlgen: Add resolver comment generation and preservation

    • gqlgen: Regenerate

    • ๐Ÿ‘€ 532d46af Make uploads content seekable (#2247)

    34bbc450 Use the go:embed API to lookup templates (#2262)

    • ๐Ÿ“ฆ Switch the templates package internally to read from TemplateFS

    ๐Ÿ‘‰ Users are expected to pass in the FS by using the embed API.

    • โšก๏ธ Update all usages of templates.Render to use the TemplateFS option

    • ๐Ÿ›  Fix unit tests

    • ๐Ÿ›  Fix linter error

    • Commit generated changes

    Doesn't look like anything has changed though. Maybe just a different whitespace character.

    • ๐Ÿ›  Fix test

    53ca207a Fix PR links in CHANGELOG.md (#2257)

    • ๐Ÿ›  fix "PR" regex in CHANGELOG-full-history.tpl.md

    • regenerate CHANGELOG.md

    ๐Ÿ—„ 53ada82e Replace deprecated ioutil pkg with os & io (#2254)

    ๐Ÿ“ฆ As of Go 1.16, the same functionality is now provided by package io or ๐Ÿ“ฆ package os, and those implementations should be preferred in new code.

    So replacing all usage of ioutil pkg with io & os.

    • โšก๏ธ a8f112e0 update changelog

    • ๐Ÿš€ 82fbbe41 v0.17.10 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->