Releases: rocketbase-io/commons-asset
Releases · rocketbase-io/commons-asset
4.0.0.beta2
04 May 05:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixed missing update of eol
allow update systemRefId after upload (care to update your AssetReference)
3.5.0
24 Apr 13:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
added lqip to analyse result
restructured preview service to improve performance
3.3.0
05 Apr 06:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
upgrade spring-boot 2.2.5 + commons-rest 2.0.2
added typescript file for use in other projects