Upgrade guide from 1.3.0-rc to 1.3.0

My app was running on 1.3.0-rc and there’s a few changes in 1.3.0. I managed to patch it together, but I’m worried I might have missed something. Is there an official guide?

1 Like

This may be useful to you.

2 Likes

@sync08 thanks for the share.

@abitdodgy that should be everything you need to convert the 1.3-rc structure to 1.3.0. Once you’ve made the conversion you’re on par with 1.3.1 and 1.3.2 as well. Remember that these are mostly namespacing and organizational changes, so your app will work on 1.3.x without them, but you’d probably see lower compatibility with Phoenix-targeted libraries built for 1.3.x, and I’d imagine it would be more difficult to implement any structural changes for 1.4 once that’s released.

I’m happy to help if you get stuck or have any questions.

2 Likes

Or you can use this tool
https://www.phoenixdiff.org/?source=1.3.0-rc.0&target=1.3.0

1 Like

Very cool tool @mihai-ciupina! Thanks for sharing!

1 Like