Skip to content

Commit

Permalink
chore: bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 22, 2024
1 parent 58d09d7 commit cd6fbc8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd6fbc8

Please sign in to comment.