Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump logfire-api from 0.49.0 to 0.52.0 #327

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps logfire-api from 0.49.0 to 0.52.0.

Release notes

Sourced from logfire-api's releases.

v0.52.0

What's Changed

Full Changelog: pydantic/logfire@v0.51.0...v0.52.0

v0.51.0

What's Changed

BREAKING CHANGES

Other fixes

New Contributors

Full Changelog: pydantic/logfire@v0.50.1...v0.51.0

v0.50.1

What's Changed

Full Changelog: pydantic/logfire@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: pydantic/logfire@v0.49.1...v0.50.0

... (truncated)

Changelog

Sourced from logfire-api's changelog.

[v0.52.0] (2024-09-05)

[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
  • d43d91d Release 0.52.0 (#416)
  • 3494b30 Use birthday, not age on original example (#414)
  • f3462f0 Handle FastAPI update with SolvedDependencies (#415)
  • 4e64216 Fix coverage missing hidden files (#413)
  • 8d7778d Remove custom_scope_suffix parameter of Logfire.log (#399)
  • 95a43d4 Add documentation for the Logfire Query API (#405)
  • a404923 Update dependencies, especially OTEL instrumentations (#406)
  • c3ad016 Update dependencies, fix type checking errors (#404)
  • 2ae47dc Install latest pydantic commit from github for testing (#402)
  • fdfe06d PYD-1066: Remove default_span_processor parameter from configure (#400)
  • 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 <dependency name> 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)

Bumps [logfire-api](https://github.com/pydantic/logfire) from 0.49.0 to 0.52.0.
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v0.49.0...v0.52.0)

---
updated-dependencies:
- dependency-name: logfire-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
@dependabot dependabot bot requested a review from jackmpcollins September 9, 2024 14:35
@jackmpcollins jackmpcollins merged commit 6703997 into main Sep 22, 2024
1 check passed
@jackmpcollins jackmpcollins deleted the dependabot/pip/logfire-api-0.52.0 branch September 22, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant