caduceus
caduceus copied to clipboard
The Xmidt server for delivering events written in Go.
- removed the listener version check out of sender.Update - added NewMatcher function: checks listener version, returns matcher interface, version and error - added NewSink function: takes in config, version,...
feat(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.49.0 to 0.51.0
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.49.0 to 0.51.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases. Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 Added NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid MeterProvider. (#4804) Changed Change...
Bumps [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.49.0 to 0.51.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's releases. Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 Added NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid MeterProvider. (#4804) Changed Change...
## CVE-2024-28122 - Medium Severity Vulnerability Vulnerable Library - github.com/lestrrat-go/jwx/v2-v2.0.21 Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies Library home page: https://proxy.golang.org/github.com/lestrrat-go/jwx/v2/@v/v2.0.21.zip Path to dependency file: /go.mod Path...
Bumps [github.com/xmidt-org/bascule](https://github.com/xmidt-org/bascule) from 0.11.5 to 0.11.7. Release notes Sourced from github.com/xmidt-org/bascule's releases. v0.11.7 Changelog New Features c7f91519351f2532b60c550b4e5e6b0ec3ce1ac7: feat: remove arrange (@denopink) Dependency Updates 8418087bc4b17c2619cf5473468716a81faecb20: feat(deps): bump github.com/go-kit/kit from 0.12.0 to...
## Fix license errors and enable checking all the time. Verify each license and add them to the accepted list. ## Enable license checking in the action In `.github.workflows/ci.yml` remove...
## Fix code style Using Go 1.20 or 1.21, run: ```bash find . -name '*.go' -exec gofmt -s -w {} \; ``` This should update the formatting so it is...
## Copyright header update Replace the full apache header at the top of each file with this: ```golang // SPDX-FileCopyrightText: {{DATE}} Comcast Cable Communications Management, LLC // SPDX-License-Identifier: Apache-2.0 ```...
Observed in production where a QA sink subscription was never pruned, resulting in all messages erroring with _expired before queued._
This ticket will outline a general todo list for the removal of webpa-common ## TODO - [ ] Review usage & outline replacements - [ ] https://github.com/xmidt-org/caduceator/issues/55