Skip to content

Releases: rocketbase-io/commons-asset

3.1.0

01 Mar 12:53

Choose a tag to compare

  • optional LIQP (Low Quality Image Placeholder) to have a placeholder for images in base64 encoded in ultra low resolution
  • upgraded thumbnailator 0.4.11

3.0.1

25 Feb 15:59

Choose a tag to compare

  • upgraded to commons-rest 2.0.1
  • improved GridFSFile handling changed from gridFsFile.getFilename() to gridFsFile (so allow multiple use the same filename)

3.0.0

28 Jan 19:13

Choose a tag to compare

  • upgraded to commons-rest 2.0.0 with new ErrorResponse api

2.5.1

27 Jan 09:42

Choose a tag to compare

  • upgrade spring-boot 2.2.4 + spring-cloud-dependencies Hoxton.SR1 + commons-rest 1.12.1 + okhttp 4.3.1
  • added https extra check to ServletAssetPreviewService (in some cases UriBuilder will ignore https - disabled this)

2.5.0

08 Jan 06:49

Choose a tag to compare

  • added keyValues option to AssetRead
    • is not part of the AssetReference
    • could be updated also after asset upload

2.4.0

07 Jan 10:16

Choose a tag to compare

  • changed structure for jpa AssetEntity in order to work with MySQL
    • index on reference_url with (2.000 chars) is too big (mariaDb no problem)
    • added an extra reference_hash that stores a sha256 of the url to work with mysql
    • for migration you should use ReferenceHashMigrationService

2.3.1

15 Dec 21:38

Choose a tag to compare

  • upgraded spring-boot 2.2.2 + commons-rest 1.11.2
  • upgraded to Spring Cloud Hoxton

2.3.0

28 Nov 08:24

Choose a tag to compare

  • upgraded spring-boot 2.2.1 + cloud-dependencies to Greenwich SR4
  • added missing context parameter to AssetResource
  • introduced PathResolver to allow different bucket path logics

2.2.1

13 Nov 14:04

Choose a tag to compare

  • fixed autoconfiguration to prefer s3-filestorage when present
  • changed AssetRepository to return entity after save
  • upgraded commons-rest 1.10.1

2.2.0

08 Nov 07:14

Choose a tag to compare

  • dropped thumber support by default (example to use it see readme)
  • introduced new BucketResolver for S3 for multiple bucket support
  • introduced AssetReferenceType interface to work with AssetPreviewService + BucketResolver
  • assetEntity now implements AssetReferenceType
  • upgraded to common-rest 1.10.0