Take a look at the migration guide
Changelog
Added
Shared
- Support for streaming ZIP packages over HTTP. This lets you open a remote EPUB, audiobook, or any other ZIP-based publication without needing to download it first.
Deprecated
- The
close()
andCloseable
APIs are now deprecated. Resources are automatically released upondeinit
, which aligns better with Swift.
Fixed
LCP
- Fixed a regression that caused some LCP passphrases to no longer match the protected publication.
Navigator
- Fixed race condition when calling
submitPreferences()
before the EPUB navigator is fully initialized.
Commits
- Add support for streaming ZIP packages over HTTP by @mickael-menu in #537
- Deprecate
close()
andCloseable
APIs by @mickael-menu in #538 - Fix regression with LCP passphrases by @mickael-menu in #542
- Fix race condition in the EPUB navigator by @mickael-menu in #544
- Fix normalization of some URLs by @mickael-menu in #546
- Remove CI checks for Carthage integration on
develop
by @mickael-menu in #547 - Add the
ReadiumAdapterMinizip
library by @mickael-menu in #548 - Improve reliability of EPUB pagination view by @mickael-menu in #550
- Restore Minizip in
ReadiumShared
by @mickael-menu in #551
Full Changelog: 3.0.0...3.1.0