Skip to content

Releases: ChronosXYZ/JGUN

Hotfix 0.2.5

12 May 11:48
Compare
Choose a tag to compare
  • Replaced CompletableFuture in PathRef.
  • Replaced getOrDefault() to get() in InMemoryGraph
  • Added sourcesJar task to build.gradle

Hotfix 0.2.4

10 May 15:13
Compare
Choose a tag to compare
  • Replaced String.join with implementation in Utils class for Android compatibility.
  • Replaced getOrDefault() to get() in InMemoryGraph for Android compatibility.

Hotfix 0.2.3

10 May 14:49
Compare
Choose a tag to compare

Replaced CompletableFuture, which is compatible with the Android platform.

Hotfix 0.2.2

10 May 08:33
Compare
Choose a tag to compare

Added ability to set custom storage to GunSuperPeer

Hotfix 0.2.1

09 May 12:50
Compare
Choose a tag to compare

Added Serializable to Node class (for disk-based storages)

Release 0.2.0

09 May 12:13
Compare
Choose a tag to compare

Added the ability to track changes in data through the on() and map() methods.

Release 0.1.0

09 May 10:11
Compare
Choose a tag to compare

The initial release of this library. Implemented basic operations of GUN (put/get). The operations PUT and GET work correctly.