Releases: rocketbase-io/commons-asset
Releases · rocketbase-io/commons-asset
4.2.0-RC4
- added option to limit the previewSizes
- allow precalculation of previews
- after processing the assetUpload for the configured list of previewSizes previews will get generated
- each storage engine has now a storePreview/downloadPreview and s3 special downloadPreviewUrl
- some minor fixes and refactorings
4.2.0-RC3
4.2.0-RC2
4.2.0-RC1
- added keyValue filter options
- jpa breaking changes
- prefixt tables with co_
- removed fetch: EAGER from keyValueMap to avoid extra queries in references
- rewritten some queries to avoid lazyObject for keyValueMap
- upgraded spring-boot 2.3.1
4.1.0
4.1.0-RC4
- img-proxy made fileStorage optional + downloadExpire default 0
- added builders to properties
- moved QueryPreviewSizeConverter to api
- added context holder for previewSizes that could be handy
- PreviewConverter use context value when no sizes are specified
4.1.0-RC3
4.1.0-RC2
4.1.0-RC1
4.0.0
- stable release after 4.0.0.beta1/2
- summary:
- added support for heic/heif + webp
- rearranged maven module structure to be more flexible
- corrected jpa entity naming
- refactored AssetPreviewHandler to handle multiple asset jobs
- introduced image-magick command-line AssetHandler
- can now generate also previews from webp/heic/heif and read meta information
- added local-file storage engine (commons-asset-storage-fs)
- many refactorings and some breaking-changes regarding module-structure + interfaces
details see also beta1 + beta2