Skip to content

Commit

Permalink
Update to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coltfred committed Oct 29, 2024
1 parent 6050eb3 commit 7cf6c41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0

- [[#327](https://github.com/IronCoreLabs/ironoxide/pull/327)]
- Reuse the reqwest `Client` for all calls. This increases performance significantly if making multiple calls with the same IronOxide.
- Change `DeviceContext` to `BlockingDeviceContext` for the blocking api. This allows the reuse of the runtime for all calls.

## 3.0.0

- [[#321](https://github.com/IronCoreLabs/ironoxide/issues/321)]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide"
version = "3.0.0"
version = "4.0.0"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
readme = "README.md"
license = "AGPL-3.0-only"
Expand Down

0 comments on commit 7cf6c41

Please sign in to comment.