Skip to content

2026.07.4

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:51
4152855

💥 Breaking Changes

  • #7014 Migrate addon job names to app and scope legacy API compatibility @mdegat01
  • #7024 Rename Docker app container and builder names from addon_ to app_ @mdegat01
  • #7058 Migrate addon error metadata to app/apps with v1 compatibility shim @mdegat01
  • #7059 Rename backup and restore job stages from addon(s) to app(s) @mdegat01

✨ New Features

  • #7043 Avoid unnecessary full network connection re-activation @agners
  • #7051 Add websocket v2 jobs compatibility feature toggle @mdegat01
  • #7057 Emit store_reloaded event when a store reload updates repositories @agners

🐛 Bug Fixes

  • #7012 Keep config-declared ports visible after customizing app ports @agners
  • #7044 Fix length validation of str and password options with bounds @agners
  • #7050 Fix Core API proxy stripping the multipart boundary from Content-Type @parkghost
  • #7013 Fix media/share mounts staying empty after mount reload fixup @agners
  • #6958 Offer reset for corrupt store repositories on load @frenck
  • #7072 Check for local data before adding or updating a mount @agners

📦 Refactor

  • #7055 Drop unused faust-cchardet dependency @agners
  • #7056 Replace preloaded jemalloc with PYTHONMALLOC=mimalloc @agners
  • #7071 Reduce app config schema warning noise for regular users @agners

♻️ Chore

⬆️ Dependency Updates

20 changes