jackmpcollins / magentic

Seamlessly integrate LLMs as Python functions
https://magentic.dev/
MIT License
1.95k stars 96 forks source link

Bump logfire-api from 0.49.0 to 0.51.0 #319

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 3 weeks ago

Bumps logfire-api from 0.49.0 to 0.51.0.

Release notes

Sourced from logfire-api's releases.

v0.51.0

What's Changed

BREAKING CHANGES

Other fixes

New Contributors

Full Changelog: https://github.com/pydantic/logfire/compare/v0.50.1...v0.51.0

v0.50.1

What's Changed

Full Changelog: https://github.com/pydantic/logfire/compare/v0.50.0...v0.50.1

v0.50.0

What's Changed

  • BREAKING CHANGES: Separate sending to Logfire from using standard OTEL environment variables by @​alexmojaki in pydantic/logfire#351. See https://docs.pydantic.dev/logfire/guides/advanced/alternative_backends/ for details. Highlights:
    • OTEL_EXPORTER_OTLP_ENDPOINT is no longer just an alternative to LOGFIRE_BASE_URL. Setting OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_TRACES_ENDPOINT, and/or OTEL_EXPORTER_OTLP_METRICS_ENDPOINT will set up appropriate exporters in addition to sending to Logfire, which must be turned off separately if desired. These are basic exporters relying on OTEL defaults. In particular they don't use our custom retrying logic.
    • LOGFIRE_BASE_URL / logfire.configure(base_url=...) is now only intended for actual alternative Logfire backends, which are currently only available to Logfire developers, and unlike OTEL_EXPORTER_OTLP_ENDPOINT requires authenticating with Logfire.
    • Pending spans are only sent to logfire-specific exporters.
  • Add capture_statement to Redis instrumentation by @​Kludex in pydantic/logfire#355

Full Changelog: https://github.com/pydantic/logfire/compare/v0.49.1...v0.50.0

v0.49.1

What's Changed

Full Changelog: https://github.com/pydantic/logfire/compare/v0.49.0...v0.49.1

Changelog

Sourced from logfire-api's changelog.

[v0.51.0] (2024-08-22)

BREAKING CHANGES

Other fixes

[v0.50.1] (2024-08-06)

(Previously released as v0.50.0, then yanked due to pydantic/logfire#367)

  • BREAKING CHANGES: Separate sending to Logfire from using standard OTEL environment variables by @​alexmojaki in pydantic/logfire#351. See https://docs.pydantic.dev/logfire/guides/advanced/alternative_backends/ for details. Highlights:
    • OTEL_EXPORTER_OTLP_ENDPOINT is no longer just an alternative to LOGFIRE_BASE_URL. Setting OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_TRACES_ENDPOINT, and/or OTEL_EXPORTER_OTLP_METRICS_ENDPOINT will set up appropriate exporters in addition to sending to Logfire, which must be turned off separately if desired. These are basic exporters relying on OTEL defaults. In particular they don't use our custom retrying logic.
    • LOGFIRE_BASE_URL / logfire.configure(base_url=...) is now only intended for actual alternative Logfire backends, which are currently only available to Logfire developers, and unlike OTEL_EXPORTER_OTLP_ENDPOINT requires authenticating with Logfire.
    • Pending spans are only sent to logfire-specific exporters.
  • Add capture_statement to Redis instrumentation by @​Kludex in pydantic/logfire#355

[v0.49.1] (2024-08-05)

Commits
  • 108ae4b Release v0.51.0 (#396)
  • ec5f440 Register atexit callback once per configure to prevent slowdown with each...
  • a5c5ad8 Check LambdaRuntimeClient before logging tracebacks in `_ensure_flush_after...
  • b7afdd5 Disable ASGI send/receive spans by default (#371)
  • ffe0c25 Add logfire.instrument_system_metrics() (#373)
  • 5d9a16f docs: update mirascope third party integration docs with new v1 release + cus...
  • b6b6822 Don't auto-trace generators (#386)
  • f2e87f3 Add py.typed file to logfire-api (#379)
  • 0a393f8 Update generated stubs (#389)
  • 181640f Stop collecting package versions (#387)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 week ago

Superseded by #327.