Releases: AtlasOfLivingAustralia/image-service
1.0.9
- 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
Include occurrenceID on image details page
1.0.7
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
- performance improvements for proxyImage URLs
- additional legacy URL paths
- removal of redundant JDBC queries
- guards against large query offsets
1.0.5
- Removal of deprecated @transactional annotations which where causing issues in bulk loading
- Enhancements to speed up image loading and repeat loading
1.0.4
- Documentation fix for REST API
1.0.3
- Bug fixes
- Code review changes and additional tests
- Fix for API doc page to avoid redirect
1.0.2
- 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
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
Bug fix release to remove erroneous reference to oracle library.