All Versions
116
Latest Version
Avg Release Cycle
10 days
Latest Release
777 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v9.0.0-rc.74 Changes
June 07, 2021:sparkles: New Features
- API
- #6116 Add support for CRON hooks (interval) (@rijkvanzanten)
:rocket: Improvements
- App
- #6112 Make mfa output code selectable (@rijkvanzanten)
- 🐳 Docker
📚 :memo: Documentation
- ⚡️ #6110 Improve search ability of update instructions (@benhaynes)
- #6087 Fix typo (@benhaynes)
- ⚡️ #6086 Update introduction.md (@benhaynes)
⚡️ :package: Dependency Updates
- #6109 Bump vue-loader from 15.9.6 to 15.9.7 (@dependabot[bot])
- #6108 Bump @types/yargs from 16.0.1 to 17.0.0 (@dependabot[bot])
- #6107 Bump mime-types from 2.1.30 to 2.1.31 (@dependabot[bot])
- #6106 Bump graphql-compose from 8.1.0 to 9.0.1 (@dependabot[bot])
- #6105 Bump jest from 27.0.3 to 27.0.4 (@dependabot[bot])
- #6082 Bump @godaddy/terminus from 4.7.2 to 4.9.0 (@dependabot[bot])
- #6069 Bump @fullcalendar/list from 5.7.0 to 5.7.2 (@dependabot[bot])
- #6068 Bump aws-sdk from 2.911.0 to 2.921.0 (@dependabot[bot])
- #6066 Bump @types/node from 15.9.0 to 15.12.0 (@dependabot[bot])
- API
-
v9.0.0-rc.73 Changes
June 04, 2021🛠 :bug: Bug Fixes
- App
- #6060 Fixed issue that would prevent the corresponding o2m field from being created on m2o relational setup (@rijkvanzanten)
- #6056 Fixed issue that would cause the whole row to be draggable in the list-type interfaces (@rijkvanzanten)
- #6053 Fixed issue that would prevent the display tab to show for o2m type fields in field-setup (@rijkvanzanten)
- #6052 Fixed issue in collection color reading for tables that weren't configured in directus yet (@rijkvanzanten)
- #6049 Fixed right click handler not extending beyond nav items (@rijkvanzanten)
- API
- #6059 Fixed unique constraint violation error extraction for MySQL 5.7 (@rijkvanzanten)
- #6058 Fixed issue that would prevent creation relations to an unsigned auto-incremented primary key in MariaDB (@rijkvanzanten)
- #6055 Fixed an issue that would cause "text" fields to show up as varchar with length -1 in MS SQL (@rijkvanzanten)
- #6054 Fixed issue that would prevent usage of limit -1 on deep limit (@rijkvanzanten)
- #6048 Fixed issue that could trigger update actions of children on manual sorting of a parent o2m instance (@rijkvanzanten)
- schema
- #6058 Fixed issue that would prevent creation relations to an unsigned auto-incremented primary key in MariaDB (@rijkvanzanten)
📚 :memo: Documentation
- ⚡️ #6051 Update projects.md (@rijkvanzanten)
- App
-
v9.0.0-rc.72 Changes
June 03, 2021:sparkles: New Features
:rocket: Improvements
- API
- #6040 Handle illegal/corrupt relational rows better during foreign key migration (@rijkvanzanten)
- #6035 Extract IPTC title and keywords (@rijkvanzanten)
- App
- #6025 Improve
disabled
state on the file interface (@nickluger)
- #6025 Improve
- sdk-js
🛠 :bug: Bug Fixes
- API
- #6045 Fix external query during transaction in foreign key constraint creation (@rijkvanzanten)
- #6043 Prevent foreign key constraint names from exceeding 64 characters (@rijkvanzanten)
- #6042 Fixed issue that would prevent relationship updates on foreign key constraints with a custom index name (@rijkvanzanten)
- 🐳 Docker
📚 :memo: Documentation
- ⚡️ #6037 Update one-clicks in readme/docs (@rijkvanzanten)
- #6033 Fix wrong reference to not-yet-existing /backup endpoint (@rijkvanzanten)
⚡️ :package: Dependency Updates
- ⬆️ #6032 Upgrade dependencies (@rijkvanzanten)
- #6022 Bump sass from 1.34.0 to 1.34.1 (@dependabot[bot])
- #6021 Bump argon2 from 0.27.2 to 0.28.1 (@dependabot[bot])
- 👕 #6020 Bump eslint from 7.26.0 to 7.27.0 (@dependabot[bot])
- #6018 Bump @types/node from 15.6.0 to 15.9.0 (@dependabot[bot])
- API
-
v9.0.0-rc.71 Changes
June 02, 2021:rocket: Improvements
- API
- #6003 Don't initialize database on file require (@rijkvanzanten)
- #6001 Changed PORT type from number to string (@nichols-green)
- 🐳 Docker
🛠 :bug: Bug Fixes
- API
- #6002 Fix env var validation in database loading step (@rijkvanzanten)
- #5998 Remove stray console.log in dependency (@rijkvanzanten)
📚 :memo: Documentation
- #6006 Added document for running directus on iis (@nichols-green)
⚡️ :package: Dependency Updates
- #5986 Bump marked from 2.0.5 to 2.0.7 (@dependabot[bot])
- #5985 Bump dompurify from 2.2.8 to 2.2.9 (@dependabot[bot])
- #5984 Bump jest-environment-jsdom from 26.6.2 to 27.0.3 (@dependabot[bot])
- 👕 #5983 Bump @typescript-eslint/parser from 4.23.0 to 4.26.0 (@dependabot[bot])
- #5982 Bump fs-extra from 9.1.0 to 10.0.0 (@dependabot[bot])
- API
-
v9.0.0-rc.70 Changes
June 01, 2021:sparkles: New Features
- API
- #5615 added support for mirroring foreign key constraints with the database (@rijkvanzanten)
- #5795 added support for new environment variables that allow you to control maximum asset generation parameters (@rijkvanzanten)
- #5855 added support for deep filtering on many-to-any items (@rijkvanzanten)
:rocket: Improvements
- API
- #5804 treat
uniqueidentifier
in MS SQL as a UUID (@Oreilles) e2c9e15
throw a 503 service unavailable when the storage adapter crashes during a file upload (@rijkvanzanten)02089a6
set the default TTL for cache to a more reasonable 10 minutes (from 30) (@rijkvanzanten)
- #5804 treat
- App
4277de0
set the default value for boolean filters totrue
, preventing confusion around the state of the toggle in advanced filters (@rijkvanzanten)a5cba0d
prevent unusable collections from being selected in the relational setup (@rijkvanzanten)4beccb6
don't allow using_contains
on a UUID (@rijkvanzanten)a40d75a
only close menu boxes when clicking on menu content, ignore menu box itself (@rijkvanzanten)3d3a508
allow setting on-create and on-update triggers for many-to-one UUID fields (@rijkvanzanten)5c66c53
allow rendering a translations preview next to the language in the translations interface (@rijkvanzanten)- #5943 allow the user to update it's own profile in the app recommended permissions (@cupcakearmy)
- drive-gcs
5704cd4
improve uploading performance (@rijkvanzanten)
🛠 :bug: Bug Fixes
- API
- #5763 fixed an issue that could cause updates on o2m items to fail (@MiniDigger)
- #5806 fixed an issue that could cause
_or
filters to shortcircuit (@rijkvanzanten) 95307ce
fixed an issue that would prevent nested one to many item updates to store the correct parent revision (@rijkvanzanten)
- App
- #5810 fixed custom fields on system collections not aligning to the configured sort order (@rijkvanzanten5810)
158316f
fixed a small issue that would prevent the advanced filter field selection from allowing multiple nested fields from being opened (@rijkvanzanten)246c552
fixed an issue that would require non-null fields to be submitted in every GraphQL mutation (@rijkvanzanten)5506214
fixed fallback interface forboolean
type fields (@rijkvanzanten)b782eba
fixed an issue that would make custom field translations disappear when reordering the fields in settings (@rijkvanzanten)bd6cab8
fixed an issue that would cause the relational setup to auto generate an invalid name when making a recursive many-to-many field (@rijkvanzanten)8590eec
fix collection search when using custom nav override structure (@Oreilles)dee8160
fixed an issue where dragging an event in the calendar layout could save with the wrong timezone when using a datetime field (@rijkvanzanten)374e6e5
don't let v-error messages overflow the bounding box of the dialog (@rijkvanzanten)2660c39
fixed an issue that would prevent the user from continuing in field setup when using an existing junction table for a many-to-many relationship (@rijkvanzanten)de0b962
fixed the highlight color of a selected folder in the move-folder dialog (@rijkvanzanten)
- drive-azure
- #5788 fixed an issue that would cause file reads from S3/Azure to be double-prefixed with the storage root option (@aidenfoxx)
- drive-s3
- #5788 fixed an issue that would cause file reads from S3/Azure to be double-prefixed with the storage root option (@aidenfoxx)
eb68195
fixed an issue that would cause issues when leaving ACL empty (@rijkvanzanten)925c3fa
fixed an issue that would prevent Range header requests from sending the correct chunk of data (@rijkvanzanten)
- gatsby-source-directus
48cdf6e
fixed static token support (@TheAzack9)
- schema
- #5816 ignore views when reading tables in MS SQL (@wc-matteo)
📚 :memo: Documentation
- ➕ added additional information on sort setup\ (@benhaynes)
- ✏️ #5750 fixed a couple typos in email-templates (@larssobota)
477c36d
made sure that the latest version of the Docker image is used when copy pasting the docker-compose example (@rijkvanzanten)c0182d7
improved the issue template for new issues on GitHub (@benhaynes)5f4a24d
added a note on sending relational data to the Data Access page (@moekify)- 🛠
7f5e59b
fixed the links to the API reference in the environment variable overview (@cosminepureanu) - 🚚
56ad3c0
remove Patreon in favor of GitHub Sponsors (@benhaynes)
- API
-
v9.0.0-rc.23 Changes
December 11, 2020Directus refs/tags/v9.0.0-rc.23
-
v9.0.0-rc.22 Changes
December 09, 2020Directus refs/tags/v9.0.0-rc.22
-
v9.0.0-rc.21 Changes
December 08, 2020Directus refs/tags/v9.0.0-rc.21
-
v9.0.0-rc.20 Changes
December 03, 2020Directus refs/tags/v9.0.0-rc.20
-
v9.0.0-rc.19 Changes
November 28, 2020Directus refs/tags/v9.0.0-rc.19