This commit is contained in:
rijkvanzanten
2023-05-26 13:17:06 -04:00
parent f96dcc361f
commit ca73cc976e
51 changed files with 22 additions and 212 deletions

View File

@@ -1,6 +0,0 @@
---
'docs': minor
'@directus/api': minor
---
Added synchronization across horizontally scaled instances to schedule flows and hooks

View File

@@ -1,27 +0,0 @@
---
"directus": patch
"@directus/app": patch
"@directus/api": patch
"docs": patch
"@directus/composables": patch
"create-directus-extension": patch
"@directus/data-driver-postgres": patch
"@directus/data": patch
"@directus/exceptions": patch
"@directus/extensions-sdk": patch
"@directus/pressure": patch
"@directus/random": patch
"@directus/release-notes-generator": patch
"@directus/storage-driver-azure": patch
"@directus/storage-driver-cloudinary": patch
"@directus/storage-driver-gcs": patch
"@directus/storage-driver-local": patch
"@directus/storage-driver-s3": patch
"@directus/storage": patch
"@directus/types": patch
"@directus/update-check": patch
"@directus/utils": patch
"tests-blackbox": patch
---
Updated dependencies in all packages

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Added pagination to flow logs to prevent memory allocation issues on large revision sets

View File

@@ -1,6 +0,0 @@
---
"@directus/api": minor
"tests-blackbox": patch
---
Enable caching for requests from data studio when `CACHE_AUTO_PURGE` is enabled

View File

@@ -1,6 +0,0 @@
---
"@directus/api": patch
"@directus/specs": patch
---
Updated `openapi3-ts` to v4

View File

@@ -1,5 +0,0 @@
---
'@directus/random': minor
---
Added randomAlpha, randomArray, randomInteger, randomSequence, and randomUUID functions

View File

@@ -1,11 +0,0 @@
---
"@directus/app": patch
"@directus/api": major
"docs": patch
---
Removed unnecessary disclosure of potentially sensitive server info
::: notice
This changes the available information and output type signature of the /server/info endpoint
:::

View File

@@ -1,6 +0,0 @@
---
"@directus/app": patch
"@directus/api": patch
---
Fixed `FILES_MAX_UPLOAD_SIZE` crashing bug and files interface error when the upload request errors

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Optimised countDistinct aggregation on primary key field

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed `group-accordion` value initialization for usage in extension options

View File

@@ -1,5 +0,0 @@
---
'@directus/types': minor
---
Added basic types for data packages

View File

@@ -1,7 +0,0 @@
---
"directus": patch
"@directus/api": patch
"@directus/update-check": major
---
Replaced update info in `@directus/api` by an update notifier in the `directus` package

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed input-block-editor popover styles on dark mode

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Improved redaction of logs in Flows by catching additional keys

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Updated handler response format for manual flows

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed fetching of all permissions

View File

@@ -1,5 +0,0 @@
---
"docs": patch
---
Added documentation for auth create and update hooks

View File

@@ -1,10 +0,0 @@
---
"@directus/app": minor
"@directus/api": patch
"docs": patch
"@directus/types": patch
"@directus/utils": patch
"directus": minor
---
Added live preview functionality to the Data Studio App to easily and instantly track the impact of item changes on web pages

View File

@@ -1,5 +0,0 @@
---
'@directus/api': minor
---
Added a new `FILES_MAX_UPLOAD_SIZE` environment variable for setting a max value system-wide

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Translated field names in collection dialog

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Optimised export sidebar aggregation call

View File

@@ -1,5 +0,0 @@
---
"docs": patch
---
Improved Affordance of Docs Card Component Link

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Bumped @sindresorhus/slugify to fix undesirable behavior in slugify input

View File

@@ -1,5 +0,0 @@
---
"docs": patch
---
Added initial docs for running tests in the codebase

View File

@@ -1,11 +0,0 @@
---
"@directus/app": minor
"@directus/api": minor
"@directus/types": minor
---
Improve custom translations management and performance
::: notice
This replaces the previous `translation_strings` field in `directus_settings` with a new `/translations` endpoint
:::

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Removed cdn.directus.io from imgSrc and mediaSrc in the base CSP configuration

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Enhanced translations in export sidebar

View File

@@ -1,5 +0,0 @@
---
'@directus/api': minor
---
Added support for `FILES_MIME_TYPE_ALLOW_LIST` environment variable.

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed incorrect endpoints for system collections

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "10.2.0",
"version": "11.0.0",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "10.2.0",
"version": "10.3.0",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "10.1.1",
"version": "10.2.0",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/composables",
"version": "10.0.2",
"version": "10.0.3",
"description": "Shared Vue composables for Directus use",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "create-directus-extension",
"version": "10.0.2",
"version": "10.0.3",
"description": "A small util that will scaffold a Directus extension",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/data-driver-postgres",
"version": "0.0.0",
"version": "0.0.1",
"description": "Data storage abstraction layer for Postgres",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/data",
"version": "0.0.0",
"version": "0.0.1",
"description": "Data storage abstraction layer for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/exceptions",
"version": "10.0.1",
"version": "10.0.2",
"description": "Shared exceptions in Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-sdk",
"version": "10.1.1",
"version": "10.1.2",
"description": "A toolkit to develop extensions to extend Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/pressure",
"version": "1.0.1",
"version": "1.0.2",
"description": "Pressure based rate limiter",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/random",
"version": "0.1.0",
"version": "0.2.0",
"description": "Set of random-utilities for use in tests",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/release-notes-generator",
"version": "0.0.0",
"version": "0.0.1",
"description": "Directus tailored release notes generator for changesets",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/specs",
"version": "10.1.0",
"version": "10.1.1",
"description": "OpenAPI Specification of the Directus API",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-azure",
"version": "10.0.2",
"version": "10.0.3",
"description": "Azure file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-cloudinary",
"version": "10.0.2",
"version": "10.0.3",
"description": "Cloudinary file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-gcs",
"version": "10.0.2",
"version": "10.0.3",
"description": "GCS file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-local",
"version": "10.0.2",
"version": "10.0.3",
"description": "Local file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-s3",
"version": "10.0.2",
"version": "10.0.3",
"description": "S3 file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage",
"version": "10.0.1",
"version": "10.0.2",
"description": "Object storage abstraction layer for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/types",
"version": "10.0.1",
"version": "10.1.0",
"description": "Shared types for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/update-check",
"version": "10.0.1",
"version": "11.0.0",
"description": "Check if an update is available for a given package",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/utils",
"version": "10.0.2",
"version": "10.0.3",
"description": "Utilities shared between the Directus packages",
"homepage": "https://directus.io",
"repository": {