Upgrade Feathers to v5
claustres opened this issue · 5 comments
Refer to https://crow.docs.feathersjs.com/guides/migrating.html & https://dove.docs.feathersjs.com/guides/migrating.html.
Check if it should raise any backward compatibility issue.
We actually don't use the feathers core directly so that it would probably work as is with v4, please let us know if you've already tested it.
If so we should set feathers core as a dev dependency only for our tests.
Hi @claustres, just to let you know: I successfully used this plugin with Feathers 4. It runs as it is, no problems so far. I even created an example project similar to the example in your project: https://github.com/OnnoGabriel/microservice-demo-with-feathers.
(This is part of my evaluation of several approaches to achieve a microservice network with Feathers apps. We are going to split up a Feathers monolith for a customer, upgrade to Feathers 4 and will probably make use of feathers-distributed.)
Hi, thanks for the feedback, good to hear it works already with v4.
Would be great to see this working with Feathers v5 👍🏻