8000 Releases · goadesign/clue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: goadesign/clue

v1.2.0

13 May 19:00
bfbdd82
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.34.0 to 1.35.0 by @dependabot in #541
  • Update dependencies by @raphael in #545
  • build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot in #546
  • build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by @dependabot in #547
  • build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /example/weather by @dependabot in #548
  • build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #549
  • Fix example for clue.NewConfig by @douglaswth in #550
  • Fix cmg always logging failed to remove temporary file errors by @douglaswth in #551
  • build(deps): bump goa.design/goa/v3 from 3.20.1 to 3.21.0 by @dependabot in #554
  • Add interceptors.InsertTraceStreamRecvContext method to aid in testing by @douglaswth in #552
  • Add interface alias support to cmg by @douglaswth in #553
  • Fix Trace Stream interceptors when RecvWithContext returns an error by @douglaswth in #557
  • Add flag to cmg to use testify/assert in mocks by @douglaswth in #556
  • Change cmg to not error on unexported methods on an exported interface by @douglaswth in #560
  • Make it possible to set timeout to health.NewPinger() by @tchssk in #555
  • build(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 by @dependabot in #559
  • build(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 by @dependabot in #558
  • Fix cmg gen -testify to comply with Go format by @douglaswth in #561

Full Changelog: v1.1.1...v1.2.0

v1.1.1

20 Mar 21:47
3966997
Compare
Choose a tag to compare

What's Changed

  • Update example clients by @raphael in #526
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.32.0 to 1.34.0 by @dependabot in #518
  • Handle interface method name conflicts in cmg by @douglaswth in #527
  • Fix documentation comment for log.WithCallLogFunc to GRPC by @douglaswth in #528
  • build(deps): bump golang.org/x/term from 0.29.0 to 0.30.0 by @dependabot in #529
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.34.0 to 1.35.0 by @dependabot in #530
  • build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 by @dependabot in #531
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.34.0 to 1.35.0 by @dependabot in #533
  • build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in /example/weather by @dependabot in #534
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.34.0 to 1.35.0 by @dependabot in #539
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.34.0 to 1.35.0 by @dependabot in #538
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.34.0 to 1.35.0 by @dependabot in #535
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.34.0 to 1.35.0 by @dependabot in #537
  • Fix cmg bug where type aliases are replaced by their underlying types by @douglaswth in #540

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Feb 02:07
1f4a29e
Compare
Choose a tag to compare

What's Changed

  • Log support for SeverityWarn by @jace-ys in #484
  • Allow middleware output to be buffered and discarded by @xeger in #521
  • Add support for Go 1.24 to cmg by @douglaswth in #525
  • Add interceptors package with useful typed Goa interceptor functions by @douglaswth in #520

New Contributors

Full Changelog: v1.0.7...v1.1.0

v1.0.7

16 Oct 05:06
cf18bd5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

12 Jul 20:41
20ba6cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.6

v1.0.4

28 May 21:55
58de763
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 Jan 20:11
470c1e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Jan 22:43
605ad53
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #351
  • Add OTLP exporter constructors for convenience by @raphael in #353

Full Changelog: v1.0.0...v1.0.2

v1.0.0

08 Jan 00:43
fcfcc9c
Compare
Choose a tag to compare

v1.0!

This release introduces Clue v1.0.0. This new major version upgrades Clue to the latest OpenTelemetry functionality.
In particular it unifies metrics and trace instrumentations into a new package clue which replaces the previous metrics and trace packages.

v1.0.0 performs significantly better than v0.x mainly due to the switch to gRPC stats handler. Its API is also cleaner and more flexible.
Enjoy!

See the README for details on how to upgrade from v0.x.

What's Changed

New Contributors

Full Changelog: v0.20.0...v1.0.0

v0.20.0

16 Nov 00:46
b03bb8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

0