Skip to content

Releases: jelmer/xandikos

0.2.11

29 Mar 16:19
Compare
Choose a tag to compare

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

0.2.10

04 Sep 21:36
v0.2.10
8ce326e
Compare
Choose a tag to compare
  • Add support for systemd socket activation.
    (schnusch, #136, #155)

  • Add basic documentation.
    (Jelmer Vernooij)

  • Use entry points to install xandikos script.
    (Jelmer Vernooij, #163)

  • sync-collection: handle invalid tokens.
    (Jelmer Vernooij)