diff --git a/.release.json b/.release.json index 79412e77f..470bed078 100644 --- a/.release.json +++ b/.release.json @@ -86,7 +86,7 @@ "station": { "currentVersion": "0.6.0", "dependentProjects": [], - "newVersion": null + "newVersion": "0.7.0" }, "upgrader-api": { "currentVersion": "0.2.0", @@ -140,12 +140,12 @@ "dependencyCollection": "dependencies" } ], - "newVersion": null + "newVersion": "0.6.0" }, "dfx-orbit": { "currentVersion": "0.10.0", "dependentProjects": [], - "newVersion": null + "newVersion": "0.11.0" }, "marketing-dapp": { "currentVersion": "0.3.0", @@ -153,8 +153,8 @@ "dependentProjects": [] }, "wallet-dapp": { - "currentVersion": "0.6.0", - "newVersion": "0.6.1", + "currentVersion": "0.6.1", + "newVersion": "0.7.0", "dependentProjects": [] }, "docs-portal": { @@ -164,13 +164,37 @@ } }, "changes": { + "station": { + "releaseVersion": { + "rawVersion": "0.7.0", + "gitTag": "@orbit/station-v0.7.0", + "isPrerelease": false + }, + "contents": "## 0.7.0 (2025-09-02)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.6.0\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity" + }, + "station-api": { + "releaseVersion": { + "rawVersion": "0.6.0", + "gitTag": "@orbit/station-api-v0.6.0", + "isPrerelease": false + }, + "contents": "## 0.6.0 (2025-09-02)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity" + }, "wallet-dapp": { "releaseVersion": { - "rawVersion": "0.6.1", - "gitTag": "@orbit/wallet-dapp-v0.6.1", + "rawVersion": "0.7.0", + "gitTag": "@orbit/wallet-dapp-v0.7.0", + "isPrerelease": false + }, + "contents": "## 0.7.0 (2025-09-02)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity" + }, + "dfx-orbit": { + "releaseVersion": { + "rawVersion": "0.11.0", + "gitTag": "@orbit/dfx-orbit-v0.11.0", "isPrerelease": false }, - "contents": "## 0.6.1 (2025-07-28)\n\n\n### 🩹 Fixes\n\n- **ui:** degraded experience when failed to load system info ([#585](https://github.com/dfinity/orbit/pull/585))\n\n- **wallet:** remove invalid check for new controller input ([#593](https://github.com/dfinity/orbit/pull/593))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital" + "contents": "## 0.11.0 (2025-09-02)\n\n\n### 🚀 Features\n\n- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))\n\n- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))\n\n- **station:** configurable station initialization ([#482](https://github.com/dfinity/orbit/pull/482))\n\n- **upgrader:** new endpoint to list station snapshots ([#545](https://github.com/dfinity/orbit/pull/545))\n\n- **station:** update Request::last_modification_timestamp on adding approval ([#576](https://github.com/dfinity/orbit/pull/576))\n\n- **wallet:** DR UI ([#557](https://github.com/dfinity/orbit/pull/557))\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### 🩹 Fixes\n\n- **CI:** use rustup 1.27.1 for docker build ([#532](https://github.com/dfinity/orbit/pull/532))\n\n- **station:** bump ic-cdk to fix canister_status parsing ([#538](https://github.com/dfinity/orbit/pull/538))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.6.0\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital\n- mraszyk @mraszyk\n- olaszakos\n- tomer-dfinity" } } } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 4224655ce..61c3fe2d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,7 +1203,7 @@ dependencies = [ [[package]] name = "dfx-orbit" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "candid", @@ -4905,7 +4905,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "station" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-trait", @@ -4940,7 +4940,7 @@ dependencies = [ [[package]] name = "station-api" -version = "0.5.0" +version = "0.6.0" dependencies = [ "candid", "hex", diff --git a/apps/wallet/CHANGELOG.md b/apps/wallet/CHANGELOG.md index bd7054f4d..e3d78fce1 100644 --- a/apps/wallet/CHANGELOG.md +++ b/apps/wallet/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.7.0 (2025-09-02) + + +### 🚀 Features + +- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589)) + +- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590)) + +- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571)) + + +### ❤️ Thank You + +- mraszyk @mraszyk +- tomer-dfinity + ## 0.6.1 (2025-07-28) diff --git a/apps/wallet/package.json b/apps/wallet/package.json index 4bc12927d..d930e6038 100644 --- a/apps/wallet/package.json +++ b/apps/wallet/package.json @@ -1,7 +1,7 @@ { "name": "wallet-dapp", "private": true, - "version": "0.6.1", + "version": "0.7.0", "type": "module", "repository": { "type": "git", diff --git a/apps/wallet/public/compat.json b/apps/wallet/public/compat.json index 9f24e84fd..7f5c9139a 100644 --- a/apps/wallet/public/compat.json +++ b/apps/wallet/public/compat.json @@ -1,9 +1,14 @@ { "__important__": "This file is automatically generated by the build process. Do not modify it manually.", - "version": "0.6.1", + "version": "0.7.0", "api": { - "latest": "0.6.0", + "latest": "0.7.0", "compatibility": { + "0.7.0": { + "ui": [ + "0.7.0" + ] + }, "0.6.0": { "ui": [ "0.6.1", diff --git a/core/control-panel/impl/Cargo.toml b/core/control-panel/impl/Cargo.toml index 94ea7900a..835acfc3b 100644 --- a/core/control-panel/impl/Cargo.toml +++ b/core/control-panel/impl/Cargo.toml @@ -29,7 +29,7 @@ serde_cbor = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ['serde', 'v4'] } control-panel-api = { path = '../api', version = '0.2.0' } -station-api = { path = '../../station/api', version = '0.5.0' } +station-api = { path = '../../station/api', version = '0.6.0' } semver = { workspace = true } email_address = '0.2.4' diff --git a/core/station/api/CHANGELOG.md b/core/station/api/CHANGELOG.md index 512e67e68..27ba8bb90 100644 --- a/core/station/api/CHANGELOG.md +++ b/core/station/api/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.6.0 (2025-09-02) + + +### 🚀 Features + +- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589)) + +- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590)) + +- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571)) + + +### ❤️ Thank You + +- mraszyk @mraszyk +- tomer-dfinity + ## 0.5.0 (2025-06-02) diff --git a/core/station/api/Cargo.toml b/core/station/api/Cargo.toml index cf54f5e52..8703a7d03 100644 --- a/core/station/api/Cargo.toml +++ b/core/station/api/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station-api' include = ['src', 'Cargo.toml'] -version = '0.5.0' +version = '0.6.0' authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/core/station/impl/CHANGELOG.md b/core/station/impl/CHANGELOG.md index dce5ffec7..7b8a589df 100644 --- a/core/station/impl/CHANGELOG.md +++ b/core/station/impl/CHANGELOG.md @@ -1,3 +1,25 @@ +## 0.7.0 (2025-09-02) + + +### 🚀 Features + +- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589)) + +- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590)) + +- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.6.0 + + +### ❤️ Thank You + +- mraszyk @mraszyk +- tomer-dfinity + ## 0.6.0 (2025-06-02) diff --git a/core/station/impl/Cargo.toml b/core/station/impl/Cargo.toml index 037863dd5..aaae882b0 100644 --- a/core/station/impl/Cargo.toml +++ b/core/station/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station' include = ['src', 'Cargo.toml'] -version = '0.6.0' +version = '0.7.0' authors.workspace = true edition.workspace = true repository.workspace = true @@ -41,7 +41,7 @@ sha2 = { workspace = true } strum = { version = '0.26', features = ['derive'] } thiserror = { workspace = true } uuid = { workspace = true, features = ['v4'] } -station-api = { path = '../api', version = '0.5.0' } +station-api = { path = '../api', version = '0.6.0' } upgrader-api = { path = '../../upgrader/api', version = '0.2.0' } [dev-dependencies] diff --git a/core/upgrader/api/Cargo.toml b/core/upgrader/api/Cargo.toml index abd20b642..60fc22e25 100644 --- a/core/upgrader/api/Cargo.toml +++ b/core/upgrader/api/Cargo.toml @@ -15,5 +15,5 @@ hex = { workspace = true } serde = { workspace = true } serde_bytes = { workspace = true } orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.2.0' } -station-api = { path = '../../../core/station/api', version = '0.5.0' } +station-api = { path = '../../../core/station/api', version = '0.6.0' } ic-stable-structures = { workspace = true } diff --git a/core/upgrader/impl/Cargo.toml b/core/upgrader/impl/Cargo.toml index 6754661d9..3314c632f 100644 --- a/core/upgrader/impl/Cargo.toml +++ b/core/upgrader/impl/Cargo.toml @@ -27,7 +27,7 @@ serde = { workspace = true, features = ['derive'] } serde_bytes = { workspace = true } serde_cbor = { workspace = true } serde_json = { workspace = true } -station-api = { path = '../../station/api', version = '0.5.0' } +station-api = { path = '../../station/api', version = '0.6.0' } sha2 = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ['v4'] } diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 2aa02598f..328cb909d 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -7,7 +7,7 @@ edition = '2021' [dependencies] candid = { workspace = true } candid_parser = { workspace = true } -dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.10.0' } +dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.11.0' } flate2 = { workspace = true } hex = { workspace = true } orbit-essentials = { path = '../../libs/orbit-essentials', version = '0.2.0' } @@ -34,6 +34,6 @@ tokio.workspace = true uuid = { workspace = true } control-panel-api = { path = '../../core/control-panel/api', version = '0.2.0' } upgrader-api = { path = '../../core/upgrader/api', version = '0.2.0' } -station-api = { path = '../../core/station/api', version = '0.5.0' } +station-api = { path = '../../core/station/api', version = '0.6.0' } wat = { workspace = true } rstest = { workspace = true } diff --git a/tools/dfx-orbit/CHANGELOG.md b/tools/dfx-orbit/CHANGELOG.md index 9fe8c105f..97670454e 100644 --- a/tools/dfx-orbit/CHANGELOG.md +++ b/tools/dfx-orbit/CHANGELOG.md @@ -1,3 +1,47 @@ +## 0.11.0 (2025-09-02) + + +### 🚀 Features + +- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500)) + +- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493)) + +- **station:** configurable station initialization ([#482](https://github.com/dfinity/orbit/pull/482)) + +- **upgrader:** new endpoint to list station snapshots ([#545](https://github.com/dfinity/orbit/pull/545)) + +- **station:** update Request::last_modification_timestamp on adding approval ([#576](https://github.com/dfinity/orbit/pull/576)) + +- **wallet:** DR UI ([#557](https://github.com/dfinity/orbit/pull/557)) + +- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589)) + +- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590)) + +- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571)) + + +### 🩹 Fixes + +- **CI:** use rustup 1.27.1 for docker build ([#532](https://github.com/dfinity/orbit/pull/532)) + +- **station:** bump ic-cdk to fix canister_status parsing ([#538](https://github.com/dfinity/orbit/pull/538)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.6.0 + + +### ❤️ Thank You + +- Jan Hrubes @jedna +- Kepler Vital +- mraszyk @mraszyk +- olaszakos +- tomer-dfinity + ## 0.10.0 (2025-02-26) diff --git a/tools/dfx-orbit/Cargo.toml b/tools/dfx-orbit/Cargo.toml index 194eb6ba4..9d51b1c2b 100644 --- a/tools/dfx-orbit/Cargo.toml +++ b/tools/dfx-orbit/Cargo.toml @@ -1,7 +1,7 @@ [package] name = 'dfx-orbit' -version = '0.10.0' +version = '0.11.0' description = 'Command line tool for interacting with the Orbit digital asset manager on the ICP blockchain.' authors.workspace = true edition.workspace = true @@ -36,7 +36,7 @@ slog-async.workspace = true tabled.workspace = true thiserror.workspace = true tokio = { workspace = true, features = ['rt'] } -station-api = { path = '../../core/station/api', version = '0.5.0' } +station-api = { path = '../../core/station/api', version = '0.6.0' } [lib] doctest = false