Fixed incorrectly generated deployment scripts for PostgreSQL. The generator produced invalid SQL in some cases, leading to errors during execution. Script generation has been corrected to ensure valid PostgreSQL syntax.
Deployment scripts for PostgreSQL adding OpenIddict specified that all the tables are created in the public schema. If the project has a different schema defined in the OrigamSettings.config file, these tables are scripted in a different schema than the one used by the application. It caused an error during the application start.
All radio buttons didn’t have enough breathing room between the control and its text label. This fix improves the UX by adding a 4 px space between them.
With the increasing supply chain risks, we are tightening rules for updating our dependencies. We disallowed dependency updates released less than 24 hours ago, disabled silently updating the dependency lockfile, disabled running post-install scripts, and bumped up the package manager version.