mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 08:20:02 -05:00
1.1 KiB
1.1 KiB
Changes in unreleased
Summary
- Change - Initial release of basic version: #1
- Change - Upgrade micro libraries: #11
- Enhancement - Configuration: #14
Details
-
Change - Initial release of basic version: #1
Just prepared an initial basic version to serve OCS for the ownCloud Infinite Scale project. It just provides a minimal viable product to demonstrate the microservice pattern.
-
Change - Upgrade micro libraries: #11
Updated the micro and ocis-pkg libraries to version 2.
-
Enhancement - Configuration: #14
Extensions should be responsible of configuring themselves. We use Viper for config loading from default paths. Environment variables WILL take precedence over config files.