Releases: hoprnet/node-admin-ui
Releases · hoprnet/node-admin-ui
Release list
v4.0.0-rc.4
What's Changed
This release contains the following changes:
New Features
- [general] blokli safe channel stake and redemptions, infinite tables by @mjadach-iv in #738
v4.0.0-rc.3
What's Changed
This release contains the following changes:
New Features
- [general] blokli safe channel stake and redemptions by @mjadach-iv in #737
- [ci] add actionlint + pinact pre-commit hooks for workflow validation by @Teebor-Choka in #728
- [ci] migrate workflows to Workload Identity Provider auth by @Teebor-Choka in #727
Fixes
- [notifications] stop channel-closed storm when switching nodes by @mjadach-iv in #735
- [deps] ignore nix-lib in dependabot nix updates by @Teebor-Choka in #733
- [nix] add Dependabot for nix flake.lock updates, disable Renovate nix manager by @Teebor-Choka in #731
- [ci] bump release-version to 0.9.4 to fix vars context error by @Teebor-Choka in #729
Other
- [general] Alias merging between nodes, network name on info page, same subpage on node switch, overall improvaments by @mjadach-iv in #736
v4.0.0-rc.1
What's Changed
This release contains the following changes:
New Features
- [general] Fix login, abort all calls on disconnect by @mjadach-iv in #726
- [general] Bump dappNode docker image by @ausias-armesto in #725
v4.0.0-rc.0
What's Changed
This release contains the following changes:
New Features
- [general] Use depot.dev runners by @ausias-armesto in #724
- [ci] rename build.yaml to pr.yaml, add zizmor and PR validation by @Teebor-Choka in #722
Other
- [general] Hoprd v4 by @mjadach-iv in #717
v3.0.5
What's Changed
This release contains the following changes:
New Features
- [general] Unify workflows to v2 by @ausias-armesto in #720
hopr-admin - v3.0.4
hopr-admin - v3.0.3
update sdk to show faulty rpc (#712)
hopr-admin - v3.0.2
V3.0.2 (#711) * new sdk and tickets actions better ui handing * Hide RPC url pathname and search if present * mark invalid url * last seen on aliases fix * newer session modal * ping 1st of the forward path, last of the return path * remember session params in open session * format
hopr-admin - v3.0.1
Changelog:
- update the HOPRd SDK to experimental version to support changes in get sessions API call
hopr-admin - v3.0.0
Changelog:
- update the HOPRd SDK to v3.0.1
- a lot of things which are unsupported in the new API V4 were removed
- sessions support was updated to work with additions of the V3
- supports aliases saved in the localStorage
- node admin will inform the user if the RPC the node uses is suboptimal
- make the login modal failure logic improved
- switch to only use nodes addresses
- configuration page will display YAML formatting instead of JSON formatting
- its now possible to download the node strategies configuration in ready to use YAML format
- toasts will not go over the top bar
- show same notifications in notification list as the overlay
- many performance improvements