Skip to content

Releases: gronxb/hot-updater

v0.9.0

17 Feb 05:26
Compare
Choose a tag to compare

0.9.0 (2025-02-17)

Platform App Store Review Required
Android ❌ Not Required
iOS ✅ Required

What's Changed

  • fix(ios): ensure UI thread is not blocked by sending events by @ewindso in #111
  • fix(ios): Improve KVO observer management for download tasks by @gronxb in #112

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Feb 06:41
Compare
Choose a tag to compare

0.8.0 (2025-02-16)

Platform App Store Review Required
Android ✅ Required
iOS ✅ Required

What's Changed

  • fix(android): prevent ProGuard from blocking access to mBundleLoader by @mstfmedeni in #107
  • fix(ios): ensure that the UI thread is not blocked when updating by @ewindso in #106
  • fix(android): new arch ProGuard by @gronxb in #108
  • fix(ios): Add progress tracking for download tasks in HotUpdater by @gronxb in #109

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Feb 13:59
Compare
Choose a tag to compare

What's Changed

Platform App Store Review Required
Android ✅ Required
iOS ❌ Not Required
  • fix(android): Prevent bundle loading when URL is null by @gronxb in #103

Full Changelog: v0.6.7...v0.7.0

v0.6.7

14 Feb 13:30
Compare
Choose a tag to compare
Platform App Store Review Required
Android ❌ Not Required
iOS ❌ Not Required

What's Changed

  • feat(react-native): change default reloadOnForceUpdate to true by @gronxb in #100
  • feat(react-native): add status to fallbackComponent in wrap function by @purrsong-chong in #99
  • fix(react-native): If shouldForceUpdate is false, fallbackComponent pass by @gronxb in #102

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

13 Feb 10:59
Compare
Choose a tag to compare

0.6.6 (2025-02-13)

Platform App Store Review Required
Android ❌ Not Required
iOS ❌ Not Required

🚀 Features

  • database: changeset-based commitBundle and remove setBundles interface (#93)
  • mock: mockDatabase for console development (#89)

🩹 Fixes

  • cloudflare: change cloudflare 4.1.0 api spec (#98)

❤️ Thank You

Full Changelog: v0.6.5...v0.6.6

v0.6.5

05 Feb 01:22
Compare
Choose a tag to compare

0.6.5 (2025-02-05)

🩹 Fixes

  • react-native: compatibility with TypeScript 4 (#82)

Full Changelog: v0.6.4...v0.6.5

v0.6.4

04 Feb 14:49
Compare
Choose a tag to compare

0.6.4 (2025-02-04)

🩹 Fixes

  • clouflare: set cloudflare account id (#81)
  • deploy: improve error handling for storage and database plugins (bbaffa5)

Full Changelog: v0.6.3...v0.6.4

v0.6.3

04 Feb 05:34
Compare
Choose a tag to compare

0.6.3 (2025-02-04)

🩹 Fixes

  • supabase: improve error handling for Supabase upload (#77)
  • cloudflare: improve error handling for Cloudflare API calls (09f7ef7)

v0.6.2

02 Feb 17:20
Compare
Choose a tag to compare

What's Changed

🚀 Cloudflare Support Added

Hot Updater now supports Cloudflare for update distribution! 🎉
Check out the guide for more details:
🔗 Cloudflare Provider Guide

init-cloudflare.mp4
  • feat(aws): extendable s3Database config by @gronxb in #74
  • feat: introduce cloudflare d1 + r2 + wokrer by @gronxb in #60

Full Changelog: v0.6.0...v0.6.2

v0.6.0

23 Jan 12:58
Compare
Choose a tag to compare

0.6.0 (2025-01-23)

🚀 Features

  • react-native: support 0.77.0 swift template (#72)

🩹 Fixes

  • supabase: improve error message for upload failures in supabaseStorage (#71)