Update directus/directus Docker tag to v11.9.0 #786
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/directus-directus-11.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
11.8.0
->11.9.0
Release Notes
directus/directus (directus/directus)
v11.9.0
Compare Source
⚠️ Potential Breaking Changes
Added support for LDAP login and enhanced parameter consistency for refresh/logout commands. Allowed overriding the mode in refresh and logout commands to be inline with login (#25132)
The
login
method now accepts a payload object instead of separate email and password parameters.This enables support for both standard and LDAP authentication, but requires updates to code that previously called
sdk.login(email, password)
.The new usage is
sdk.login({ email, password })
orsdk.login({ identifier, password })
for LDAP.The
refresh
andlogout
command method parameters have been updated to be consistent across usage. The functions now accept an options object instead of their previous regular parameters.For example the new usage for
refresh
issdk.request(refresh({ mode: "json", refresh_token }))
instead ofsdk.request(refresh('json', refresh_token))
.✨ New Features & Improvements
AUTH_.+_ISSUER_DISCOVERY_MUST_SUCCEED
andAUTH_.+_CLIENT_HTTP
env variables to theopenid
provider (#25002 by @ComfortablyCoding)backlink
query parameter to exclude back-relations when expanding*.*
in the fields query parameter (#25284 by @Nitwel)AUTH_.+_ISSUER_DISCOVERY_MUST_SUCCEED
andAUTH_.+_CLIENT_HTTP
env variables to theopenid
provider (#25002 by @ComfortablyCoding)backlink
query parameter to exclude back-relations when expanding*.*
in the fields query parameter (#25284 by @Nitwel)backlink
query parameter to exclude back-relations when expanding*.*
in the fields query parameter (#25284 by @Nitwel)🐛 Bug Fixes & Optimizations
items.sort
action hook (#25340 by @ComfortablyCoding)info.version
in the OpenAPI specs (#25353 by @br41nslug)numeric_precision
,numeric_scale
andmax_length
not respected on schema changes (#25346 by @ComfortablyCoding)📦 Published Versions
@directus/app@13.11.0
@directus/api@28.0.0
@directus/components@1.1.1
@directus/composables@11.2.0
create-directus-extension@11.0.15
@directus/env@5.1.0
@directus/errors@2.0.2
@directus/extensions@3.0.7
@directus/extensions-registry@3.0.7
@directus/extensions-sdk@14.0.0
@directus/memory@3.0.6
@directus/pressure@3.0.6
@directus/schema-builder@0.0.3
@directus/storage-driver-azure@12.0.6
@directus/storage-driver-cloudinary@12.0.6
@directus/storage-driver-gcs@12.0.6
@directus/storage-driver-s3@​12.0.6
@directus/storage-driver-supabase@3.0.6
@directus/system-data@3.1.1
@directus/themes@1.1.2
@directus/types@13.2.0
@directus/utils@13.0.7
@directus/validation@2.0.6
@directus/sdk@20.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
2d1d87f31c
tobcab56e35f
bcab56e35f
to5c252879d4
5c252879d4
tob9a28b057b
b9a28b057b
to4cabcd677f
4cabcd677f
tocc63a6303a
cc63a6303a
to70b2433509
70b2433509
to9044a355b4
9044a355b4
to30770d1e0d
30770d1e0d
toc777bd75e0