Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Old settingNew settingNote

matterhorn:
  media_path: /path/to/dir

encoding:
  working_file_path: /path/to/dir

More information

homepage:
  featured_collections: ['col1_id', 'col2_id']
  carousel_collections: ['col3_id', 'col4_id', 'col5_id']

Choose which collections to display in the featured and carousel portions of the new homepage.

Ingest API Authorization changes

Changes were made to the authorization mechanism for the Avalon Ingest API in Avalon 7.0. In previous versions, user sessions authenticated with an API token were granted admin user access. In version 7.0 and later, user sessions authenticated with an API token will be granted the same access as the token's associated user. The means that when upgrading to Avalon 7.0, any API tokens in use must be checked to ensure that their associated users have the necessary permissions to perform API functions. 

Upgrade Steps

For Manual Installations

...