Skip to content

Releases: toolsplus/atlassian-connect-play-slick

0.5.0

04 Jun 02:17
Compare
Choose a tag to compare

Update to the latest Play Slick version, which is based on Slick 3.5.0 and has support for Scala 3.

0.4.2

22 May 09:27
Compare
Choose a tag to compare

Update the atlassian-connect-play version to 0.7.0, which includes Forge Remote support.

0.4.1

01 Feb 10:49
Compare
Choose a tag to compare

Adds a ForgeInstallationRepository implementation

If you are using Play evolutions, be sure to add an evolution script that updates your database schema. Refer to the default evolution file changes to view required SQL updates.

0.4.0

11 Jan 04:02
Compare
Choose a tag to compare

Update SlickAtlassianHostRepository with installationId field and implement the findByInstallationId method.

If you are using Play evolutions, be sure to add an evolution script that updates your database schema. Refer to the default evolution file changes to view added fields.

0.3.0

04 Jan 09:39
Compare
Choose a tag to compare

Update SlickAtlassianHostRepository with new fields and remove deprecated fields

If you are using Play evolutions, be sure to add an evolution script that updates your database schema. Refer to the default evolution file changes to view added and removed fields.

0.2.2

03 Jan 06:26
Compare
Choose a tag to compare

Starting from this version, the repository allows saving multiple host records with the same base URL but different client IDs. If you are using evolutions, ensure that you update your database schema to remove the previously established unique constraint from the base URL index.

0.2.1

08 Aug 11:16
Compare
Choose a tag to compare

Updated all project dependencies

0.1.5

29 Apr 07:26
Compare
Choose a tag to compare

Update dependencies to prepare for Play 2.7.x upgrade

0.1.1

17 Nov 09:17
Compare
Choose a tag to compare

This release does not add any new functionality. It only updates to the latest version of it's dependencies such as Play 2.6.7 and atlassian-connect-play 0.1.2. Additionally the build system has been upgraded to sbt 1.x.

0.1.0

17 Aug 12:20
Compare
Choose a tag to compare

With this release we migrate to Scala 2.12 and Play 2.6. There are no new features added, basically just updated dependencies.

At this point in time I don't intend to further maintain a 2.11 release with Play 2.5. If anyone is dependent on 2.11 and/or Play 2.5 it shouldn't be difficult to maintain a 2.5.x branch for a while.

Refer to the release notes in atlassian-connect-play for further information regarding migrating to Play 2.6.