docs: update upgrade guide w/ links to other breaking changes

This commit is contained in:
Zach Daniel 2024-03-29 17:06:29 -04:00
parent 8f1217ea03
commit 358f439369

View file

@ -1,5 +1,13 @@
# Upgrade
## Other Packages
Other packages have had a major version bump in addition to Ash core. While _all packages_ have been changed to refer to `domain` instead of `api`, they did not receive a major version bump because there were no special breaking changes to account for when using that package. You will also need to factor in the following upgrade guides, if you use those packages.
- [AshPostgres](https://github.com/ash-project/ash_postgres/blob/main/documentation/how_to/upgrade.md)
- [AshPhoenix](https://github.com/ash-project/ash_phoenix/blob/main/documentation/how_to/upgrade.md)
- [AshJsonApi](https://github.com/ash-project/ash_json_api/blob/main/documentation/how_to/upgrade.md)
## Upgrading to 3.0
This section contains each breaking change, and the steps required to address it in your application