Skip to content

Commit

Permalink
chore: update response verification crates (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev authored Dec 20, 2024
1 parent c45d220 commit d05a136
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 129 deletions.
6 changes: 3 additions & 3 deletions .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 0.0.0
version: 0.1.0
version_files:
- Cargo.toml
- packages/http-canister-client/package.json:version
- Cargo.toml
- packages/http-canister-client/package.json:version
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ pocket-ic
.env

.DS_Store

# commitizen is formatting the .cz.yaml file in a way that Prettier does not like
.cz.yaml
47 changes: 47 additions & 0 deletions CHANGELOG.md
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
Loading

0 comments on commit d05a136

Please sign in to comment.