Skip to content

Commit

Permalink
Merge branch 'main' into spofford/dynamic-route-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Sep 6, 2024
2 parents 572e555 + 6e11a35 commit 913900d
Show file tree
Hide file tree
Showing 23 changed files with 570 additions and 1,313 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

* Breaking: Removed `Transport` and the `hyper` and `reqwest` features. `ReqwestTransport` is now the default and `HyperTransport` has been removed. Existing `ReqwestTransport` functions have been moved to `AgentBuilder`.
* `Url` now implements `RouteProvider`.
* Add canister snapshot methods to `ManagementCanister`.

## [0.37.1] - 2024-07-25

* Bug fix: Add `api/v2` prefix to read_state requests for hyper transport
Expand Down
209 changes: 2 additions & 207 deletions Cargo.lock

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

Loading

0 comments on commit 913900d

Please sign in to comment.