Skip to content

Releases: rocketbase-io/commons-asset

4.0.0.beta2

04 May 05:03

Choose a tag to compare

4.0.0.beta2 Pre-release
Pre-release
  • introduced image-magick command-line AssetHandler
    • can now generate also previews from webp/heic/heif
    • also can read resolutions/colors for new formats
    • lowered memory-usage and tuned speed
  • added local-file storage engine (commons-asset-storage-fs)
  • improved PathResolver for s3 and fs storage
    • now you can specify also the filename
    • simplified implementation flow
  • many refactorings...

4.0.0.beta1

04 May 04:59

Choose a tag to compare

4.0.0.beta1 Pre-release
Pre-release
  • added support for heic/heif + webp
  • rearranged maven module structure to be more flexible
    • separated between storage + entity
    • added imgproxy pre configuration
    • breaking changes
  • corrected jpa entity naming
    • asset_keyvalue_pairs -> asset_keyvalue_pair
  • refactored AssetPreviewHandler to handle multiple asset jobs
    • prepared for planned ImageMagick command support
  • many more...

3.6.0

24 Apr 19:09

Choose a tag to compare

  • fixed missing update of eol
  • allow update systemRefId after upload (care to update your AssetReference)

3.5.0

24 Apr 13:56

Choose a tag to compare

  • added shrink option so that too tall images will not get stored with original size
  • improved temp file suffix
  • added some cleanup / potential memory leaks

3.4.0

20 Apr 06:12

Choose a tag to compare

  • added lqip to analyse result
  • restructured preview service to improve performance

3.3.0

05 Apr 06:42

Choose a tag to compare

  • added eol to AssetEntity to allow auto-deletion after expire time
    • added eol/hasEol to AssetQuery
    • refactored jpa query implementation - changed to predicate
  • added svg to AssetTypes
  • fixed toReference (context + liqip where missing)
  • removed some legacy methods in AssetResource switched to AssetUploadMeta to reduce method parameter list
  • upgraded spring-boot 2.2.6 + colors 0.5.1

3.2.1

31 Mar 07:38

Choose a tag to compare

  • added inline option for download append ?inline after the normal download url and the content will get inlined

3.2.0

18 Mar 10:52

Choose a tag to compare

  • improved PreviewService (allows now bg and rotation as option)
  • fixed png/gif default handling now without background again
  • upgraded spring-cloud to Hoxton SR3

3.1.2

17 Mar 13:40

Choose a tag to compare

  • baseUrl was missing for download url
  • added getDownloadUrl to AssetPreviewSerive so that it's handled in a correct way

3.1.1

06 Mar 06:31

Choose a tag to compare

  • upgrade spring-boot 2.2.5 + commons-rest 2.0.2
  • added typescript file for use in other projects