Skip to content

v0.1.0

Compare
Choose a tag to compare
@dmjb dmjb released this 26 Jun 14:00
· 47 commits to main since this release
c195b62

Headline changes:

  1. Improvements to the client auto discovery flow - new CLI based flow which allows new clients to be detected, and added to the list of registered clients.
  2. The client configuration process will now correctly handle Streamable HTTP servers.
  3. An issue preventing SSE servers working under Podman has been fixed.
  4. Improvements to our beta API, including the new log endpoint.

Thank you to our new external contributors who contributed to this release :)

What's Changed

  • More image retrieval into a separate package by @dmjb in #822
  • removed current auto discovery logic from the cli by @amirejaz in #811
  • Add logs API endpoint by @eleftherias in #810
  • Mute the version check output by @rdimitrov in #823
  • fix(deps): update module github.com/docker/docker to v28.3.0+incompatible by @renovate in #833
  • Update registry with latest stars and pulls by @github-actions in #830
  • Use different logic for env vars depending on runtime by @dmjb in #824
  • fix(deps): update opentelemetry-go monorepo by @renovate in #834
  • implemented new auto-discovery registration for cli by @amirejaz in #821
  • Adds new bulk operations for registering/unregistering clients by @lujunsan in #837
  • Fix: panic log msg not formatting by @carlisia in #831
  • Remove out of sync quickstart documentation by @carlisia in #840
  • Add support for environment variables in OpenTelemetry spans by @mauriciocoder in #829
  • Fix server name extraction logic in HTTP telemetry middleware by @mauriciocoder in #844
  • Update registry with latest stars and pulls by @github-actions in #847
  • fix(deps): update module sigs.k8s.io/yaml to v1.5.0 by @renovate in #843
  • Add initial developer guide by @danbarr in #845
  • Migrate old auto_discovery to new client registration setup by @lujunsan in #853
  • fixes client configuration issues with streamable http by @amirejaz in #852
  • fix: do not pass network mode in host, as we rely on network by @yrobla in #854
  • changes from review by @yrobla in #855
  • Maps stdio to sse in supported clients by @amirejaz in #856
  • docs: adjust few links that were broken by @samuv in #859
  • Create client config file before writing to it by @eleftherias in #857

New Contributors

Full Changelog: v0.0.48...v0.1.0