Skip to content

Commit d05a136

Browse files
authored
chore: update response verification crates (#35)
1 parent c45d220 commit d05a136

File tree

8 files changed

+167
-129
lines changed

8 files changed

+167
-129
lines changed

.cz.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
55
update_changelog_on_bump: true
6-
version: 0.0.0
6+
version: 0.1.0
77
version_files:
8-
- Cargo.toml
9-
- packages/http-canister-client/package.json:version
8+
- Cargo.toml
9+
- packages/http-canister-client/package.json:version

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ pocket-ic
66
.env
77

88
.DS_Store
9+
10+
# commitizen is formatting the .cz.yaml file in a way that Prettier does not like
11+
.cz.yaml

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## 0.1.0 (2024-12-20)
2+
3+
### Feat
4+
5+
- add a pre-built WASM of the example custom_assets canister (#34)
6+
7+
## 0.1.0-b3 (2024-11-20)
8+
9+
### Feat
10+
11+
- **ic-http-gateway**: use bytes for request body (#31)
12+
13+
## 0.1.0-b2 (2024-11-19)
14+
15+
### Fix
16+
17+
- remove dependency on regex to reduce WASM size (#29)
18+
19+
## 0.1.0-b1 (2024-10-30)
20+
21+
### Feat
22+
23+
- **ic-http-gateway**: add more tests and checks for long asset handling (#28)
24+
- **ic-http-gateway**: enable validation of long assets' chunks (#24)
25+
- **ic-http-gateway**: TT-416 Add asset streaming via range requests (#20)
26+
27+
### Fix
28+
29+
- **TT-409**: bubble up protocol errors to the client (#25)
30+
31+
## 0.1.0-b0 (2024-08-29)
32+
33+
### Feat
34+
35+
- **ic-http-gateway**: turn all errors into http responses
36+
- **ic-http-gateway**: make error clonable
37+
- **ic-http-gateway**: return internal error in response metadata
38+
- **ic-http-gateway**: add compatibility with http-body crate
39+
- **ic-http-gateway**: add initial ic-http-gateway library
40+
- add http canister client
41+
- init repo
42+
43+
### Fix
44+
45+
- **ic-http-gateway**: impl body trait correctly
46+
- use correct value for 'upgraded_to_update_call'
47+
- add missing exports to http-canister-client package

0 commit comments

Comments
 (0)