-
Notifications
You must be signed in to change notification settings - Fork 176
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
Release v2022.10.03 #3658
Release v2022.10.03 #3658
Conversation
Ensure channel ID is set on move change to trash tree
… higher limit and added DisablePostDeleteSignal context manager
…ing of non-Dexie observable changes.
Add a check for new entries in the changes table to ensure swift syncing of non-Dexie observable changes.
Update sorting of channel items and fix erroneous use of `sortBy`
Cleanup stale files
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 8.3.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.4.0...v8.3.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…n/uuid-8.3.2 Bump uuid from 3.4.0 to 8.3.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.24.1 to 3.25.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](zloirock/core-js@v3.24.1...v3.25.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…n/core-js-3.25.0 Bump core-js from 3.24.1 to 3.25.0
Bumps [stylus](https://github.com/stylus/stylus) from 0.58.1 to 0.59.0. - [Release notes](https://github.com/stylus/stylus/releases) - [Changelog](https://github.com/stylus/stylus/blob/dev/Changelog.md) - [Commits](stylus/stylus@0.58.1...0.59.0) --- updated-dependencies: - dependency-name: stylus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 3.7.0 to 4.14.0. - [Release notes](https://github.com/pubkey/broadcast-channel/releases) - [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/pubkey/broadcast-channel/commits) --- updated-dependencies: - dependency-name: broadcast-channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Remove unused dev dependencies.
Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/celery/django-celery-results/releases) - [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog) - [Commits](celery/django-celery-results@v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: django-celery-results dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Use SSL for Postmark API
…itle file language is the same as the video file language
Do early return so we don't try to generate a thumbnail when we cannot.
Updates our frontend sentry config to be harmonized with drawing from secrets in the backend
Hide descriptive duration setting until user facing text makes sense.
Reinstate default duration values.
Disable bulk editing of all new metadata
…pdates More completion duration updates
Do explicit checks for unapplied revs.
…her changes are still processing.
Correct ids to id__in.
Ensure changes get properly cleared as succeeded and make refresh blocking more targeted
Add basic logging config to ensure info logs are output in production
Do defaulting better to allow falsey values.
Disable editing of anything except the completion dropdown when non-unique.
Bulk completion criteria fix
…publish. Adds regression test.
Prevent modification of contentnode extra_fields during publish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's one seriously long list... 😅
Congrats to everybody who worked hard to make through this! 👏🏽
World, get ready for the new Studio!!! 🎉 🎉 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My god, it's full of PRs!
Summary
Major release of multiple new features and bug fixes:
Dependency updates