tractr / directus-sync

A CLI tool for synchronizing the schema and configuration of Directus across various environments.
GNU General Public License v3.0
202 stars 7 forks source link

v11 (RC) support #87

Closed greenEdgeFranzi closed 3 days ago

greenEdgeFranzi commented 2 months ago

Is your feature request related to a problem? Please describe. Pre-release versions for Directus 11 have been published and one of our project's upcoming milestones depends on the new policies feature. We use directus-sync to transfer configurations between staging environments, and we cannot move forward while it is not compatible with the new version.

Describe the solution you'd like Can you provide an estimated release date for a (pre-release) version with Directus 11 RC support, so we can adapt our schedule accordingly?

Additional context As of today, no official release date has been announced by Directus.

EdouardDem commented 2 months ago

@greenEdgeFranzi I will dig into this during August. I will start a new branch for this support. It will likely be a breaking change.

Pekket commented 1 month ago

Is there any update on the support of v11?

Vahagn-Zaqaryan commented 4 weeks ago

Hi everyone,

Our team is also using the directus-sync module to sync our models between environments, and I just want to extend a huge thank you to everyone involved in working on this module. It has literally saved us months of work and has made our updates so much easier! 🚀

We're eagerly looking forward to the v11 support as well.

Thanks in advance for all your hard work @EdouardDem!

EdouardDem commented 4 weeks ago

Hi @Vahagn-Zaqaryan thanks for your support. I will start working on it this week.

Eggwise commented 3 weeks ago

Yess ! keep up the good work, let us know if there is anything we can do.

EdouardDem commented 2 weeks ago

I have a working version! It was more complicated as expected. I have to make the tests working. Then I will publish a new version. Thanks for waiting.

mrcjdkhn commented 3 days ago

Hi @EdouardDem, do you have any good news yet? Please let us know if we can support you in any way.

EdouardDem commented 3 days ago

Hi,

Sorry for the delay. It was more complicated as expected. I have a pending PR. I'm about to merge it and publish.