Skip to content

Releases: AtlasOfLivingAustralia/image-service

1.0.9

19 Sep 09:48
191a8a3
Compare
Choose a tag to compare
  • Bug fixes including #73 #77 errors thrown when same image submitted multiple times by multiple threads (due to being referenced by multiple occurrences)
  • Fix applying licence recognition (string matching to vocab) to incoming images via /ws/
  • ala-admin plugin update
  • Display of Occurrence link
  • Added occurrenceID to WS output
  • fixes for 0.9 to 1.x migration script

1.0.8

04 Sep 16:23
31ed4b6
Compare
Choose a tag to compare

Include occurrenceID on image details page

1.0.7

04 Sep 15:39
7a04c81
Compare
Choose a tag to compare

Bug fix release

  • Fixes for /ws display when deployed in tomcat
  • fixes for calibration
  • fix for legacy search method used by biocache
  • fix for sub imaging
  • purge deleted images admin tool
  • minor UI improvements for subimaging

1.0.6

22 Aug 05:07
d4ec4aa
Compare
Choose a tag to compare
  • performance improvements for proxyImage URLs
  • additional legacy URL paths
  • removal of redundant JDBC queries
  • guards against large query offsets

1.0.5

29 Jul 08:55
a0812a0
Compare
Choose a tag to compare
  • Removal of deprecated @transactional annotations which where causing issues in bulk loading
  • Enhancements to speed up image loading and repeat loading

1.0.4

24 Jul 21:24
0d4ca8a
Compare
Choose a tag to compare
  • Documentation fix for REST API

1.0.3

24 Jul 21:04
8ebbfd0
Compare
Choose a tag to compare
  • Bug fixes
  • Code review changes and additional tests
  • Fix for API doc page to avoid redirect

1.0.2

19 Jul 12:54
Compare
Choose a tag to compare
  • API Documentation of additional services
  • Fixes for tagging API & UI
  • Index all performance enhancements
  • Additional search facets (date upload, file type, image size)
  • Missing images report (to aid syncing)
  • ala-bootstrap3 upgrade (to support new login widget)
  • additional rest search URLs

1.0

05 Jul 13:44
9a517be
Compare
Choose a tag to compare
1.0

Grails 3 upgrade. Includes:

  • Upgrade to Elastic search 7 (removal of
  • Executable JAR - tomcat not required for deployments
  • Bootstrap 3
  • Public API description with Swagger
  • Support for auto-rotation of images based on EXIF
  • Better support for sound files
  • Performance enhancements for uploads
  • Merging of advanced and simple search
  • Download functionality
  • Image licence matching to vocabulary
  • Google analytics integration

In addition, the following issues have been fixed in this release:

#50 The description in meta tag should be configurable bug fixed-grails3
#48 Remove technical debt enhancement fixed-grails3
#48 by djtfmartin was closed 4 days ago 0 of 3
#47 Update postgresql driver dependency to prevent org.hibernate.exception.SQLGrammarException fixed-grails3
#45 Prevent duplicate pictures enhancement fixed-grails3
#41 Require authentication or apikey for scheduleArtifactGeneration IAD bug fixed-grails3 security
#40 Thumbnail for a non-image should show a generic or relevant static icon rather than 404 IAD enhancement fixed-grails3
#38 Advanced search not working IAD bug fixed-grails3
#37 Certain image upload fails. IAD bug fixed-grails3
#32 Add bulk image download enhancement fixed-grails3
#31 Faster image loading API enhancement fixed-grails3
#26 Prevent duplicate images enhancement fixed-grails3
#25 Add browse function enhancement fixed-grails3
#19 Duplicate images created for the same occurrence id bug fixed-grails3
#18 Gather usage statistics for individual image views enhancement fixed-grails3
#14 Provide meaningful and homogeneous URLs for REST endpoints enhancement fixed-grails3
#13 Provide rest endpoints to get the square thumbnail images with the different backgrounds enhancement fixed-grails3
#5 Public image URLs return 404 when cookie is present but session has expired bug fixed-grails3 priority-high

0.9.2

17 Jun 12:58
7a9103d
Compare
Choose a tag to compare

Bug fix release to remove erroneous reference to oracle library.