Skip to content

Commit

Permalink
chore(main): release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 13, 2024
1 parent db514cd commit b52d2c3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.0"
".": "0.18.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@
- Let server actually perform shutdown on connection loss
- Let client throw SocketException if not connected anymore

## [0.18.0](https://github.com/JKRhb/dtls2/compare/v0.17.0...v0.18.0) (2024-07-13)


### ⚠ BREAKING CHANGES

* update dependencies
* increase minimal Dart SDK version to 3.0.0

### Features

* add security level parameter to DTLS contexts ([25ed88f](https://github.com/JKRhb/dtls2/commit/25ed88ffe8720e5e35517b6b7f25e0bdad962477))
* generate binding for SSL_CTX_set_security_level ([445c6e6](https://github.com/JKRhb/dtls2/commit/445c6e6d9115e05d066d2159917f93f8cc9d9a17))
* regenerate bindings ([7075590](https://github.com/JKRhb/dtls2/commit/7075590c089150081116cca3f0088b9850bfe7e0))


### Bug Fixes

* another test ([465c4c9](https://github.com/JKRhb/dtls2/commit/465c4c9bb6040d2690bdbbfca509e9b7db0fe52c))
* lower security level for main example ([274edfa](https://github.com/JKRhb/dtls2/commit/274edfac42b432d87bf34018e32ea01314f38e87))
* test ([d2ab4de](https://github.com/JKRhb/dtls2/commit/d2ab4de084a0cde58a776e9303392f70376a3dc9))
* test ([0b936d2](https://github.com/JKRhb/dtls2/commit/0b936d20740536c7097022ad8b6a2c53bf03bb07))


### Miscellaneous Chores

* increase minimal Dart SDK version to 3.0.0 ([a4e421b](https://github.com/JKRhb/dtls2/commit/a4e421b50575d8f8e1780ff4db63dda5cc25e3fa))
* release 0.18.0 ([db514cd](https://github.com/JKRhb/dtls2/commit/db514cdea7b5dba7edf4809b21b3c11fb62ab4cb))
* update dependencies ([9894b2b](https://github.com/JKRhb/dtls2/commit/9894b2bb654f450451ac4fa1f378d30fe3b3cdf3))

## 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.17.0
version: 0.18.0
repository: https://github.com/JKRhb/dtls2

environment:
Expand Down

0 comments on commit b52d2c3

Please sign in to comment.