Releases: graph-gophers/graphql-go
Releases · graph-gophers/graphql-go
v1.5.0
What's Changed
- Adding primitive value validation by @DallasP9124 in #515
- Improve type assertion method argument validation (require zero) by @kainosnoema in #516
- Disallow repeat of non repeatable directives by @ostrea in #525
- Return error on an undeclared directive by @ostrea in #527
- fix minor unreachable code caused by t.Fatalf by @Abirdcfly in #530
- add specifiedBy directive by @benzolium in #532
- fix: fix typo by @hezhizhen in #520
- add array input example. close #489 by @MangioneAndrea in #536
- Fix __type queries sometimes not returning data by @simhnna in #540
- Allow deprecated directive on arguments by @pavelnikolov in #541
New Contributors
- @DallasP9124 made their first contribution in #515
- @kainosnoema made their first contribution in #516
- @ostrea made their first contribution in #525
- @Abirdcfly made their first contribution in #530
- @benzolium made their first contribution in #532
- @hezhizhen made their first contribution in #520
- @MangioneAndrea made their first contribution in #536
- @simhnna made their first contribution in #540
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- [FEATURE] Add OpenTelemetry Support by @steve-gray in #493
- [FEATURE] Basic Apollo Federation Spec: Fetch service capabilities by @aeramu in #507
- [FEATURE] add support for repeatable directives by @speezepearson in #502
- [BUGFIX] Fix parseObjectDef will terminate when object has bad syntax (#491) by @cnnrrss in #500
- [BUGFIX] Fix remove checkNilCase test helper function by @cnnrrss in #504
- [BUGFIX] Fix example/social code by @roaris in #510
- [EXAMPLE] Add graphql.Time example by @roaris in #508
- [BUGFIX] Fix lint error by @pavelnikolov in #512
- [REFACTOR] Refactor tracing packages by @pavelnikolov in #513
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
Release v1.2.0
- [FEATURE] Accept custom JSON scalar value as resolver argument (#467)
Release v1.1.0
- [FEATURE] Add types package #437
- [FEATURE] Expose
packer.Unmarshaler
asdecode.Unmarshaler
to the public #450 - [FEATURE] Add location fields to type definitions #454
- [FEATURE]
errors.Errorf
preserves original error similar tofmt.Errorf
#456 - [BUGFIX] Fix duplicated __typename in response (fixes #369) #443
Initial stable release
Initial stable release