Skip to content

0.2.11

Latest
Compare
Choose a tag to compare
@jelmer jelmer released this 29 Mar 16:19
· 11 commits to master since this release

What's Changed

  • do not listen on default address if systemd sockets by @schnusch in #262
  • Bump action versions to latest by @jelmer in #269
  • Run pyupgrade, fix noqa override by @jelmer in #270
  • Error if the same port is used for metrics and general serving by @jelmer in #272
  • Properly escape new strings used in URLs. Fixes #253 by @jelmer in #275
  • Add Backend.get_resources by @jelmer in #276
  • Support the created-by and updated-by properties by @jelmer in #279
  • Drop unnecessary custom KillSignal from example systemd file by @jelmer in #280
  • Add multiarch Docker build support by @lowlevl in #284
  • Use correct port in kubernetes to not conflict with the metrics port by @MTRNord in #286
  • Typing extensions by @jelmer in #291
  • Properly install defusedxml in CI by @jelmer in #295
  • Add support for Python 3.11/3.12 by @jelmer in #296
  • Fix pycaldav by @jelmer in #297

New Contributors

Full Changelog: v0.2.10...v0.2.11