In this release Session Timeout is enabled by default in production environments.
There are two types of session timeouts, each with its own warning modal:
Inactivity timeout: User is logged out after a period of no server activity. A warning modal appears beforehand, allowing the user to extend their session. The default for the inactivity timeout is 30 mins, with the warning 5 minutes prior to timeout.
Total session length timeout: User is logged out after a maximum session duration. A warning modal appears beforehand, but the length of the session cannot be extended. The default for the session length timeout is 10 hours, with the warning modal 10 mins prior to timeout.
The length of these timeouts can be changed in individual deployment configurations.
Enhancements
- [Session Timeout] enable session timeout by default (to be merged after 5/26) by @tallulahkay in #13287
- Move Program tile images above titles by @SamRaymer in #13169
- [ProgramSlugUrl] Refactor ineligible page to be associated with a GET route by @rockycodes in #13367
Under Development
Dependencies
- Update dependency com.google.errorprone:error_prone_core to v2.49.0 by @renovate[bot] in #13240
- Update Node.js to latest commit by @renovate[bot] in #13342
- Update dependency com.googlecode.libphonenumber:libphonenumber to v9.0.31 by @renovate[bot] in #13370
- Update dependency dompurify to v3.4.7 by @renovate[bot] in #13371
- Update dependency io.swagger.core.v3:swagger-core to v2.2.50 by @renovate[bot] in #13373
- Update dependency io.swagger.parser.v3:swagger-parser to v2.1.43 by @renovate[bot] in #13374
- Update awssdk to v2.45.1 by @renovate[bot] in #13369
- Update dependency org.apache.tika:tika-core to v3.3.1 - autoclosed by @renovate[bot] in #13375
- Update dependency swagger-ui-dist to v5.32.6 by @renovate[bot] in #13376
- Update pac4j to v6.5.3 by @renovate[bot] in #13377
- Update dependency markdown-it to v14.2.0 by @renovate[bot] in #13380
- Update dpage/pgadmin4 Docker tag to latest commit by @renovate[bot] in #13383
- Update dependency sass to v1.100.0 by @renovate[bot] in #13381
Other changes
New Contributors
Full Changelog: v3.30.0...v3.31.0