Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Aug 28, 2024
1 parent 18a4bb9 commit 0073323
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 8.0.0

### Breaking changes

- `getEmbeddedModuleSchema` now uses the module version to determine in which custom wasm sections to look for the schema.
It also no longer is `async` because there isn't any need for it to be so.
- `ConcordiumGRPCClient.getEmbeddedSchema` now delegates to `getEmbeddedModuleSchema` instead of `wasmToSchema`
(which was removed as it was just a less capable version of `getEmbeddedModuleSchema`).
This means that it returns the complete `RawModuleSchema` instead of only the schema bytes.
It also means that it returns `null` instead of an error when no embedded schema was found.


## 7.5.1

### Fixed
Expand Down Expand Up @@ -36,16 +48,6 @@

- Serialization of nonces with `serializeCIS4RevocationDataHolder` to serialize as little endian.

### Breaking changes

- `getEmbeddedModuleSchema` now uses the module version to determine in which custom wasm sections to look for the schema.
It also no longer is `async` because there isn't any need for it to be so.
- `ConcordiumGRPCClient.getEmbeddedSchema` now delegates to `getEmbeddedModuleSchema` instead of `wasmToSchema`
(which was removed as it was just a less capable version of `getEmbeddedModuleSchema`).
This means that it returns the complete `RawModuleSchema` instead of only the schema bytes.
It also means that it returns `null` instead of an error when no embedded schema was found.


## 7.3.2

### Added
Expand Down

0 comments on commit 0073323

Please sign in to comment.