From cd6fbc8bbd2778f9814f0838d5d834376dfd1ac3 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Wed, 22 May 2024 22:57:34 +0200 Subject: [PATCH] chore: bump version to 0.17.0 --- CHANGELOG.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8629531..7db2869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.17.0 + +### New Features + +- Added standalone server example +- Made send APIs asynchronous (breaking change) +- Introduced new requiresClosing state + +## Fixes + +- Use new requiresClosing state for alert handling +- Prevent clients t from crashing when using empty PSK +- Let server actually perform shutdown on connection loss +- Let client throw SocketException if not connected anymore + ## 0.16.0 ### New Features diff --git a/pubspec.yaml b/pubspec.yaml index d168b5f..cdaa579 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: dtls2 description: A DTLS library for Dart, implemented via FFI bindings to OpenSSL. -version: 0.16.0 +version: 0.17.0 repository: https://github.com/JKRhb/dtls2 environment: