2.2 KiB
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
-
Bugfix - Fix execution when passing program flags: #15
The program flags where not correctly recognized because we didn't pass them to the micro framework when initializing a grpc service.
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
-
Change - Initial release of basic version: #1
Just prepare an initial basic version to embed a thumbnailer into our microservice infrastructure in the scope of the ownCloud Infinite Scale project.
-
Change - Use predefined resolutions for thumbnail generation: #7
We implemented predefined resolutions to prevent attacker from flooding the service with a large number of thumbnails. The requested resolution gets mapped to the closest matching predefined resolution.
-
Change - Implement the first working version: #3
We implemented the first simple version. It can load images via webdav and store them locally in the filesystem.