motoki317 / moto-bot

Discord bot for Wynncraft utility commands! (version 2, refactored)
https://discord.gg/hdKfEeV
MIT License
6 stars 2 forks source link

Bump simpleclient_httpserver from 0.15.0 to 0.16.0 #225

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps simpleclient_httpserver from 0.15.0 to 0.16.0.

Release notes

Sourced from simpleclient_httpserver's releases.

0.16.0 / 2022-06-15

[ENHANCEMENT] Environment variable PROMETHEUS_DISABLE_CREATED_SERIES=true for disabling _created metrics (#791). Thanks @​mindw [ENHANCEMENT] Support for OpenTelemetry trace sampling: Only traces that are sampled will be used as exemplars (#766). Thanks @​fscellos [ENHANCEMENT] Handle thread IDs <= 0. Apparently Apache Zookeeper generates negative thread IDs, which causes issues in jmx_exporter (#784). Thanks @​dhoard [ENHANCEMENT] Mark opentelemtry-api as optional to make it an optional dependency in OSGi (#790). Thanks @​adessaigne. [ENHANCEMENT] Move servlet adapters to an internal package to avoid duplicating classes when building OSGi bundles (#789). Thanks @​adessaigne [ENHANCEMENT] Extend the API of the HTTPServer.Builder to allow custom ExecutorService instances (#756). Thanks @​dhoard [ENHANCEMENT] Reduce the number of core threads in HTTPServer from 5 to 1. The HTTPServer will still start up to 5 threads on demand if there are parallel requests, but it will use only 1 thread as long as requests are sequential (#786). [ENHANCEMENT] Optimize metric name sanitization: Replace the regular expression with a hard-coded optimized algorithm to improve performance (#777). Thanks @​fwbrasil [BUGFIX] Fix missing Dropwizard metrics in Vertx (#780). Thanks @​yaronel. [BUGFIX] Fix incorrect buffer size in the Servlet exporter (#794). Thanks @​GreenRover for finding the issue and @​dhoard for the fix. [BUGFIX] Fix sample name filter for the JMX metric jvm_memory_bytes_committed (#768). Thanks @​SvenssonWeb [ENHANCEMENT] Lots of dependency version bumps.

Commits
  • ed0d7ae [maven-release-plugin] prepare release parent-0.16.0
  • 6ac453d Update maintainer notes
  • 5e65821 Bump dependency versions
  • 7de891e Fix Describable returning an empty list (#785)
  • 6730f3e Support _created time series suppression (#791)
  • 75baa06 Move servlet adapters to an internal package to avoid duplicating classes whe...
  • e517786 Mark opentelemtry-api as optional to make it an optional dependency in OSGi.
  • 7c9fc39 Fixed HttpServletResponseAdapterImpl setStatus method to call correct delegat...
  • 2be241c Added defensive code for scenario where thread id <= 0
  • 2f31b96 Reduce number of core threads in HTTPServer to one
  • 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)