Releases: sander/noise-kotlin
Releases · sander/noise-kotlin
v1.0.1
What's Changed
Thanks to @breynders-cb and @tvandriessel-cb for spotting two bugs:
- fix: throw upon reaching too high nonces by @sander-cb in #47
- fix: silent authentication failure by @sander-cb in #47
Also:
- docs: update README heading by @sander in #24
- docs: add security warning by @sander in #25
- ci: bump action versions by @sander in #34
- ci: update workflow versions by @sander-cb in #46
- build: update BouncyCastle version by @sander-cb in #47
- chore(deps): bump org.jetbrains.kotlinx.kover from 0.7.1 to 0.7.5 by @dependabot in #26 #29 #35 #42
- chore(deps): bump jvm from 1.8.22 to 1.9.22 by @dependabot in #31 #44
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.1 to 1.6.2 by @dependabot in #30 #43
- chore(deps): bump plugin.serialization from 1.8.22 to 1.9.22 by @dependabot in #32 #45
- chore(deps): bump org.jetbrains.dokka from 1.8.20 to 1.9.10 by @dependabot in #33 #36
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
Workflow test release.
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Release workflow test.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- chore(deps): bump jvm from 1.8.21 to 1.8.22 by @dependabot in #18
- chore(deps): bump plugin.serialization from 1.8.21 to 1.8.22 by @dependabot in #17
- ci: release workflow by @sander in #19
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
First (non-production ready) pre-release to the Maven Central Repository.
Full Changelog: v0.4.0...v0.6.0
v0.4.0
v0.3.0
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
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