-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update response verification crates (#35)
- Loading branch information
1 parent
c45d220
commit d05a136
Showing
8 changed files
with
167 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
## 0.1.0 (2024-12-20) | ||
|
||
### Feat | ||
|
||
- add a pre-built WASM of the example custom_assets canister (#34) | ||
|
||
## 0.1.0-b3 (2024-11-20) | ||
|
||
### Feat | ||
|
||
- **ic-http-gateway**: use bytes for request body (#31) | ||
|
||
## 0.1.0-b2 (2024-11-19) | ||
|
||
### Fix | ||
|
||
- remove dependency on regex to reduce WASM size (#29) | ||
|
||
## 0.1.0-b1 (2024-10-30) | ||
|
||
### Feat | ||
|
||
- **ic-http-gateway**: add more tests and checks for long asset handling (#28) | ||
- **ic-http-gateway**: enable validation of long assets' chunks (#24) | ||
- **ic-http-gateway**: TT-416 Add asset streaming via range requests (#20) | ||
|
||
### Fix | ||
|
||
- **TT-409**: bubble up protocol errors to the client (#25) | ||
|
||
## 0.1.0-b0 (2024-08-29) | ||
|
||
### Feat | ||
|
||
- **ic-http-gateway**: turn all errors into http responses | ||
- **ic-http-gateway**: make error clonable | ||
- **ic-http-gateway**: return internal error in response metadata | ||
- **ic-http-gateway**: add compatibility with http-body crate | ||
- **ic-http-gateway**: add initial ic-http-gateway library | ||
- add http canister client | ||
- init repo | ||
|
||
### Fix | ||
|
||
- **ic-http-gateway**: impl body trait correctly | ||
- use correct value for 'upgraded_to_update_call' | ||
- add missing exports to http-canister-client package |
Oops, something went wrong.