-
Notifications
You must be signed in to change notification settings - Fork 519
🔖(minor) release 4.5.0 #1839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖(minor) release 4.5.0 #1839
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Size Change: +2.58 kB (+0.06%) Total Size: 4.2 MB
|
We need to do a release but the backend cannot build because of a trivy issue. So we temporarily remove the backend trivy guard to be able to release.
Update translated files with new translations
A "v" was introduced in the link format, we need to update the version in the link accordingly to match it. We add "v" to fit with others projects.
5e2e9fb to
87a6ad3
Compare
We want to split the cache config between the app cache and the session cache. In the app cache, the default one, we allow to configure a prefix. By default this prefix is a fixed string so the cache will be never revoked because it is changing but it allow every instance to implement its own strategy like prefixing the keyx cache with a timestamp. To not impact session, the session cache is splitted in the settings.
Added: - ✨(frontend) integrate configurable Waffle - ✨ Import of documents - 🚨(CI) gives warning if theme not updated - ✨(frontend) Add stat for Crisp - ✨(auth) add silent login - 🔧(project) add DJANGO_EMAIL_URL_APP environment variable Changed: - ♿(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus - ✨(backend) add field for button label in email template Fixed: - ✅(e2e) fix e2e test for other browsers - 🐛(export) fix export column NaN - 🐛(frontend) add fallback for unsupported Blocknote languages - 🐛(frontend) fix emojipicker closing in tree - 🐛(frontend) display children in favorite - 🐛(frontend) preserve typed text after @ on escape Removed: - 🔥(project) remove all code related to template Security: - 🔒️(trivy) fix vulnerability about jaraco.context
Added
Changed
Fixed
Removed
Security