From 0b382c720d38a9150c1c71656fddf07664c26aeb Mon Sep 17 00:00:00 2001 From: Findeton Date: Mon, 30 Mar 2026 08:50:05 -0500 Subject: [PATCH 1/2] wip --- .../08-releases/06-release-9.4/_category_.yml | 2 + .../06-release-9.4/release-9.4.0.md | 366 ++++++++++++++++++ 2 files changed, 368 insertions(+) create mode 100644 docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml create mode 100644 docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md diff --git a/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml b/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml new file mode 100644 index 00000000000..1a83f639804 --- /dev/null +++ b/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml @@ -0,0 +1,2 @@ +label: 'Release 9.4' +position: -9.4 \ No newline at end of file diff --git a/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md new file mode 100644 index 00000000000..e65372ca9c6 --- /dev/null +++ b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md @@ -0,0 +1,366 @@ +--- +id: release-9.4.0-rc.30 +title: Release 9.4.0-rc.30 +--- + +# Release 9.4.0-rc.30 + +## 🔄 Migrations + +### 🐞 Admin Portal > Reports > Timezone shown is not showing timezone +In order to see the change the default receipt template ballot_receipt_user.hbs needs some changes. +From +``` +{{timestamp}} +``` +To +``` +{{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}} +``` +See [sequentech/meta#6191](https://github.com/sequentech/meta/issues/6191) for details. + +### 📖 [doc] Adding a section: `Reference/Third-Party Libraries` +### For Developers +1. **Rust Version**: All developers must use Rust 1.90.0. Run `rustc --version` in `devenv shell` to verify. +2. **Dependency Updates**: After pulling this branch, run: +```bash +devenv shell +cd packages/ +cargo build +``` +3. **Frontend Updates**: For frontend work: +```bash +cd packages/ +yarn install +``` +4. **ESLint Migration**: Projects now use flat config (`eslint.config.js`). Old `.eslintrc.json` files have been removed. +5. **New Documentation**: Review the new developer documentation: +- `docs/docusaurus/docs/developers/11-Updates/updating-rust-version.md` +- `docs/docusaurus/docs/reference/third_party_deps/third_party_deps.md` +- `docs/docusaurus/docs/developers/03-Development-Environment/nvd-api-key-setup.md` +See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details. + +## 📝 Highlights + +### 📖 [doc] Adding a section: `Reference/Third-Party Libraries` +This issue tracks the comprehensive update of Rust toolchain, dependencies, and documentation for the Step Repository. The goal is to standardize on **Rust stable 1.90.0** across all environments (Nix, GitHub Actions, Dockerfiles) and update all Rust crates and their dependencies to their latest compatible versions. +Additionally, this includes creating developer documentation for managing Rust versions and third-party dependencies, plus implementing tooling for dependency auditing and reporting. +### Main PRs +- https://github.com/sequentech/step/pull/1988 +- https://github.com/sequentech/step/pull/2150 +- https://github.com/sequentech/step/pull/2153 +### Stable PRs +- [x] Mark if not applicable +See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details. + +## 📋 All Changes + +### 🚀 Features + +- ✨ Generalize `release-tool` for semver & release-flow ([sequentech/meta#9230](https://github.com/sequentech/meta/issues/9230)) + by @edulix + + +- ✨ Admin Portal > Tasks: add support for tenant level tasks, like creating a new tenant ([sequentech/meta#2348](https://github.com/sequentech/meta/issues/2348)) + by @yuvalkom-M + + +- ✨ Instant-runoff Voting (IRV/RCV) System support ([sequentech/meta#8214](https://github.com/sequentech/meta/issues/8214)) + by @BelSequent + + +- ✨ Delegate voting with imports ([sequentech/meta#7683](https://github.com/sequentech/meta/issues/7683)) + by @xalsina-sequent + + +- ✨ Don't build/push images on main ([sequentech/meta#9291](https://github.com/sequentech/meta/issues/9291)) + by @Findeton + + +- ✨ Publicly Open Source Preparations ([sequentech/meta#9060](https://github.com/sequentech/meta/issues/9060)) + by @edulix + + +- ✨ IdP-initiated SAML SSO authentication flow support ([sequentech/meta#8213](https://github.com/sequentech/meta/issues/8213)) + by @xalsina-sequent + + +- ✨ Move voter signature to the voting portal ([sequentech/meta#5518](https://github.com/sequentech/meta/issues/5518)) + by @xalsina-sequent + + +- ✨ Voting Portal > Nightwatch voting with no revotes ([sequentech/meta#8624](https://github.com/sequentech/meta/issues/8624)) + by @Findeton + + +- ✨ Automatic Launch of E2E tests for environments and during release process ([sequentech/meta#7004](https://github.com/sequentech/meta/issues/7004)) + by @Findeton + + + +### 🛠 Bug Fixes + +- 🐞 Windmill: SQL parameters sanitization ([sequentech/step#2537](https://github.com/sequentech/step/pull/2537)) + by @Findeton + + +- 🐞 Admin Portal: Sidebar tree does not refresh after creating an election event ([sequentech/step#2529](https://github.com/sequentech/step/pull/2529)) + by @Findeton + + +- 🐞 Ballot Verifier > Custom CSS not properly applied ([sequentech/meta#8476](https://github.com/sequentech/meta/issues/8476)) + by @yuvalkom-M + + +- 🐞 NullPointerException on voter login after KC24 → KC26.4 upgrade ([sequentech/step#2426](https://github.com/sequentech/step/pull/2426)) + by @Findeton + + +- 🐞 Can't send emails from keycloak ([sequentech/step#2353](https://github.com/sequentech/step/pull/2353)) + by @Findeton + + +- 🐞 Admin Portal: Can't allow write-ins ([sequentech/step#2393](https://github.com/sequentech/step/pull/2393)) + by @Findeton + + +- 🐞 Voting Portal > Candidate images broken after export then import the event ([sequentech/meta#9087](https://github.com/sequentech/meta/issues/9087)) + by @yuvalkom-M + + +- 🐞 Admin Portal: Scheduled Repeatable Reports is not working ([sequentech/meta#5412](https://github.com/sequentech/meta/issues/5412)) + by @yuvalkom-M + + +- 🐞 Tally > Ballot Image fails on second time: duplicate ACM key ([sequentech/meta#8679](https://github.com/sequentech/meta/issues/8679)) + by @BelSequent + + +- 🐞 sequentech-bot is not in the allow list for CLA ([sequentech/step#2314](https://github.com/sequentech/step/pull/2314)) + by @Findeton + + +- 🐞 Voting Portal > Grace Period not applied if no scheduled event ([sequentech/meta#9091](https://github.com/sequentech/meta/issues/9091)) + by @BelSequent + + +- 🐞 Admin Portal > Reports > Timezone shown is not showing timezone ([sequentech/meta#6191](https://github.com/sequentech/meta/issues/6191)) + by @xalsina-sequent + + **Migration:** In order to see the change the default receipt template ballot_receipt_user.hbs needs some changes. +From +``` +{{timestamp}} +``` +To +``` +{{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}} +``` + +- 🐞 Tally > Contests are not in order when using multi-contest encoding ([sequentech/meta#8678](https://github.com/sequentech/meta/issues/8678)) + by @xalsina-sequent + + +- 🐞 Admin Portal > Can't send message to voters ([sequentech/meta#9721](https://github.com/sequentech/meta/issues/9721)) + by @Findeton + + +- 🐞 Errors editing forms ([sequentech/meta#9572](https://github.com/sequentech/meta/issues/9572)) + by @Findeton + + +- 🐞 Keycloak's custom event listener is not working ([sequentech/meta#9574](https://github.com/sequentech/meta/issues/9574)) + by @Findeton + + +- 🐞 Tally > Export option can't be read correctly if title is too long ([sequentech/meta#8676](https://github.com/sequentech/meta/issues/8676)) + by @yuvalkom-M + + +- 🐞 Tally > "No Results" while loading the results ([sequentech/meta#8677](https://github.com/sequentech/meta/issues/8677)) + by @yuvalkom-M + + +- 🐞 Tally UI shows manual and executes automatic after policy switch ([sequentech/meta#8472](https://github.com/sequentech/meta/issues/8472)) + by @yuvalkom-M + + +- 🐞 Contest result extended metrics are 0 ([sequentech/meta#8573](https://github.com/sequentech/meta/issues/8573)) + by @BelSequent + + +- 🐞 Error with tenants and templates in Admin portal. ([sequentech/meta#9539](https://github.com/sequentech/meta/issues/9539)) + by @xalsina-sequent + + +- 🐞 Fix graphql typescript issues ([sequentech/meta#9540](https://github.com/sequentech/meta/issues/9540)) + by @Findeton + + +- 🐞 Keys Ceremony > State not cleared when switching Election Events ([sequentech/meta#8675](https://github.com/sequentech/meta/issues/8675)) + by @yuvalkom-M + + +- 🐞 Can't filter voter logs by username ([sequentech/meta#7751](https://github.com/sequentech/meta/issues/7751)) + by @xalsina-sequent, @yuvalkom-M + + +- 🐞 Tally > State not cleared when switching events ([sequentech/meta#8674](https://github.com/sequentech/meta/issues/8674)) + by @yuvalkom-M + + +- 🐞 Username is shown after an attempted login with a valid username ([sequentech/meta#6476](https://github.com/sequentech/meta/issues/6476)) + by @yuvalkom-M + + +- 🐞 Fixes after dependency updates ([sequentech/meta#9132](https://github.com/sequentech/meta/issues/9132)) + by @Findeton + + +- 📖 [doc] Adding a section: `Reference/Third-Party Libraries` ([sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996)) + by @Findeton, @edulix + + This issue tracks the comprehensive update of Rust toolchain, dependencies, and documentation for the Step Repository. The goal is to standardize on **Rust stable 1.90.0** across all environments (Nix, GitHub Actions, Dockerfiles) and update all Rust crates and their dependencies to their latest compatible versions. +Additionally, this includes creating developer documentation for managing Rust versions and third-party dependencies, plus implementing tooling for dependency auditing and reporting. +### Main PRs +- https://github.com/sequentech/step/pull/1988 +- https://github.com/sequentech/step/pull/2150 +- https://github.com/sequentech/step/pull/2153 +### Stable PRs +- [x] Mark if not applicable + + **Migration:** ### For Developers +1. **Rust Version**: All developers must use Rust 1.90.0. Run `rustc --version` in `devenv shell` to verify. +2. **Dependency Updates**: After pulling this branch, run: +```bash +devenv shell +cd packages/ +cargo build +``` +3. **Frontend Updates**: For frontend work: +```bash +cd packages/ +yarn install +``` +4. **ESLint Migration**: Projects now use flat config (`eslint.config.js`). Old `.eslintrc.json` files have been removed. +5. **New Documentation**: Review the new developer documentation: +- `docs/docusaurus/docs/developers/11-Updates/updating-rust-version.md` +- `docs/docusaurus/docs/reference/third_party_deps/third_party_deps.md` +- `docs/docusaurus/docs/developers/03-Development-Environment/nvd-api-key-setup.md` + +- 🐞 Windmill > Can't create Ballot Images on ARM ([sequentech/meta#8621](https://github.com/sequentech/meta/issues/8621)) + by @xalsina-sequent + + +- 🐞 Voter log errors ([sequentech/meta#8097](https://github.com/sequentech/meta/issues/8097)) + by @yuvalkom-M + + +- 🐞 Admin Portal > Sidebar: Can't select active events tab if all Events are archived ([sequentech/meta#8876](https://github.com/sequentech/meta/issues/8876)) + by @Findeton + + +- 🐞 Default Invalid vote policy mismatch ([sequentech/meta#8855](https://github.com/sequentech/meta/issues/8855)) + by @Findeton + + + +### 📖 Documentation + +- ✨ Add AI Agent Documentation Structure ([sequentech/step#2417](https://github.com/sequentech/step/pull/2417)) + by @Findeton + + +- 📖 [doc] v9.0.2 documentation ([sequentech/meta#9156](https://github.com/sequentech/meta/issues/9156)) + by @Findeton + + + +### 🛡 Security Updates + +- 🛡 Security updates: ring ([sequentech/meta#9133](https://github.com/sequentech/meta/issues/9133)) + by @Findeton + + + +### Other + +- 🐞 Voting portal: Can't login on kiosk channel ([sequentech/step#2541](https://github.com/sequentech/step/pull/2541)) + by @Findeton + + +- 🐞 Admin Portal > Electoral Logs > Export CSV issues ([sequentech/step#2434](https://github.com/sequentech/step/pull/2434)) + by @BelSequent + + +- 🐞 Admin Portal: Heterogeneus use of name/alias ([sequentech/step#2499](https://github.com/sequentech/step/pull/2499)) + by @BelSequent, @yuvalkom-M + + +- 🐞 Tally: arbitrary votes instead of the last one on voter re-votes ([sequentech/step#2493](https://github.com/sequentech/step/pull/2493)) + by @xalsina-sequent + + +- 🐞 Admin portal - Election Event Localization Tab shows no "No results found" when localizations are present ([sequentech/step#2504](https://github.com/sequentech/step/pull/2504)) + by @xalsina-sequent + + +- 🐞 Admin Portal: Ballot images PDF missing contests beyond the second one ([sequentech/step#2508](https://github.com/sequentech/step/pull/2508)) + by @Findeton + + +- ✨ Prepare Release 10.0 ([sequentech/step#2474](https://github.com/sequentech/step/pull/2474)) + by @Findeton + + +- 🐞 Windmill - Duplicate Key error caused by race condition while Logging Electoral logs in process_electoral_log_events_batch task ([sequentech/step#2448](https://github.com/sequentech/step/pull/2448)) + by @xalsina-sequent + + +- 🐞 IRV: Default tally operation processes the candidate results in each area ([sequentech/step#2459](https://github.com/sequentech/step/pull/2459)) + by @BelSequent + + +- 🐞 Unneeded "Or Sign With"/simplesaml in Keycloak Login ([sequentech/step#2333](https://github.com/sequentech/step/pull/2333)) + by @yuvalkom-M + + +- ✨ Docusaurus - Tutorial on how to make calls to hasura/graphql ([sequentech/step#2429](https://github.com/sequentech/step/pull/2429)) + by @xalsina-sequent + + +- Feat/meta 10603 fix release output version/release/9.4 ([sequentech/step#2411](https://github.com/sequentech/step/pull/2411)) + by @oded-eid-sequentech + + +- 🛡 Security updates ([sequentech/step#2379](https://github.com/sequentech/step/pull/2379)) + by @yuvalkom-M + + +- 🐞 Voting Portal > IRV > Limit in ranking positions is not consistent with max_votes constraint ([sequentech/step#2328](https://github.com/sequentech/step/pull/2328)) + by @BelSequent + + +- 🐞 Admin Portal: Can't do report actions ([sequentech/step#2387](https://github.com/sequentech/step/pull/2387)) + by @yuvalkom-M + + +- 🐞 Tally Multi Contest area votes not included in tally if area does not have the first contest assigned ([sequentech/step#2274](https://github.com/sequentech/step/pull/2274)) + by @xalsina-sequent + + +- 🐞 New immudb column ballot_id is not backwards compatible ([sequentech/step#2256](https://github.com/sequentech/step/pull/2256)) + by @BelSequent + + +- 🐞 Multi-Tenant login doesn't work ([sequentech/step#2277](https://github.com/sequentech/step/pull/2277)) + by @Findeton + + +- ✨ Move From Self-Hosted Runners using Runs-On in AWS to using GHA controller in a Google Cloud Project ([sequentech/meta#6511](https://github.com/sequentech/meta/issues/6511)) + by @oded-eid-sequentech + + From 411bd7249130fdff5a37de230e488265c469910e Mon Sep 17 00:00:00 2001 From: Findeton Date: Thu, 16 Apr 2026 19:45:45 -0500 Subject: [PATCH 2/2] wip --- .../06-release-9.4/release-9.4.0.md | 258 ++++++------------ 1 file changed, 78 insertions(+), 180 deletions(-) diff --git a/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md index e65372ca9c6..1cc0d123448 100644 --- a/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md +++ b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md @@ -1,12 +1,12 @@ --- -id: release-9.4.0-rc.30 -title: Release 9.4.0-rc.30 +id: release-9.4.0 +title: Release 9.4.0 --- -# Release 9.4.0-rc.30 +# Release 9.4.0 ## 🔄 Migrations @@ -20,27 +20,11 @@ To ``` {{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}} ``` -See [sequentech/meta#6191](https://github.com/sequentech/meta/issues/6191) for details. ### 📖 [doc] Adding a section: `Reference/Third-Party Libraries` ### For Developers 1. **Rust Version**: All developers must use Rust 1.90.0. Run `rustc --version` in `devenv shell` to verify. 2. **Dependency Updates**: After pulling this branch, run: -```bash -devenv shell -cd packages/ -cargo build -``` -3. **Frontend Updates**: For frontend work: -```bash -cd packages/ -yarn install -``` -4. **ESLint Migration**: Projects now use flat config (`eslint.config.js`). Old `.eslintrc.json` files have been removed. -5. **New Documentation**: Review the new developer documentation: -- `docs/docusaurus/docs/developers/11-Updates/updating-rust-version.md` -- `docs/docusaurus/docs/reference/third_party_deps/third_party_deps.md` -- `docs/docusaurus/docs/developers/03-Development-Environment/nvd-api-key-setup.md` See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details. ## 📝 Highlights @@ -48,319 +32,233 @@ See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for d ### 📖 [doc] Adding a section: `Reference/Third-Party Libraries` This issue tracks the comprehensive update of Rust toolchain, dependencies, and documentation for the Step Repository. The goal is to standardize on **Rust stable 1.90.0** across all environments (Nix, GitHub Actions, Dockerfiles) and update all Rust crates and their dependencies to their latest compatible versions. Additionally, this includes creating developer documentation for managing Rust versions and third-party dependencies, plus implementing tooling for dependency auditing and reporting. -### Main PRs -- https://github.com/sequentech/step/pull/1988 -- https://github.com/sequentech/step/pull/2150 -- https://github.com/sequentech/step/pull/2153 -### Stable PRs -- [x] Mark if not applicable See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details. +### 🛡 Security updates +[Address dependabot security alerts in step repo.](https://github.com/sequentech/step/security/dependabot) +For all maintained branches. +See [sequentech/meta#10222](https://github.com/sequentech/meta/issues/10222) for details. + ## 📋 All Changes +### 💥 Breaking Changes + +- 🐞 Admin Portal: Heterogeneus use of name/alias ([sequentech/meta#10552](https://github.com/sequentech/meta/issues/10552)) + by @BelSequent, @yuvalkom-M + + ### 🚀 Features +- ✨ Docusaurus - Tutorial on how to make calls to hasura/graphql ([sequentech/meta#10959](https://github.com/sequentech/meta/issues/10959)) + by @xalsina-sequent + +- ✨ Add AI Agent Documentation Structure ([sequentech/meta#10577](https://github.com/sequentech/meta/issues/10577)) + by @Findeton + - ✨ Generalize `release-tool` for semver & release-flow ([sequentech/meta#9230](https://github.com/sequentech/meta/issues/9230)) by @edulix - - ✨ Admin Portal > Tasks: add support for tenant level tasks, like creating a new tenant ([sequentech/meta#2348](https://github.com/sequentech/meta/issues/2348)) by @yuvalkom-M - - ✨ Instant-runoff Voting (IRV/RCV) System support ([sequentech/meta#8214](https://github.com/sequentech/meta/issues/8214)) by @BelSequent - - ✨ Delegate voting with imports ([sequentech/meta#7683](https://github.com/sequentech/meta/issues/7683)) by @xalsina-sequent - - ✨ Don't build/push images on main ([sequentech/meta#9291](https://github.com/sequentech/meta/issues/9291)) by @Findeton - - ✨ Publicly Open Source Preparations ([sequentech/meta#9060](https://github.com/sequentech/meta/issues/9060)) by @edulix - - ✨ IdP-initiated SAML SSO authentication flow support ([sequentech/meta#8213](https://github.com/sequentech/meta/issues/8213)) by @xalsina-sequent - - ✨ Move voter signature to the voting portal ([sequentech/meta#5518](https://github.com/sequentech/meta/issues/5518)) by @xalsina-sequent - - ✨ Voting Portal > Nightwatch voting with no revotes ([sequentech/meta#8624](https://github.com/sequentech/meta/issues/8624)) by @Findeton - - ✨ Automatic Launch of E2E tests for environments and during release process ([sequentech/meta#7004](https://github.com/sequentech/meta/issues/7004)) by @Findeton - ### 🛠 Bug Fixes -- 🐞 Windmill: SQL parameters sanitization ([sequentech/step#2537](https://github.com/sequentech/step/pull/2537)) +- 🐞 Admin Portal > Electoral Logs >Timestamp filter does not work ([sequentech/meta#9995](https://github.com/sequentech/meta/issues/9995)) + by @BelSequent + +- 🐞 Admin Portal: Voter Date input loses focus while typing ([sequentech/meta#11804](https://github.com/sequentech/meta/issues/11804)) by @Findeton +- 🐞 Windmill: SQL parameters sanitization ([sequentech/meta#11608](https://github.com/sequentech/meta/issues/11608)) + by @Findeton + +- 🐞 Admin portal - Missing labels in tally results when using a language disabled in the election ([sequentech/meta#11609](https://github.com/sequentech/meta/issues/11609)) + by @xalsina-sequent + +- 🐞 Tally - Report file names cut when election names are too long ([sequentech/meta#11607](https://github.com/sequentech/meta/issues/11607)) + by @xalsina-sequent + +- 🐞 Voting Portal: Ballot Locator redirect not working ([sequentech/meta#11699](https://github.com/sequentech/meta/issues/11699)) + by @Findeton -- 🐞 Admin Portal: Sidebar tree does not refresh after creating an election event ([sequentech/step#2529](https://github.com/sequentech/step/pull/2529)) +- 🐞 Voting portal: Can't login on kiosk channel ([sequentech/meta#11638](https://github.com/sequentech/meta/issues/11638)) by @Findeton +- 🐞 Admin Portal > Electoral Logs > Export CSV issues ([sequentech/meta#10960](https://github.com/sequentech/meta/issues/10960)) + by @BelSequent -- 🐞 Ballot Verifier > Custom CSS not properly applied ([sequentech/meta#8476](https://github.com/sequentech/meta/issues/8476)) - by @yuvalkom-M +- 🐞 Admin Portal: Sidebar tree does not refresh after creating an election event ([sequentech/meta#11587](https://github.com/sequentech/meta/issues/11587)) + by @Findeton + +- 🐞 Tally: arbitrary votes instead of the last one on voter re-votes ([sequentech/meta#11342](https://github.com/sequentech/meta/issues/11342)) + by @xalsina-sequent +- 🐞 Admin portal - Election Event Localization Tab shows no "No results found" when localizations are present ([sequentech/meta#11128](https://github.com/sequentech/meta/issues/11128)) + by @xalsina-sequent -- 🐞 NullPointerException on voter login after KC24 → KC26.4 upgrade ([sequentech/step#2426](https://github.com/sequentech/step/pull/2426)) +- 🐞 Admin Portal: Ballot images PDF missing contests beyond the second one ([sequentech/meta#11451](https://github.com/sequentech/meta/issues/11451)) by @Findeton +- 🐞 Windmill - Duplicate Key error caused by race condition while Logging Electoral logs in process_electoral_log_events_batch task ([sequentech/meta#11108](https://github.com/sequentech/meta/issues/11108)) + by @xalsina-sequent + +- 🐞 IRV: Default tally operation processes the candidate results in each area. ([sequentech/meta#11115](https://github.com/sequentech/meta/issues/11115)) + by @BelSequent + +- 🐞 Ballot Verifier > Custom CSS not properly applied ([sequentech/meta#8476](https://github.com/sequentech/meta/issues/8476)) + by @yuvalkom-M + +- 🐞 Unneeded "Or Sign With"/simplesaml in Keycloak Login ([sequentech/meta#10141](https://github.com/sequentech/meta/issues/10141)) + by @yuvalkom-M -- 🐞 Can't send emails from keycloak ([sequentech/step#2353](https://github.com/sequentech/step/pull/2353)) +- 🐞 NullPointerException on voter login after KC24 → KC26.4 upgrade ([sequentech/meta#10972](https://github.com/sequentech/meta/issues/10972)) by @Findeton +- 🐞 Can't send emails from keycloak ([sequentech/meta#10143](https://github.com/sequentech/meta/issues/10143)) + by @Findeton -- 🐞 Admin Portal: Can't allow write-ins ([sequentech/step#2393](https://github.com/sequentech/step/pull/2393)) +- 🐞 Admin Portal: Can't allow write-ins ([sequentech/meta#10631](https://github.com/sequentech/meta/issues/10631)) by @Findeton +- 🐞 Voting Portal > IRV > Limit in ranking positions is not consistent with max_votes constraint ([sequentech/meta#10350](https://github.com/sequentech/meta/issues/10350)) + by @BelSequent -- 🐞 Voting Portal > Candidate images broken after export then import the event ([sequentech/meta#9087](https://github.com/sequentech/meta/issues/9087)) +- 🐞 Admin Portal: Can't do report actions ([sequentech/meta#10549](https://github.com/sequentech/meta/issues/10549)) by @yuvalkom-M +- 🐞 Voting Portal > Candidate images broken after export then import the event ([sequentech/meta#9087](https://github.com/sequentech/meta/issues/9087)) + by @yuvalkom-M - 🐞 Admin Portal: Scheduled Repeatable Reports is not working ([sequentech/meta#5412](https://github.com/sequentech/meta/issues/5412)) by @yuvalkom-M - - 🐞 Tally > Ballot Image fails on second time: duplicate ACM key ([sequentech/meta#8679](https://github.com/sequentech/meta/issues/8679)) by @BelSequent +- 🐞 Tally Multi Contest area votes not included in tally if area does not have the first contest assigned ([sequentech/meta#9994](https://github.com/sequentech/meta/issues/9994)) + by @xalsina-sequent -- 🐞 sequentech-bot is not in the allow list for CLA ([sequentech/step#2314](https://github.com/sequentech/step/pull/2314)) +- 🐞 sequentech-bot is not in the allow list for CLA ([sequentech/meta#10089](https://github.com/sequentech/meta/issues/10089)) by @Findeton - - 🐞 Voting Portal > Grace Period not applied if no scheduled event ([sequentech/meta#9091](https://github.com/sequentech/meta/issues/9091)) by @BelSequent +- 🐞 New immudb column `ballot_id` is not backwards compatible ([sequentech/meta#9986](https://github.com/sequentech/meta/issues/9986)) + by @BelSequent - 🐞 Admin Portal > Reports > Timezone shown is not showing timezone ([sequentech/meta#6191](https://github.com/sequentech/meta/issues/6191)) by @xalsina-sequent - **Migration:** In order to see the change the default receipt template ballot_receipt_user.hbs needs some changes. -From -``` -{{timestamp}} -``` -To -``` -{{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}} -``` - - 🐞 Tally > Contests are not in order when using multi-contest encoding ([sequentech/meta#8678](https://github.com/sequentech/meta/issues/8678)) by @xalsina-sequent +- 🐞 Multi-Tenant login doesn't work ([sequentech/meta#9993](https://github.com/sequentech/meta/issues/9993)) + by @Findeton - 🐞 Admin Portal > Can't send message to voters ([sequentech/meta#9721](https://github.com/sequentech/meta/issues/9721)) by @Findeton - - 🐞 Errors editing forms ([sequentech/meta#9572](https://github.com/sequentech/meta/issues/9572)) by @Findeton - - 🐞 Keycloak's custom event listener is not working ([sequentech/meta#9574](https://github.com/sequentech/meta/issues/9574)) by @Findeton - - 🐞 Tally > Export option can't be read correctly if title is too long ([sequentech/meta#8676](https://github.com/sequentech/meta/issues/8676)) by @yuvalkom-M - - 🐞 Tally > "No Results" while loading the results ([sequentech/meta#8677](https://github.com/sequentech/meta/issues/8677)) by @yuvalkom-M - - 🐞 Tally UI shows manual and executes automatic after policy switch ([sequentech/meta#8472](https://github.com/sequentech/meta/issues/8472)) by @yuvalkom-M - - 🐞 Contest result extended metrics are 0 ([sequentech/meta#8573](https://github.com/sequentech/meta/issues/8573)) by @BelSequent - - 🐞 Error with tenants and templates in Admin portal. ([sequentech/meta#9539](https://github.com/sequentech/meta/issues/9539)) by @xalsina-sequent - - 🐞 Fix graphql typescript issues ([sequentech/meta#9540](https://github.com/sequentech/meta/issues/9540)) by @Findeton - - 🐞 Keys Ceremony > State not cleared when switching Election Events ([sequentech/meta#8675](https://github.com/sequentech/meta/issues/8675)) by @yuvalkom-M - - 🐞 Can't filter voter logs by username ([sequentech/meta#7751](https://github.com/sequentech/meta/issues/7751)) by @xalsina-sequent, @yuvalkom-M - - 🐞 Tally > State not cleared when switching events ([sequentech/meta#8674](https://github.com/sequentech/meta/issues/8674)) by @yuvalkom-M - - 🐞 Username is shown after an attempted login with a valid username ([sequentech/meta#6476](https://github.com/sequentech/meta/issues/6476)) by @yuvalkom-M - - 🐞 Fixes after dependency updates ([sequentech/meta#9132](https://github.com/sequentech/meta/issues/9132)) by @Findeton - - 📖 [doc] Adding a section: `Reference/Third-Party Libraries` ([sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996)) by @Findeton, @edulix - This issue tracks the comprehensive update of Rust toolchain, dependencies, and documentation for the Step Repository. The goal is to standardize on **Rust stable 1.90.0** across all environments (Nix, GitHub Actions, Dockerfiles) and update all Rust crates and their dependencies to their latest compatible versions. -Additionally, this includes creating developer documentation for managing Rust versions and third-party dependencies, plus implementing tooling for dependency auditing and reporting. -### Main PRs -- https://github.com/sequentech/step/pull/1988 -- https://github.com/sequentech/step/pull/2150 -- https://github.com/sequentech/step/pull/2153 -### Stable PRs -- [x] Mark if not applicable - - **Migration:** ### For Developers -1. **Rust Version**: All developers must use Rust 1.90.0. Run `rustc --version` in `devenv shell` to verify. -2. **Dependency Updates**: After pulling this branch, run: -```bash -devenv shell -cd packages/ -cargo build -``` -3. **Frontend Updates**: For frontend work: -```bash -cd packages/ -yarn install -``` -4. **ESLint Migration**: Projects now use flat config (`eslint.config.js`). Old `.eslintrc.json` files have been removed. -5. **New Documentation**: Review the new developer documentation: -- `docs/docusaurus/docs/developers/11-Updates/updating-rust-version.md` -- `docs/docusaurus/docs/reference/third_party_deps/third_party_deps.md` -- `docs/docusaurus/docs/developers/03-Development-Environment/nvd-api-key-setup.md` - - 🐞 Windmill > Can't create Ballot Images on ARM ([sequentech/meta#8621](https://github.com/sequentech/meta/issues/8621)) by @xalsina-sequent - - 🐞 Voter log errors ([sequentech/meta#8097](https://github.com/sequentech/meta/issues/8097)) by @yuvalkom-M - - 🐞 Admin Portal > Sidebar: Can't select active events tab if all Events are archived ([sequentech/meta#8876](https://github.com/sequentech/meta/issues/8876)) by @Findeton - - 🐞 Default Invalid vote policy mismatch ([sequentech/meta#8855](https://github.com/sequentech/meta/issues/8855)) by @Findeton - ### 📖 Documentation -- ✨ Add AI Agent Documentation Structure ([sequentech/step#2417](https://github.com/sequentech/step/pull/2417)) - by @Findeton - - - 📖 [doc] v9.0.2 documentation ([sequentech/meta#9156](https://github.com/sequentech/meta/issues/9156)) by @Findeton - ### 🛡 Security Updates -- 🛡 Security updates: ring ([sequentech/meta#9133](https://github.com/sequentech/meta/issues/9133)) - by @Findeton - - - -### Other - -- 🐞 Voting portal: Can't login on kiosk channel ([sequentech/step#2541](https://github.com/sequentech/step/pull/2541)) - by @Findeton - - -- 🐞 Admin Portal > Electoral Logs > Export CSV issues ([sequentech/step#2434](https://github.com/sequentech/step/pull/2434)) - by @BelSequent - - -- 🐞 Admin Portal: Heterogeneus use of name/alias ([sequentech/step#2499](https://github.com/sequentech/step/pull/2499)) - by @BelSequent, @yuvalkom-M - - -- 🐞 Tally: arbitrary votes instead of the last one on voter re-votes ([sequentech/step#2493](https://github.com/sequentech/step/pull/2493)) - by @xalsina-sequent - - -- 🐞 Admin portal - Election Event Localization Tab shows no "No results found" when localizations are present ([sequentech/step#2504](https://github.com/sequentech/step/pull/2504)) - by @xalsina-sequent - - -- 🐞 Admin Portal: Ballot images PDF missing contests beyond the second one ([sequentech/step#2508](https://github.com/sequentech/step/pull/2508)) - by @Findeton - - -- ✨ Prepare Release 10.0 ([sequentech/step#2474](https://github.com/sequentech/step/pull/2474)) - by @Findeton - - -- 🐞 Windmill - Duplicate Key error caused by race condition while Logging Electoral logs in process_electoral_log_events_batch task ([sequentech/step#2448](https://github.com/sequentech/step/pull/2448)) - by @xalsina-sequent - - -- 🐞 IRV: Default tally operation processes the candidate results in each area ([sequentech/step#2459](https://github.com/sequentech/step/pull/2459)) - by @BelSequent - - -- 🐞 Unneeded "Or Sign With"/simplesaml in Keycloak Login ([sequentech/step#2333](https://github.com/sequentech/step/pull/2333)) +- 🛡 Security updates ([sequentech/meta#10222](https://github.com/sequentech/meta/issues/10222)) by @yuvalkom-M +- 🛡 Security updates: ring ([sequentech/meta#9133](https://github.com/sequentech/meta/issues/9133)) + by @Findeton -- ✨ Docusaurus - Tutorial on how to make calls to hasura/graphql ([sequentech/step#2429](https://github.com/sequentech/step/pull/2429)) - by @xalsina-sequent +### Other Changes -- Feat/meta 10603 fix release output version/release/9.4 ([sequentech/step#2411](https://github.com/sequentech/step/pull/2411)) +- ✨ Sunday Deployment - 8-Feb-2026 ([sequentech/meta#10603](https://github.com/sequentech/meta/issues/10603)) by @oded-eid-sequentech - -- 🛡 Security updates ([sequentech/step#2379](https://github.com/sequentech/step/pull/2379)) - by @yuvalkom-M - - -- 🐞 Voting Portal > IRV > Limit in ranking positions is not consistent with max_votes constraint ([sequentech/step#2328](https://github.com/sequentech/step/pull/2328)) - by @BelSequent - - -- 🐞 Admin Portal: Can't do report actions ([sequentech/step#2387](https://github.com/sequentech/step/pull/2387)) - by @yuvalkom-M - - -- 🐞 Tally Multi Contest area votes not included in tally if area does not have the first contest assigned ([sequentech/step#2274](https://github.com/sequentech/step/pull/2274)) - by @xalsina-sequent - - -- 🐞 New immudb column ballot_id is not backwards compatible ([sequentech/step#2256](https://github.com/sequentech/step/pull/2256)) - by @BelSequent - - -- 🐞 Multi-Tenant login doesn't work ([sequentech/step#2277](https://github.com/sequentech/step/pull/2277)) - by @Findeton - - - ✨ Move From Self-Hosted Runners using Runs-On in AWS to using GHA controller in a Google Cloud Project ([sequentech/meta#6511](https://github.com/sequentech/meta/issues/6511)) by @oded-eid-sequentech -