1.0.0-beta.10 (2024-12-31)
Breaking
For all users that are in a previous beta version, before you upgrade to this beta I'll suggest you to follow the migration guide. We had to move the integration secrets encryption key from an anonymous volume to an env variable (SECRET_ENCRYPTION_KEY
). When you are unable to retrieve the old key you'll need to reenter all integration secrets, as they all were encrypted with an other key.
Features
- add request media (#1811) (91e1cef)
- docker: add support for pgid and puid env variables (#1759) (aeb681a)
- integration: add search engine creation (#1816) (f507645)
- widget: add minecraft server status widget (#1801) (0ebf4bc)
Bug Fixes
- deps: update dependency octokit to ^4.0.3 (#1806) (75aefcb)
- deps: update dependency trpc-to-openapi to ^2.1.1 (#1788) (4943e7b)
- deps: update dependency typescript-eslint to ^8.19.0 (#1814) (598f004)
- deps: update tiptap monorepo to v2.11.0 (#1813) (eacda4c)
- docker: replace anonymous docker volume with env variable for encrypting secrets (#1809) (56b57ad)
- health-monitoring: add months to uptime, fix status update (#1792) (c91aae5)
- media-server: redesign widget (#1775) (23c7d0b)
For the PGID and PUID env variables you can find the documentation here