Skip to content

Releases: nabto/edge-client-android

v3.0.1

14 Aug 13:12
5a6ba8f
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where a FutureBuffer would be incorrectly garbage collected in some cases, leading to null pointer exception being thrown.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Dec 13:17
Compare
Choose a tag to compare

What's Changed

  • Upgrade gradle by @mkm85 in #11
  • Fixed crash if SDK performed logging after client stop was requested
  • Improve cleanup of native resources by @gammelby in #10 by introducing AutoCloseable support
  • Note! Silent breaking change - see below

New Contributors

Breaking change

A breaking change was necessary to introduce AutoCloseable support: With the Nabto Edge Android SDK up until version 2.4.2, the API provided close() methods with different semantics than what is required by AutoCloseable’s close(): Applications that earlier invoked Connection.close(), Stream.close() or TcpTunnel.close() must be changed to use Connection.connectionClose(), Stream.streamClose() or TcpTunnel.tunnelClose(), respectively, when upgrading to Nabto Edge Android SDK 3.0. This is regardless of using the AutoCloseable features or not.

Read more on http://docs.nabto.com/developer/platforms/android/resource-management.html

Full Changelog: v2.4.2...v3.0.0

v2.4.2

31 Oct 06:48
Compare
Choose a tag to compare

Changes:
Fixed a problem where future callbacks gets garbage collected before they are run.

v2.4.0

21 Dec 09:50
Compare
Choose a tag to compare

Nabto Client SDK version 5.12.0

v2.3.0

13 Sep 13:42
Compare
Choose a tag to compare

updated the client sdk to 5.11.0
fixed a regression with mdns scanning.

v2.2.0

02 Aug 13:49
5b82f39
Compare
Choose a tag to compare

What's Changed

  • Extended java library with callback methods
  • Added library-ktx for kotlin-specific extensions for the java library
  • Added iam-util, a java library for using Nabto IAM convenience methods
  • Added iam-util-ktx for kotlin-specific extensions for iam-util

Full Changelog: v2.1.1...v2.2.0

v2.1.1

28 Dec 10:35
Compare
Choose a tag to compare

Fixed sources and javadoc

v2.1.0

23 Dec 12:18
Compare
Choose a tag to compare

Upgraded the nabto library to version 5.8.0

2.0.3

01 Mar 21:39
Compare
Choose a tag to compare

Build with Nabto Edge Client SDK 5.4, take 2

2.0.2

01 Mar 21:25
Compare
Choose a tag to compare

Build with Nabto Edge Client SDK 5.4