As a module author, should I be upgrading my dagger modules when a new version of the Dagger Engine is released. In the dagger.json file there is a reference to the engine version when dagger init or dagger develop was run. If I was to upgrade to 0.14.0 in all of my modules, would it break backwards compatibility? All of my modules are currently at 0.12.5
#What is the recommended strategy for module authors to upgrade?
1 messages · Page 1 of 1 (latest)
See if you're using any of the breaking changes in https://github.com/dagger/dagger/releases/tag/v0.13.0
You're unlikely to be affected by the breaking changes in v0.14.0