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

build(deps): bump markus[datadog] from 5.0.0 to 5.1.0 #6790

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps markus[datadog] from 5.0.0 to 5.1.0.

Changelog

Sourced from markus[datadog]'s changelog.

5.1.0 (October 30th, 2024)

Features

  • Add support for Python 3.13 (#159)

Backwards incompatible changes

  • Dropped support for Python 3.8 (#160)

  • Changed timestamp field in LoggingMetrics. The LoggingMetrics now defaults to not emitting a timestamp at all. If you would like a timestamp, you can provide the "timestamp_mode" option with either "utc" for UTC timestamps or "local" for local timezone timestamps.

    No timestamp example::

    LoggingMetrics()
    

    emits lines like::

    METRICS|histogram|foo|4321|#key1:val
    

    "utc" timestamp mode example::

    LoggingMetrics(options={"timestamp_mode": "utc"})
    

    emits lines like::

    METRICS|2017-03-06T11:30:00+00:00:00|histogram|foo|4321|#key1:val
    

    "local" timestamp mode example::

    LoggingMetrics(options={"timestamp_mode": "local"})
    

    emits lines like::

    METRICS|2017-03-06T11:30:00|histogram|foo|4321|#key1:val
    

    If you want the original behavior, add set timestamp_mode to local. (#11)

Commits
  • 53b89b3 Prep for v5.1.0 release
  • 1a3fbfd Fix LoggingBackend -> LoggingMetrics in HISTORY
  • 8822b6f Rework LoggingBackend and timestamps (#11)
  • 4769017 Add support for Python 3.13 (#159)
  • c6feb2a Drop support for Python 3.8 (#160)
  • 46ec4fc Bump actions/checkout from 4.1.7 to 4.2.0
  • 20b4f89 Bump actions/setup-python from 5.1.1 to 5.2.0
  • 5aa6b69 Fix version value (#155)
  • c80c974 Bump actions/setup-python from 5.1.0 to 5.1.1
  • 11ec6e0 Fix linting issue
  • 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 [markus[datadog]](https://github.com/willkg/markus) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/willkg/markus/blob/main/HISTORY.rst)
- [Commits](willkg/markus@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: markus[datadog]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 17:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
@relud relud added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit 476755f Nov 4, 2024
1 check passed
@relud relud deleted the dependabot/pip/markus-datadog--5.1.0 branch November 4, 2024 17:35
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