Skip to content

Commit

Permalink
Prepare 1.5.0-rc1 (#317)
Browse files Browse the repository at this point in the history
* migrate to sfio-rustls-config 0.1.2

* update changelog for 1.5.0-rc1

* update dependency allowlist

* add mach2 to allow-list

* bump version to 1.5.0-rc1
  • Loading branch information
jadamcrain authored Aug 15, 2023
1 parent fa3b137 commit 047d478
Show file tree
Hide file tree
Showing 16 changed files with 333 additions and 449 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.5.0-rc1 ###
* :star: Add configuration option that allows outstation to respond to any master. See [#316](https://github.com/stepfunc/dnp3/pull/316).
* :star: Add optional [serde](https://crates.io/crates/serde) support for public config types in Rust. See [#303](https://github.com/stepfunc/dnp3/pull/303).
* :wrench: Fix cmake download when building C/C++ examples. See [#307](https://github.com/stepfunc/dnp3/pull/307).
* :book: Fix FFI docs for g12v1 and remove g12v0 and g41v0. See [#308](https://github.com/stepfunc/dnp3/pull/308)
* :bug: Fix master task scheduling CPU thrashing under certain conditions. See [#312](https://github.com/stepfunc/dnp3/pull/312).
* :bug: Fix bug where `AssociationInformation::task_fail` was not properly being called for some tasks. See [#313](https://github.com/stepfunc/dnp3/pull/313).

### 1.4.1 ###
* :bug: Bump rustls to 0.21.1 to resolve [#300](https://github.com/stepfunc/dnp3/issues/300).

Expand Down
Loading

0 comments on commit 047d478

Please sign in to comment.