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 statsd from 3.3.0 to 4.0.1 #107

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps statsd from 3.3.0 to 4.0.1.

Release notes

Sourced from statsd's releases.

v4.0.1

What's Changed

Full Changelog: jsocol/pystatsd@v4.0.0...v4.0.1

v4 - Python 3.7 and up

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Special thanks to @​cclauss for help getting this in good shape!

Changelog

Sourced from statsd's changelog.

v4.0.1

Fixed

  • Updated PyPI trove classifiers for current Python versions.

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Version 3.3

  • Drop support for Python 2.5, 2.6, 3.2, 3.3 (#108, #116).
  • Add UnixSocketStatsClient (#76, #112).
  • Add support for timedeltas in timing() (#104, #111).
  • Fix timer decorator with partial functions (#85).
  • Remove ABCMeta metaclass (incompatible with Py3) (#109).
  • Refactor client module (#115).
  • Various doc updates (#99, #102, #110, #113, #114).

Version 3.2.2

  • Use a monotomic timer to avoid clock adjustments (#96).
  • Test on Python 3.5 and 3.6.
  • Various doc updates.

Version 3.2.1

  • Restore StatsClient(host, port, prefix) argument order.

Version 3.2

... (truncated)

Commits
  • 1325f31 Merge pull request #177 from jsocol/release/v4.0.1
  • 4ed8d13 Release v4.0.1
  • aed9504 Merge pull request #173 from jsocol/release/v4
  • acc6084 Bump version to v4.0.0
  • eda702f Merge pull request #171 from cclauss/pyproject.toml
  • b9c3b06 tox.ini: isolated_build = True
  • d896c96 PEP 621: Migrate to pyproject.toml
  • c72ae60 Merge pull request #172 from jsocol/fix/119/async-decorator
  • 11c3a19 Fix timing decorator for async functions
  • db9424f Merge pull request #170 from jsocol/update-changelog
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@hluk
Copy link
Member

hluk commented Dec 1, 2022

@dependabot rebase

Bumps [statsd](https://github.com/jsocol/pystatsd) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/jsocol/pystatsd/releases)
- [Changelog](https://github.com/jsocol/pystatsd/blob/main/CHANGELOG.md)
- [Commits](jsocol/pystatsd@v3.3...v4.0.1)

---
updated-dependencies:
- dependency-name: statsd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/statsd-4.0.1 branch from 28191b9 to 6f8f91e Compare December 1, 2022 11:45
@hluk hluk merged commit 4fd7d8f into master Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/statsd-4.0.1 branch December 1, 2022 11:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant