Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: goadesign/clue

Tags

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): update dependencies to latest versions (#608)

- Bumped github.com/aws/smithy-go from v1.22.5 to v1.23.0
- Updated go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from v0.62.0 to v0.63.0
- Updated go.opentelemetry.io/otel from v1.37.0 to v1.38.0
- Updated various OpenTelemetry exporters to v1.38.0
- Bumped goa.design/goa/v3 from v3.22.1 to v3.22.2
- Updated golang.org/x/term from v0.34.0 to v0.35.0
- Updated golang.org/x/tools from v0.36.0 to v0.37.0
- Updated google.golang.org/grpc from v1.75.0 to v1.75.1
- Updated google.golang.org/protobuf from v1.36.8 to v1.36.9
- Updated indirect dependencies as necessary

This update ensures compatibility with the latest versions of dependencies and includes performance improvements and bug fixes.

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enrich `health.Pinger` with OTel awareness (#586)

* Use otel-aware transport; allow caller to override for customized behavior

* Build new request on every Ping to ensure baggage propagation

* Fix failing test

* Preserve span context in new Checker contexts

* Create a new child span for each checker dep. Add tests.

* Bulk upgrade all dependencies

* Refer to the latest hardcoded semconv. Fixes #584.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove usage of deprecated `ast.Object` from `cmg` (#572)

Avoid a panic when object the `Obj` field of an `ast.Ident` is `nil` due
to a failure of resolution by switching away from using it in favor of
looking up the type in the type map.

> Deprecated: The relationship between Idents and Objects cannot be
> correctly computed without type information. For example, the expression
> T{K: 0} may denote a struct, map, slice, or array literal, depending on
> the type of T. If T is a struct, then K refers to a field of T, whereas
> for the other types it refers to a value in the environment.
>
> New programs should set the [parser.SkipObjectResolution] parser flag to
> disable syntactic object resolution (which also saves CPU and memory),
> and instead use the type checker go/types if object resolution is
> desired. See the Defs, Uses, and Implicits fields of the [types.Info]
> struct for details.

-- https://pkg.go.dev/go/ast#Object

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `cmg gen -testify` to comply with Go format (#561)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `cmg` bug where type aliases are replaced by their underlying typ…

…es (#540)

- The initial effort to support type aliases was pulling the underlying
  type of type aliases when generating type names and zero values, but
  that was not the correct behavior. This fix changes it so type aliases
  are treated the same way as named types.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add interceptors package with useful typed Goa interceptor functions (#…

…520)

* Add interceptors package with useful typed Goa interceptor functions

- Add Trace Stream family of interceptor functions which allow for
  tracing of individual messages sent on bidirectional, client to
  server, and server to client streams.
- Fix typos in several READMEs.

[ ] Add tests for the interceptor functions.

* Retrieve receive context via context rendezvous since we decided against changing the Goa interceptor interface to return a context

* Add embeddable structs for interceptors as more terse option (only somewhat since Go needs more explicit type parameters than it should)

* Add tests for the Trace Stream interceptors and wrappers

* Improve naming with input from @xeger

* Point to Goa with interceptor fixes from goadesign/goa#3655

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make logger goroutine safe (#478)

* Make logger goroutine safe

Improve performance of JSON logging.
Change text format to be consistent with default Go format.

* Add back cleanup

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix OTel schema by updating out of date module (#440)

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
raphael Raphael Simon
Upgrade dependencies

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies (#426)