Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions .release.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"station": {
"currentVersion": "0.6.0",
"dependentProjects": [],
"newVersion": null
"newVersion": "0.7.0"
},
"upgrader-api": {
"currentVersion": "0.2.0",
Expand Down Expand Up @@ -140,21 +140,21 @@
"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",
"newVersion": null,
"dependentProjects": []
},
"wallet-dapp": {
"currentVersion": "0.6.0",
"newVersion": "0.6.1",
"currentVersion": "0.6.1",
"newVersion": "0.7.0",
"dependentProjects": []
},
"docs-portal": {
Expand All @@ -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"
}
}
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions apps/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallet-dapp",
"private": true,
"version": "0.6.1",
"version": "0.7.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions apps/wallet/public/compat.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/control-panel/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
17 changes: 17 additions & 0 deletions core/station/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion core/station/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions core/station/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions core/station/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion core/upgrader/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion core/upgrader/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand All @@ -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 }
44 changes: 44 additions & 0 deletions tools/dfx-orbit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions tools/dfx-orbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Loading