Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 19, 2024
1 parent d01720b commit 45244c0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog


## [1.5.0][] (2024-09-18)

- Make instance use within a slot really round-robin ([#218][])
- Mark instances as bad on network failure ([#218][])
- Automatically clear all connection pools on network failure ([#218][])
- Retry bad instances in a background thread ([#218][])
- Retry bad instance "inline" with the requests if background threads are not allowd ([#223][])
- Add tests for retry mechanisms and timeouts with dead or stalled connections ([#214][])

[#214]: https://github.com/Nitrokey/nethsm-pkcs11/pull/214
[#218]: https://github.com/Nitrokey/nethsm-pkcs11/pull/218
[#223]: https://github.com/Nitrokey/nethsm-pkcs11/pull/223

[1.5.0]: https://github.com/Nitrokey/nethsm-pkcs11/releases/tag/v1.5.0
[Full Changelog](https://github.com/Nitrokey/nethsm-pkcs11/compare/v1.4.1...v1.5.0)

## [1.4.1][] (2024-09-09)

- Fix compilation on windows ([#219][])
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nethsm_pkcs11"
version = "1.4.1"
version = "1.5.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 45244c0

Please sign in to comment.