Skip to content

Releases: tmpim/casket

v1.4.8

Choose a tag to compare

@github-actions github-actions released this 14 Feb 18:27

Changelog

v1.4.7

Choose a tag to compare

@github-actions github-actions released this 29 Jul 03:06

Changelog

  • 6fbba40 feat: follow symlink for size in browse

v1.4.6

v1.4.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 02:15

Changelog

  • 6fbba40 feat: follow symlink for size in browse
  • b244a9f fix: revert directory name change (for now)

v1.4.4

Choose a tag to compare

@github-actions github-actions released this 16 May 00:26

Changelog

  • 965fcee fix(tmpauth): segfault with include and allowed_users

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 05:31

Changelog

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:59

Changelog

  • ac89463 feat: update tmpauth (whomst db endpoint)

v1.4.1 - Update certmagic (breaking changes!)

Choose a tag to compare

@github-actions github-actions released this 29 Apr 15:00

Breaking changes

Casket v1.4 updates all of the underlying libraries; most notably certmagic, which now uses libdns for solving DNS challenges instead of lego. We have tried to maintain compatibility with as many DNS providers and their configuration options as possible. However, there have been some unavoidable changes, especially to the Cloudflare provider (which now only supports scoped tokens), and many providers have been dropped due to lack of upstream libdns support. If a provider you use has been affected by these changes, please create an issue, and we will do our best to accomodate your use case!

For a list of changes to every DNS provider, please refer to the migration guide.

Important

Cloudflare DNS challenges now only support scoped tokens, and the configuration syntax has changed. More information

Caution

The underlying storage format for cached certificates has changed. Updating to 1.4.1 will obtain new certificates for all of your websites. If you are hosting many websites with a single Casket instance, please be aware that you may be subject to a lengthy initial startup time while certificates are obtained, and that you may be subject to the Let's Encrypt rate limits.

What's Changed

Full Changelog: v1.3.2...v1.4.1

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Jan 23:46

Changelog

  • 5fd2388 chore: add armv7 binaries

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jan 23:45

Changelog

  • db419af chore: add linux/arm/v7 docker builds

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:15
588ead0

What's Changed

  • feat: HTTP -> HTTPS redirects on all site configs by @Lemmmy in #26

Full Changelog: v1.2.12...v1.3.0