New
release/2.0.12.7
2.0.12.7 2025/OCT/23
- new linux arm64 binaries, Apple Silicon and Cloud servers now running on arm64 chips can use jlibtorrent
- new SessionManager.getTorrentHandles() -> TorrentHandle[]
- new javadocs and source maven dependencies available in the maven repository (2.0.12.5 was republished)
- maintenance: Missing alert types added to alert types table (FilePrioAlert, FileProgressAlert, OversizedFileAlert, PeerInfoAlert, PieceAvailabilityAlert, Socks5Alert, TorrentConflictAlert, TrackerListAlert)
What's Changed
- Publish sources and javadoc jars to Maven repositories by @Copilot in https://github.com/frostwire/frostwire-jlibtorrent/pull/312
- Fix NPE in SessionManager.find methods when hash parameter is null by @Copilot in https://github.com/frostwire/frostwire-jlibtorrent/pull/314
- Add Linux ARM64 build support with separate x86_64 and ARM64 artifacts by @Copilot in https://github.com/frostwire/frostwire-jlibtorrent/pull/309
- Add getTorrentHandles() convenience method to SessionManager by @Copilot in https://github.com/frostwire/frostwire-jlibtorrent/pull/316
Full Changelog: https://github.com/frostwire/frostwire-jlibtorrent/compare/release/2.0.12.5...release/2.0.12.7