Releases: movio/bramble
Releases · movio/bramble
v1.4.18
What's Changed
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #305
- Add config option for client timeout by @suhodolskiy in #307
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #306
Full Changelog: v1.4.17...v1.4.18
v1.4.17
What's Changed
- Bump cookie and express in /examples/nodejs-service by @dependabot in #284
- Include operation type and name in log message by @pkqk in #283
- Upgrade go-jose to v4 by @pkqk in #288
- Small linting fixes by @pkqk in #287
- Add a Postman collection of example requests by @pkqk in #285
- Remove logrus in favour of log/slog by @pkqk in #286
- Use encoding.TextUnmarshaler to set loglevel by @pkqk in #290
- Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.5.1 by @dependabot in #289
- Log request remote ip in message by @pkqk in #291
- Bump path-to-regexp and express in /examples/nodejs-service by @dependabot in #294
- Bump golang.org/x/crypto from 0.25.0 to 0.31.0 by @dependabot in #296
- Bump golang.org/x/net from 0.26.0 to 0.33.0 by @dependabot in #297
- Use html/template for admin_ui plugin by @pkqk in #298
- Only log request body in debug log level by @pkqk in #292
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #299
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #301
- Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #300
- Upgrade
gqlgento v0.17.73 by @NShahri in #304
New Contributors
Full Changelog: v1.4.16...v1.4.17
v1.4.16
What's Changed
- Update otel packages to v1.27.0 by @pkqk in #269
- Bump github.com/vektah/gqlparser/v2 from 2.5.10 to 2.5.14 by @dependabot in #270
- Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.15 in /examples/gqlgen-service by @dependabot in #273
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #274
- Allow adding transports before defaults by @benzolium in #272
- Stop bubble up of error on nullable list item by @benzolium in #271
- Add multipart/form-data transport to support file uploads by @benzolium in #268
- Improve docker usage by @pkqk in #275
- Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.15 in /examples/gqlgen-multipart-file-upload-service by @dependabot in #276
- Update modules by @pkqk in #278
- Bump path-to-regexp and express in /examples/nodejs-service by @dependabot in #280
- Add test to ensure the semconv package matches otel by @asger-noer in #282
- Bump send and express in /examples/nodejs-service by @dependabot in #281
Full Changelog: v1.4.15...v1.4.16
v1.4.15
v1.4.14
What's Changed
- Bump express from 4.17.3 to 4.19.2 in /examples/nodejs-service by @dependabot in #260
- Remove charset from Accept header by @pkqk in #261
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #264
- Clean up unused arguments warning by @pkqk in #265
- Inject execution debugging info into query plan by @lucianjon in #263
- Add ability to expand gateway handler for plugins by @suhodolskiy in #267
New Contributors
- @suhodolskiy made their first contribution in #267
Full Changelog: v1.4.13...v1.4.14
v1.4.13
What's Changed
- Log out request ID when the plugin is enabled by @lucianjon in #236
- Format Request-ID as canonical UUID by @pkqk in #237
- Clean up some debug information by @pkqk in #239
- Use go.mod to define go version in Actions by @pkqk in #241
- Update gqlgen libraries by @facecrusher in #240
- Update codecov action by @pkqk in #242
- Use custom http clients for downstream Services by @karatekaneen in #238
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #243
- Improve auth error messages by @pkqk in #244
- Add opencontainers.org metadata to image by @pkqk in #245
- feat: OpenTelemetry tracing and metrics by @asger-noer in #246
- feat: OpenTelemetry env url by @asger-noer in #247
- Notify internal Movio repository of updates by @pkqk in #248
- Update golang.org/x/crypto for CVE-2023-48795 by @pkqk in #249
- Notify Movio on release event by @pkqk in #250
- Update github actions by @pkqk in #251
- Update image push action to latest actions by @pkqk in #252
- Update go to v1.21 by @pkqk in #253
- Provide defaultValue on input types in schema introspection by @benzolium in #256
- Add config for more CORS middleware options by @pkqk in #259
- Update to Go 1.22 by @pkqk in #255
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #258
New Contributors
- @facecrusher made their first contribution in #240
- @asger-noer made their first contribution in #246
- @benzolium made their first contribution in #256
Full Changelog: v1.4.12...v1.4.13
v1.4.12
What's Changed
- docs: added missing config arguments for docker example by @karatekaneen in #218
- Use testing helpers by @pkqk in #219
- Add a slow example service by @pkqk in #220
- Use configs section of docker-compose file by @pkqk in #223
- Use cache of packages in build step by @pkqk in #222
- Add a counter metric for service timeouts by @pkqk in #221
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #224
- Correct doc comment in mergeMaps by @pkqk in #226
- Prevent panic when Service struct is nil by @pkqk in #234
- Add configuration options for net/http timeouts by @pkqk in #229
- Fetch schema updates in parallel by @Quantumplation in #235
New Contributors
- @karatekaneen made their first contribution in #218
- @Quantumplation made their first contribution in #235
Full Changelog: v1.4.11...v1.4.12
v1.4.11
What's Changed
- Add a plugin to allow headers passthrough by @pkqk in #213
- Apply vet suggestion to error message by @pkqk in #214
- Fix serialisation bug when a fragment spread was not exhaustive by @pkqk in #215
- Handle empty fragment spread being first in query by @pkqk in #216
Full Changelog: v1.4.10...v1.4.11