Files
opencloud/thumbnails/CHANGELOG.md
A.Unger 8b9e02ec0b Revert "run remark linter locally"
This reverts commit 97c348f1ae.
2020-09-23 11:48:59 +02:00

5.6 KiB

Changelog for 0.3.0 (2020-08-17)

The following sections list the changes in ocis-thumbnails 0.3.0.

Summary

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #35
  • Enhancement - Serve the metrics endpoint: #37

Details

Changelog for 0.2.0 (2020-07-10)

The following sections list the changes in ocis-thumbnails 0.2.0.

Summary

  • Change - Add more default resolutions: #23
  • Change - Refactor code to remove code smells: #21
  • Change - Use micro service error api: #31
  • Enhancement - Limit users to access own thumbnails: #5

Details

Changelog for 0.1.2 (2020-05-11)

The following sections list the changes in ocis-thumbnails 0.1.2.

Summary

  • Bugfix - Fix usage of context.Context: #18

Details

  • Bugfix - Fix usage of context.Context: #18

    The context was filled with a key defined in the package service but read with a key from the package imgsource. Since service.key and imgsource.key are different types imgsource could not read the value provided by service.

    https://github.com/owncloud/ocis/thumbnails/issues/18

Changelog for 0.1.1 (2020-04-21)

The following sections list the changes in ocis-thumbnails 0.1.1.

Summary

  • Bugfix - Fix execution when passing program flags: #15

Details

Changelog for 0.1.0 (2020-03-31)

The following sections list the changes in ocis-thumbnails 0.1.0.

Summary

  • Change - Initial release of basic version: #1
  • Change - Use predefined resolutions for thumbnail generation: #7
  • Change - Implement the first working version: #3

Details