Skip to content

Releases: cryptomator/webdav-nio-adapter-servlet

1.2.9

14 May 22:20
1.2.9
81b1938
Compare
Choose a tag to compare

What's Changed

  • Bump the maven-build-plugins group across 1 directory with 2 updates by @dependabot in #78
  • Bump the java-test-dependencies group with 2 updates by @dependabot in #75
  • Apply macOS quota workaround to all macOS versions greater or equal to 15.4(#80)

Full Changelog: 1.2.8...1.2.9

1.2.8

04 Apr 15:35
1.2.8
3d8f912
Compare
Choose a tag to compare

What's Changed

  • Fixed macOS 15.4 bug that causes the file system to mount with a 90s delay (2a64656)

Full Changelog: 1.2.7...1.2.8

1.2.7

14 Mar 13:02
1.2.7
71e5921
Compare
Choose a tag to compare

What's Changed

  • Migrated from OSSRH to maven central publishing (2de62f0)
  • Updated dependencies (#73):
    • com.google.guava:guava from 33.3.0-jre to 33.4.0-jre
    • org.slf4j:slf4j-* from 2.0.16 to 2.0.17

Full Changelog: 1.2.6...1.2.7

1.2.6

30 Oct 15:41
1.2.6
2250637
Compare
Choose a tag to compare
1.2.6 Pre-release
Pre-release

What's Changed

  • Updated dependencies:
    • org.apache.jackrabbit:jackrabbit-webdav to 2.22.0
    • com.google.guava:guava to 33.3.0-jre
    • org.slf4j:slf4j-api to 2.0.11

Full Changelog: 1.2.5...1.2.6

1.2.5

05 Feb 14:06
1.2.5
e1adc54
Compare
Choose a tag to compare

What's Changed

  • use JDK 21 for building
  • Updated dependencies:
    • org.apache.jackrabbit:jackrabbit-webdav to 2.21.22
    • com.google.guava:guava to 33.0.0-jre
    • org.slf4j:slf4j-api to 2.0.11

Full Changelog: 1.2.4...1.2.5

1.2.4

18 Sep 09:28
1.2.4
bc943e3
Compare
Choose a tag to compare

What's Changed

Security Fixes

Full Changelog: 1.2.3...1.2.4

1.2.3

13 Feb 16:36
1.2.3
f59b0a3
Compare
Choose a tag to compare
  • Bumped dependencies

Full Changelog: 1.2.2...1.2.3

Release 1.2.2

31 Oct 09:06
1.2.2
Compare
Choose a tag to compare
  • Bumped dependencies

Release 1.2.1

22 Mar 16:35
1.2.1
Compare
Choose a tag to compare

What's Changed

  • Make file listing not fail-fast by @infeo in #13

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

20 May 07:05
1.2.0
Compare
Choose a tag to compare
  • Added automatic-module-name: org.cryptomator.frontend.webdav.servlet
  • Made javax.servlet-api a provided dependency (downstream projects should decide themselves what servlet-api vendor to use, to avoid split packages)