github stumpapp/stump v0.1.8

latest release: v0.1.9
5 hours ago

🚨 PLEASE READ 🚨

This release is coming out a bit early because there are some dependency upgrades (vulnerability fixes) I want to get into the latest tag. Please be aware of the following:

  • You can see all the fixed vulnerabilities here: #1400

    • 3 could not be patched
  • react-router was upgraded two major versions, I have already caught a few routing bugs that went missed in testing the upgrade but please let me know if you find any others

  • The config system was refactored #1424, the original warning still applies:

    🚨 WARNING: This PR includes changes to some environment variables. While in the area, I went ahead and normalized them all so they are consistently prefixed with STUMP_. This may also break existing Stump.toml files, and so you should back up your existing file and let Stump re-create it.

    For my own toml, I just had to remove the profile key and make the [oidc].scopes key an array (instead of a comma-deliminated string).

  • There was also a larger refactor of the core crate, while it was mostly moving files around into new homes I still want to highlight it


What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

Don't miss a new stump release

NewReleases is sending notifications on new releases.