Upgrade to v9

The purpose of this note is to help developers to upgrade their agent from v8 to v9. Please read carefully and integrate the following breaking changes to ensure a smooth update.​

Upgrade to v9

This upgrade unlocks the following feature:

  • Support polymorphic associations

Upgrading to v9

To upgrade to v9, first update your project according to the Breaking Changes section below.

If you're upgrading from an older version, please make sure you've also read the previous upgrade notes (v8, v7, v6,..)

To upgrade to v9, update the version in your Gemfile, then run the following and update your project as shown in the Breaking Changes section below.

bundle install

In case of a regression introduced in Production after the upgrade, a rollback to your previous agent version 8 is the fastest way to restore your admin panel.

Breaking changes

This new version introduces support for polymorphic associations.

It's now easier to create or update polymorphic associations using the polymorphic record selection component.

You can now navigate between related records through the related link.

Last updated

Was this helpful?