Skip to content

0.6.1

Compare
Choose a tag to compare
@tbinna tbinna released this 01 Feb 09:53
· 13 commits to master since this release

This release adds ForgeInstallation and ForgeInstallationRepository models to provide accurate Forge installation to Connect host mappings. In some situations, multiple Connect hosts can have the same Forge installation ID or different Forge installation IDs can refer to the same Connect host. When working with Forge Remote Compute requests, the framework user must always look up the correct Connect host based on the Forge installation ID and the ForgeInstallationRepository. Refer to this issue comment for further details.

If you are updating to this release, make sure to use an updated version of your storage adapter that implements the ForgeInstallationRepository. If you are using atlassian-connect-play-slick, make sure to update to version 0.4.1.

If you are using database evolutions, you need to add evolutions to create the Forge installation table on the database. Refer to the sample evolution script for details.