Skip to content

Releases: rocketbase-io/commons-asset

2.1.1

28 Oct 14:45

Choose a tag to compare

  • improved autoconfiguration to use core without mongo/jpa repository/filestore
  • assetService is only working when repository + filestore is present
  • assetPreviewService could be used also without assetService (this was not possible in previous version)

2.1.0

26 Oct 20:16

Choose a tag to compare

  • upgraded to spring-boot 2.2.0 + commons-rest 1.9.1
  • replaced LocaleDateTime to Instant on all levels

2.0.0

09 Sep 14:03

Choose a tag to compare

  • refactored modules
  • separated core to work with mongo and jpa
  • core now containing main services, converters and required one implementation (jpa/mongo)
  • module-rest stays the same and provides all controllers

1.9.1

09 Sep 14:01

Choose a tag to compare

  • refactored modules
  • added essential module

1.9.0

05 Sep 12:48

Choose a tag to compare

  • added analyse option in order to read/verify + analyse asset without storing
  • updated versions

1.8.1

13 Aug 10:56

Choose a tag to compare

  • upgraded ohHttp + spring-boot
  • fixed issue with DefaultDownloadService

1.8.0

31 Jul 09:38

Choose a tag to compare

  • extracted ColorDetection and Resize function in separate tooling module
  • upgraded okHttp
  • upgraded spring-boot version
  • added new AssetTypes (TIFF, PPT, PPTX)

1.7.0

30 Jun 06:27

Choose a tag to compare

  • added downloadUrl to AssetRead
  • added downloadAsset to AssetResource
  • upgraded version of spring-boot 2.1.5, commons-rest 1.6.1, guava 28.0-jre
  • improved converter (only add previews when type is image)
  • minor fixes

1.6.1

28 May 09:23

Choose a tag to compare

  • fixed module name
  • 1.6.0 still head server instead of rest...

1.6.0

14 May 16:11

Choose a tag to compare

  • renamed module server to rest