This release extends deployment flexibility and strengthens security
across the 1.x branch.
Deployment Improvements
- OrqueIO can now be deployed under a custom context path without any
manual configuration. Application URLs, OAuth2 login and logout
redirects, and internal API paths are all resolved dynamically at
runtime. - Incoming requests to the root path are now automatically redirected
to the application entry point when a non-root context path is
configured.
Security
- Upgraded vitest to 4.1.0
- Upgraded postcss to ≥ 8.5.10
- Upgraded picomatch to ≥ 2.3.2
- Upgraded @analogjs/vite-plugin-angular
- Replaced jboss-servlet-api with tomcat-servlet-api to restore compatibility with Tomcat 9.x