Releases: movio/bramble
Releases · movio/bramble
v1.4.6
What's Changed
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #192
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Correct misspellings in the schema files by @haysclark in #186
- Fixed key in "config.json.example" to match source code (config.go) by @anar-khalilov in #188
- Update graph-gophers library to v1.5.0 by @pkqk in #189
New Contributors
- @haysclark made their first contribution in #186
- @anar-khalilov made their first contribution in #188
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- Propogate
operationName
to subqueries by @andyyu2004 in #174 - Pass through original graphql error path by @atzedus in #177
- Enable debug/pprof endpoint by @pkqk in #181
- Update example services by @pkqk in #180
- Pass variables downstream by @mai00cmi in #167
- Run tests without output by default by @pkqk in #183
- Replace deprecated ioutil funcs with io by @pkqk in #184
- Improve meta plugin by @mai00cmi in #170
- Small docs updates by @pkqk in #185
New Contributors
- @andyyu2004 made their first contribution in #174
- @atzedus made their first contribution in #177
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Use the default cloudflare recommended timeouts by @pkqk in #162
- Use correct spelling in limits plugin by @pkqk in #163
- Use signal.NotifyContext by @pkqk in #164
- Split large files into smaller chunks by @lucianjon in #159
- Populate PossibleTypes with merged type by @pkqk in #165
- Abstract type boundary federation by @mai00cmi in #166
- Allow disabling of introspection via config by @mai00cmi in #172
- Update docker-compose setup by @pkqk in #173
New Contributors
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Ensure the destination map for merging is never nil by @lucianjon in #160
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Use non recursive algorithm to tidy up SelectionSet for response formatting by @lucianjon in #155
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Fixed a query execution bug where using fragment spreads over types containing interfaces would not work by @lucianjon in #151
- Added the method
WrapGraphQLClientTransport
to the plugin API by @nmaquet in #152 - Added the method
InterceptRequest
to the plugin API by @lucianjon in #152
Full Changelog: v1.3.9...v1.4.0
v1.3.9
What's Changed
- Fix possible types not being returned for interface introspection by @jainpiyush19 in #148
- Set operationName explicitly when polling by @lucianjon in #150
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Add request ID plugin by @lucianjon in #146
- Add operationName to bramble service poll by @lucianjon in #147
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- Correctly include subtypes of union in filtered schema. by @lucianjon in #145
Full Changelog: v1.3.6...v1.3.7