Skip to content

v2.73.0

github-actions[bot] edited this page May 25, 2026 · 1 revision

Release v2.73.0

Date: 2026-05-22 Tag: v2.73.0 Commits since v2.72.2: 43 Version type: Minor bump (biweekly) — contains BREAKING schema changes


⚠️ GraphQL Breaking Changes

Any client query using the fields or types below will error after deploy.

Field / Type Change
UpdatePoolCandidateSearchRequestInput (input type) Removed
status Removed

Migration Rollback Safety

Referenced by the Rollback Procedure during incidents. Check this before running migrate:rollback.

Migration Safe to rollback? Notes
2026_05_14_115118_add_follow_up_date_column_pool_candidate_search_requests_table ✅ Yes Drops nullable column(s) added by this migration — safe if rolled back before data is written
2026_05_20_000000_add_talent_request_status_columns ✅ Yes Drops nullable column(s) added by this migration — safe if rolled back before data is written
2026_05_21_000000_upgrade_activity_log_v5 ✅ Yes Drops nullable column(s) added by this migration — safe if rolled back before data is written

🧪 Test Plan

Pre-deploy checklist

  • No env var changes required

Deployment verification

  • php artisan migrate — 3 migration(s) applied cleanly
  • 2026_05_14_115118_add_follow_up_date_column_pool_candidate_search_requests_table ran without errors
  • 2026_05_20_000000_add_talent_request_status_columns ran without errors
  • 2026_05_21_000000_upgrade_activity_log_v5 ran without errors

Features

  • New talent request status UI (#16857)
  • Update search request status (#16828)
  • Add follow up date search request (#16795)
  • Add 100- and 500-row page size option to all tables (#16745)
  • Update CanadaLogin test values (#16794)
  • Remove employee verification dialog (#16738)

Regression

  • Application submission flow end-to-end
  • Talent nomination form submits correctly
  • Pool listings load correctly
  • Search request table loads

📋 What's Changed

Features

  • [Feat] New talent request status UI (#16857)
  • [Feat] Update search request status (#16828)
  • [Feat] Add follow up date search request (#16795)
  • [Feat] Add 100- and 500-row page size option to all tables (#16745)
  • [Feature] Update CanadaLogin test values (#16794)
  • [Feature] Remove employee verification dialog (#16738)

Refactor / Debt

  • [Dep] Upgrade activty log to v5 (#16853)
  • [Refactor] Community details page styling and other visual changes (#16737)
  • [Refactor] Hide search request candidate columns (#16791)
  • [Refactor] Community pages middleware addition (#16761)
  • [Refactor] Centralize team checks (#16655)
  • [Refactor] Validate aud in bearer token services (#16762)

Bug Fixes

  • [Fix] Nominations filename sanitization (#16842)
  • [Fix] Colour contrast community interest (#16850)
  • [Fix] Clear space for vitest workflow (#16840)
  • [Bug] Conditional opening date handling in event creation and updating (#16804)
  • [Fix] Removes Heading variant color black (#16770)
  • Fix more actions on talent event forms (#16774)
  • [fix] refresh issue on link experience with new education experience (#16756)
  • Fix Functional Community links to scroll to and expand Career Development section (#16743)
  • [Fix] Make post deployment idempotent (#16712)
  • [Fix] community dashboard community admin (#16757)
  • Fix optional chaining and heading hierarchy in ScreeningDecisions (#16437)

Copy

  • [Copy] Updates terms for consistency in French (#16841)
  • [Copy] Updates contractDuration label (#16821)
  • [Copy] Update french text to use infinitive form (#16793)

Docs

  • docs: correct XSRF-TOKEN spelling in cookies documentation (#16809)

Other

  • [tooling] whitelist localhost & 403 from canada login (#16829)
  • wrap anywhere (#16856)
  • Update heavyWarning color (#16848)
  • Replace p with div (#16847)
  • add cooldown config for dependabot (#16832)
  • Add French common.successfully_placed (#16817)
  • Replace continuez with continuer (#16814)
  • Update copy for sdos (#16800)
  • Upgrade node.js (#16768)
  • Define property (#16799)
  • [Platform] Upgrade to Laravel 13 (#16769)
  • Revert "try different approach"
  • try different approach
  • [Tooling] Add codespace setup script for sharing with designers (#16755)
  • remove duplicate list item, realign descriptions (#16760)

Clone this wiki locally