-
Notifications
You must be signed in to change notification settings - Fork 96
Release v1.7.0 #1730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
UMR1352
wants to merge
5
commits into
main
Choose a base branch
from
release/v1.7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v1.7.0 #1730
Conversation
This file contains hidden or 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
* fix windows longpaths (#1714) * Fix `SdJwtVcPresentationBuilder::conceal` (#1713) * fix `SdJwtVcPresentationBuilder` * update docs * Upgrade sd-jwt-payload to version 0.4 (#1716) * update sd-jwt to 0.4 * expose conceal_all and disclose on SdJwtVcPresentationBuilder * feat: pin iota v1.5.0 and product-core v0.8.1 (#1715) * Pin iota tag = "v1.5.0-rc" * Pin iota tag = "v1.5.0" * identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies * Pin product-core cargo dependencies to tag = "v0.8.1" * bump version to 1.6.0-beta.8 (#1717) * replace banner * use png banner * Pin wasm-bindgen to 0.2.100 (#1720) * upgrade bindgen to 0.2.101 * use exact bindgen-version * feat: Update to iota v1.6.1 and product core v0.8.2 (#1719) * pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch Summary: [ ] tokio version update to: - [ ] fastcrypto version update to rev = "-" [x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1" [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"` [x] pin all iota.git dependencies to `tag = "v1.6.1-rc"` * Update dependencies to iota v1.6.1 and product-core v0.8.2 - pin all iota.git dependencies to `tag = "v1.6.1"` - pin all product-core.git dependencies to `tag = "v0.8.2"` - identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0" * Bump identity_wasm (#1721) * Pin wasm-bindgen to v0.2.102 (#1722) * use wasm-bindgen v0.2.101 * pin wasm-bindgen to 0.2.102 * Add DIDJwk::new * `DIDJwk::new` takes an `impl Into<Jwk>` instead of `Jwk` * Add TS binding `DIDJwk.fromJwk` * fix TS binding --------- Co-authored-by: Eike Haß <[email protected]> Co-authored-by: Christof Gerritsma <[email protected]>
* fix windows longpaths (#1714) * Fix `SdJwtVcPresentationBuilder::conceal` (#1713) * fix `SdJwtVcPresentationBuilder` * update docs * Upgrade sd-jwt-payload to version 0.4 (#1716) * update sd-jwt to 0.4 * expose conceal_all and disclose on SdJwtVcPresentationBuilder * feat: pin iota v1.5.0 and product-core v0.8.1 (#1715) * Pin iota tag = "v1.5.0-rc" * Pin iota tag = "v1.5.0" * identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies * Pin product-core cargo dependencies to tag = "v0.8.1" * bump version to 1.6.0-beta.8 (#1717) * replace banner * Host linked VP on-chain using notarization * rework linked VP examples * use png banner * Pin wasm-bindgen to 0.2.100 (#1720) * upgrade bindgen to 0.2.101 * use exact bindgen-version * feat: Update to iota v1.6.1 and product core v0.8.2 (#1719) * pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch Summary: [ ] tokio version update to: - [ ] fastcrypto version update to rev = "-" [x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1" [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"` [x] pin all iota.git dependencies to `tag = "v1.6.1-rc"` * Update dependencies to iota v1.6.1 and product-core v0.8.2 - pin all iota.git dependencies to `tag = "v1.6.1"` - pin all product-core.git dependencies to `tag = "v0.8.2"` - identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0" * Bump identity_wasm (#1721) * Pin wasm-bindgen to v0.2.102 (#1722) * use wasm-bindgen v0.2.101 * pin wasm-bindgen to 0.2.102 * feat: Update to iota v1.7.0 (#1723) * pin iota to "v1.7.0" and product-core to upstream-merge feature branch Summary: - [ ] tokio version update to: - - [ ] fastcrypto version update to rev = "-" - [ ] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: _ - [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-7-0-rc-upstream-merge"` - [x] pin all iota.git dependencies to `tag = "v1.7.0-rc"` * Update dependencies to iota v1.7.0 and product-core v0.8.3 - pin all iota.git dependencies to `tag = "v1.7.0"` - pin all product-core.git dependencies to `tag = "v0.8.3"` - identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0" * make clippy happy --------- Co-authored-by: Enrico Marconi <[email protected]> * bump identity-wasm (#1726) * update linked VP TS example * Post-Quantum (PQ) and Post-Quantum/Traditional (PQ/T) hybrid signatures for VCs (#1625) * Fix PQ examples * Fix issue with CompositeJwk VM deserialization * Add `DIDJwk::new` and `DIDJwk::as_jwk` (#1725) * fix windows longpaths (#1714) * Fix `SdJwtVcPresentationBuilder::conceal` (#1713) * fix `SdJwtVcPresentationBuilder` * update docs * Upgrade sd-jwt-payload to version 0.4 (#1716) * update sd-jwt to 0.4 * expose conceal_all and disclose on SdJwtVcPresentationBuilder * feat: pin iota v1.5.0 and product-core v0.8.1 (#1715) * Pin iota tag = "v1.5.0-rc" * Pin iota tag = "v1.5.0" * identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies * Pin product-core cargo dependencies to tag = "v0.8.1" * bump version to 1.6.0-beta.8 (#1717) * replace banner * use png banner * Pin wasm-bindgen to 0.2.100 (#1720) * upgrade bindgen to 0.2.101 * use exact bindgen-version * feat: Update to iota v1.6.1 and product core v0.8.2 (#1719) * pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch Summary: [ ] tokio version update to: - [ ] fastcrypto version update to rev = "-" [x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1" [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"` [x] pin all iota.git dependencies to `tag = "v1.6.1-rc"` * Update dependencies to iota v1.6.1 and product-core v0.8.2 - pin all iota.git dependencies to `tag = "v1.6.1"` - pin all product-core.git dependencies to `tag = "v0.8.2"` - identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0" * Bump identity_wasm (#1721) * Pin wasm-bindgen to v0.2.102 (#1722) * use wasm-bindgen v0.2.101 * pin wasm-bindgen to 0.2.102 * Add DIDJwk::new * `DIDJwk::new` takes an `impl Into<Jwk>` instead of `Jwk` * Add TS binding `DIDJwk.fromJwk` * fix TS binding --------- Co-authored-by: Eike Haß <[email protected]> Co-authored-by: Christof Gerritsma <[email protected]> --------- Co-authored-by: Eike Haß <[email protected]> Co-authored-by: Christof Gerritsma <[email protected]> Co-authored-by: AleCla97 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Added
A new feature that requires a minor release. Part of "Added" section in changelog
Enhancement
New feature or improvement to an existing feature
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Wasm
Related to Wasm bindings. Becomes part of the Wasm changelog
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change