Skip to content

Releases: sander/noise-kotlin

v1.0.1

31 Jan 17:03
Compare
Choose a tag to compare

What's Changed

Thanks to @breynders-cb and @tvandriessel-cb for spotting two bugs:

Also:

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Jun 11:14
624a259
Compare
Choose a tag to compare

What's Changed

  • docs: add API docs and update project docs
  • build: enable automated staging on Maven Central
  • ci: publish automatically to Maven Central
  • ci: publish snapshot versions automatically
  • ci: build: API doc website

Full Changelog: v0.10.0...v1.0.0

v0.10.0

12 Jun 21:42
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Workflow test release.

Full Changelog: v0.9.0...v0.10.0

v0.9.0

12 Jun 21:34
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Release workflow test.

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

v0.8.0

12 Jun 21:19
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

What's Changed

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

v0.7.0

10 Jun 20:54
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Fix:

  • Correct handshake hash upon last read (thanks @kuzmordas in #15)
  • Nonce decoding

Build:

  • Use Java 8
  • Fix POM configuration
  • Fix koverReport syntax

Chore:

  • Bump versions: jvm, plugin.serialization, kotlinx-serialization-json, kover

Docs:

  • Add Maven Central data to README
  • Fix dead link in README
  • Add pre-release note to SECURITY

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Apr 16:32
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

First (non-production ready) pre-release to the Maven Central Repository.

Full Changelog: v0.4.0...v0.6.0

v0.4.0

06 Apr 11:12
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Build:

  • Make ./gradlew publishToMavenLocal work

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Apr 10:54
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Features:

  • Increase test coverage and fix newly identified bugs

Build:

  • Target JVM 1.8 for Android compatibility

Test:

  • Update serialization library for test vectors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Mar 08:10
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features:

  • Increment nonce in cipher state
  • Trust specific static keys upon handshake state initialization

Continuous integration:

  • Build and test
  • Check pinned workflow dependencies

Full Changelog: v0.1.0...v0.2.0