v0.35.0
Highlights
This release is mostly a small import cleanup for self-hosted API users.
If you create your own update-check API with createHotUpdater, replace the removed @hot-updater/server/runtime subpath with @hot-updater/server:
- import { createHotUpdater } from "@hot-updater/server/runtime";
+ import { createHotUpdater } from "@hot-updater/server";Apps that do not import @hot-updater/server/runtime do not need to change anything.
What's Changed
- fix(supabase): redact init database password failures by @gronxb in #1063
- refactor(server): make root runtime agnostic by @gronxb in #1062
- chore: update versions by @github-actions[bot] in #1064
Full Changelog: v0.34.0...v0.35.0