Skip to content

Releases: AtlasOfLivingAustralia/image-service

Release 3.0.0

18 Apr 04:33
Compare
Choose a tag to compare
  • Grails 5 Upgrade (#177)
  • Grails 6 Upgrade (#193)
  • Update to support JUnit 5 with embedded postgres (#198)
  • Update ALA security libraries to latest version (#194)
  • Integration of Micronaut HTTP client for tests (#195)
  • Introduce Flyway for integration tests (#196)
  • Various test and configuration fixes and optimisations (#197)

Release 2.0.4

30 May 03:53
Compare
Choose a tag to compare
  • Hotfix to correct User-Agent header name for 2.0.3

Full Changelog: v2.0.3...v2.0.4

Release 2.0.3

30 May 03:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

20 Oct 21:29
Compare
Choose a tag to compare

This release includes:

Release 2.0.1

11 Oct 03:02
Compare
Choose a tag to compare

This release will

  • Revert changes related to #161 due to incompleteness
  • Update few API annotations
  • Fix for #170

Release 2.0.0

30 Sep 04:05
Compare
Choose a tag to compare
  • #166 Grails 4 upgrade and OIDC integration

Release 1.1.7.1

14 Jul 04:51
Compare
Choose a tag to compare
  • #157 Remove PostgreSQL unsupported unicode character classes exportDataset regexes
  • #157 Replace regex with simple \p{Control} equivalent

Release 1.1.7

29 Jun 07:27
Compare
Choose a tag to compare
  • exportDataset doesn't filter out new lines from fields correctly #157
  • exportDataset endpoint is slow to send first bytes #158
  • Add index for audit.image_identifier column

Release 1.1.6.1

22 Jun 00:18
Compare
Choose a tag to compare

Note: 1.1.6 was erroneously released missing the change for #149

Changes:

  • Quartz jobs no longer run concurrently #146
  • SettingService.getOrCreateSetting now uses double checked locking #147
  • Data Resource names were duplicated in search facets #148
  • Image Viewer returns 404 if image id doesn't exist #149
  • Add storage location for an image to L2 cache #154

Release 1.1.5.1

16 Jun 09:44
Compare
Choose a tag to compare

Upgrading from 1.0

See the 1.0 upgrade notes in the README.md

Changes:

  • Bug Fix parameter order errors from previous release and add more unit tests