File tree Expand file tree Collapse file tree 8 files changed +167
-129
lines changed
examples/http-gateway/canister/src/custom_assets/src
packages/ic-http-gateway/src Expand file tree Collapse file tree 8 files changed +167
-129
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ commitizen:
3
3
name : cz_conventional_commits
4
4
tag_format : $version
5
5
update_changelog_on_bump : true
6
- version : 0.0 .0
6
+ version : 0.1 .0
7
7
version_files :
8
- - Cargo.toml
9
- - packages/http-canister-client/package.json:version
8
+ - Cargo.toml
9
+ - packages/http-canister-client/package.json:version
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ pocket-ic
6
6
.env
7
7
8
8
.DS_Store
9
+
10
+ # commitizen is formatting the .cz.yaml file in a way that Prettier does not like
11
+ .cz.yaml
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments