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

Changelog History
Page 2

  • v0.17.10 Changes

    June 13, 2022
    • 🚀 4ff9ea92 release v0.17.10

    • ⚡️ cac4f404 update gqlparser (#2239)

    • d07ec12d Use exact capitalization from field names overridden in config (#2237)

    • 3a640782 fix: #2234 (#2235) Response.Errors in DispatchError function is not PresentedError

    c355df9e fix #1876: Optional Any type should allow nil values (#2231)

    • Anonymous func that checks value of arg type interface for nil

    • ➕ Added unit test for CallArgs()

    • 🛠 Fixed type of argument in unit test

    • 65e68108 Add config boolean for whether resolvers return pointers (#2175)

    • ddd825ef Only make cyclical struct fields pointers (#2174)

    • ⚡️ 5a87fe29 Update websocket.go (#2223)

    • ⚡️ e2edda5d Update dataloaders.MD (#2221)

    • 3de7d2cf fix: chat example frontend race condition (#2219)

    • ⚡️ 11f40572 Update Changelog

    • 🚀 caca01fb v0.17.9 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.9 Changes

    May 26, 2022
    • 🚀 7f0611b2 release v0.17.9

    • ⚡️ 738209b2 Update gqlparser (#2216)

    📌 6855b729 fix: prevent goroutine leak and CPU spinning at websocket transport (#2209) (closes #2168)

    • ➕ Added goroutine leak test for chat example

    • 👌 Improved chat example with proper concurrency

    ⏪ This reverts commit eef7bfaad1b524f9e2fc0c1150fdb321c276069e.

    • 👌 Improved subscription channel usage

    • Regenerated examples and codegen

    • ➕ Add support for subscription keepalives in websocket client

    • ⚡️ Update chat example test

    • if else chain to switch

    • ⏪ Revert "Add support for subscription keepalives in websocket client"

    ⏪ This reverts commits 64b882c3c9901f25edc0684ce2a1f9b63443416b and 670cf22272b490005d46dc2bee1634de1cd06d68.

    • 🛠 Fixed chat example race condition

    • 🛠 Fixed chatroom#Messages type

    5f5bfcb9 fix #2204 - don't try to embed builtin sources (#2214)

    • dont't try to embed builtins

    • ➕ add test

    • generated code

    • 🛠 fix error message string

    • 8d9d3f12 Check only direct dependencies (#2205)

    • 🚀 b262e40a v0.17.8 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.8 Changes

    May 25, 2022
    • 🚀 25367e0a release v0.17.8

    • 🔒 5a56b69d Add security workflow with nancy (#2202)

    • 🏁 482f4ce0 Run CI tests on windows (#2199)

    • 🏁 656045d3 This works on Windows too! (#2197)

    • 🔀 f6aeed60 Merge branch 'master' of github.com:99designs/gqlgen

    • ⚡️ d91080be Update changelog

    • 🚀 752d2d7e v0.17.7 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.7 Changes

    May 24, 2022
    • 🚀 2b1dff1b release v0.17.7

    • ⚡️ b2087f94 Update module dependencies (#2192)

    🖨 8825ac46 Fix misprint (#2187)

    • 🛠 Fix misprint

    • 🛠 Fix misprint

    • Re-generate

    • 🏁 41daa5d8 fix #2190 - don't use backslash for "embed" paths on windows (#2191)

    • ⚡️ 0cce5544 Update Changelog

    • 🚀 26644541 v0.17.6 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.6 Changes

    May 23, 2022
    • 🚀 358d45dc release v0.17.6

    • 7c95938c Improve operation error handling (#2184)

    • 2526f687 Correct identation (#2182)

    f7bf453c Bump dset from 3.1.1 to 3.1.2 in /integration (#2176)

    ⬆️ Bumps dset from 3.1.1 to 3.1.2.


    ⚡️ updated-dependencies:

    • dependency-name: dset dependency-type: indirect ...

    ⚡️ 4cdf7026 Update getting-started.md (#2157)

    🛠 Fix getting-started missing fields resolver config

    • eef7bfaa fix: prevents goroutine leak at websocket transport (#2168)

    • ⚡️ b8ec51d8 go: update gqlparser to latest (#2149)

    • 📄 ec3e597e Fix docs bug in field collection (#2141)

    f6b35231 Add argument to WebsocketErrorFunc (#2124)

    • ➕ Add argument to WebsocketErrorFunc

    to determine whether the error ocured on read or write to the websocket.

    • Wrap websocket error
    • 0f016df3 Fix invalid query parameter for playground subscription endpoint (#2148)

    fb5751ab use "embed" in generated code (#2119)

    • 👉 use "embed" in generated code

    • don't use embed for builtins

    • working poc

    • 🖐 handle no embeddable sources

    • 🛠 fix dir

    • comment

    • ➕ add test for embedding

    • 👌 improve error handling

    d38911f1 Allow absolute https://github.com/99designs/gqlgens to the GraphQL playground (#2142)

    • 👍 Allow absolute URLs to the GraphQL playground

    • ➕ Add test for playground URLs

    • ✅ Close res.Body in playground test

    ⚡️ 3228f36f Update getting-started.md (#2140)

    • ⚡️ Update getting-started.md

    function rand.Int requires two parameters and returns two value in golang version 1.18.1.

    • 📦 Highlight the package used so people don't pick crypto/rand

    • ⏪ Revert to original

    • ✂ Remove extra space

    ⚡️ 33fe0b9b Update package.json (#2138)

    📦 I added graphql-ws because there is no graphql-ws in package.json

    📜 f8e837b8 Use MultipartReader to parse file uploads (#2135)

    📜 Use a streaming MultipartReader to parse requests with file uploads. The GraphQL multipart request specification guarantees that the operations and map form fields will come first.

    There are two reasons motivating this change:

    • This allows for file uploads without specifying a specific filename.
    • This avoids unnecessary copies for requests with more than one file. Go's ParseForm already copies the request's body into memory or on disk. We were also doing this manually as a second step.
    • 05bfc1fb Upddate Changelog

    • 🚀 62f694f0 v0.17.5 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.5 Changes

    April 29, 2022
    • 🚀 fd97e74e release v0.17.5

    👍 9250f9ac Feature: Add FTV1 Support via Handler (#2132)

    • 🎉 initial support for ftv1 traces via handler

    • ✂ remove testing json extension

    • ✂ remove binary from commit and add to .gitignore

    • ⚡️ updating go.mod

    • ⚡️ updating examples go.sum

    • rerunning generate within the examples folder

    fce3a11a feat: added graphql.UnmarshalInputFromContext (#2131)

    • feat: added graphql.UnmarshalInputFromContext

    • chore: run go generate for _examples

    • 🛠 fix: apply suggestions from code review

    • 🛠 fix: update error cases

    • 🛠 fix: fixed unit-test by update root_.gotpl

    • 🛠 fix: apply suggestions from code review

    • 🛠 fix: update graphql/input.go

    ⚡️ 6a24e881 update instructions to specify package of Role (#2130)

    Can't compile with the example unless I also include model. for Role.

    • ccfa245b Ignore protobuf files in coverage (#2133)

    • ⚡️ 0465dcb1 Update federation.md (#2129)

    • ⚡️ 8f0631dc Update Changelog

    • 🚀 41611560 v0.17.4 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.4 Changes

    April 25, 2022
    • 🚀 d6de831a release v0.17.4

    👍 2a2a3dcb Feature: Adds Federation 2 Support (#2115)

    • 👍 fed2 rough support

    • autodetection of fed2

    • ➕ adding basic tests for changes

    • 🛠 fixing docs

    • ⚡️ Update plugin/federation/federation.go

    • removing custom scalar since it was causing issues

    • 🛠 fixing lint test

    • should fix for real this time

    • 🛠 fixing test failures

    77260e88 shorten some generated code (#2120)

    • shorten some generated code

    • generate examples

    ⚡️ 4da17e1c update modules except mapstructure (#2118)

    • ⚡️ Update modules

    • ⚡️ Update modules except for mapstructure

    • ⚡️ Try to update to v1.3.1

    • ⚡️ cddbf02d Update Changelog file

    • 🚀 8f80f4ef v0.17.3 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.3 Changes

    April 20, 2022
    • 🚀 0bb262d1 release v0.17.3

    ⚡️ 8d0bd22a Update gqlparser (#2109)

    • ⚡️ Update gqlparser

    • ⚡️ Update tests to be NoError

    ec0dea88 Fix the ability of websockets to get errors (#2097)

    Because DispatchOperation creates tempResponseContext, which is passed into Exec, which is then used in _Subscription to generate the next function. Inside the various subscription functions when generating next the context was captured there.

    Which means later when the returned function from DispatchOperation is called. The responseContext which accumulates the errors is the tempResponseContext which we no longer have access to to read the errors out of it.

    Instead add a context to next() so that it can be passed through and accumulated the errors as expected.

    ➕ Added a unit test for this as well.

    e3f04b42 Change the error message to be consumer targeted (#2096)

    • 🔄 Change the error message to be slightly more clear

    • ⚡️ Rebase on updated origin/master.

    🛠 Fix the test to not be sensitive to array ordering. Re-generate on master as there was a schema change.

    5a497649 Fix websocket subscriptions to not double close. (#2095)

    We were closing at the end of the loop and also in the defer.

    • ⚡️ a15a9bfd Update test.yml to be valid

    ⚡️ a1538928 Use Github API to update the docs (#2101)

    • ⚡️ Use Github API to update the docs

    📄 Instead of a hard-coded version of the docs we want to realease, this 👉 uses the Github API to get the last 20 versions and publish those. This will allow any script invoking this to make sure to always have the ✅ latest version of the docs

    • Reinstate set -e
    • ⚡️ 3bf437c2 Update golangci-lint (#2103)

    🖨 12c6d0bf Fix misprint (#2102)

    • 🛠 Fix misprint

    • Update websocket_graphql_transport_ws.go

    9f5fad13 Bump minimist from 1.2.5 to 1.2.6 in /integration (#2085)

    ⬆️ Bumps minimist from 1.2.5 to 1.2.6.


    ⚡️ updated-dependencies:

    • dependency-name: minimist dependency-type: indirect ...

    035e1d6e Add AllowedMethods field to transport.Options (#2080)

    • ➕ Add AllowedMethods field to transport.Options

    to enable users to specify allowed HTTP methods.

    • ⚡️ Update graphql/handler/transport/options.go
    • f0fdb116 Add instructions for enabling autobinding (#2079)

    12b0b385 Bump Playground version (#2078)

    • ⚡️ update playground

    • enables tabs

    • ⚡️ update shas

    🔀 1324c3ff Merge pull request #2062 from a8m/childfield

    graphql: add FieldContext.Child field function and enable it in codegen

    • bf9caeae graphql: add FieldContext.ChildArgs field and enable it in codegen

    • 36fb3dc6 codegen: allow binding methods with optional variadic arguments (#2066)

    • ⚡️ fba5edd4 Update Changelog

    • 🚀 48b2b7e1 v0.17.2 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.2 Changes

    March 21, 2022
    • 🚀 1f04d38a release v0.17.2

    • 87fc5f22 Fix #1961 for Go 1.18 (#2052)

    • ✅ f85d59d3 fixed modelgen test schema (#2032)

    • 🚀 d873ff8b v0.17.1 postrelease bump

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

    <!-- end of If NoteGroups -->

  • v0.17.1 Changes

    March 02, 2022
    • 🚀 5ea50aee release v0.17.1

    • 🚀 a493a423 Prepare for new release

    ⚡️ 9f520a28 Update golangci-lint and fix resource leak (#2024)

    • 🛠 Fix golangci-lint in CI

    • 🛠 Fix resource leak

    • 🛠 74baaa14 fixed model gen for multiple implemented type (#2021)

    • 🚀 d31cf6be v0.17.0 postrelease bump

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

    <!-- end of If NoteGroups -->