This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Releases: compose/gocomposeapi
Releases · compose/gocomposeapi
Added Logfile API
Normalization of ConnectionStrings plus Maps
This release may break consumers of ConnectionStrings.
Where the various ConnectionStrings were either strings or arrays of strings, this new release switches to just arrays of strings. If your application consumes ConnectionStrings, please be aware of this and switch to consuming arrays.
Also added to ConnectionStrings, the Maps field which is currently used by Scylla. This is an array of map[string]string with a single value in each map.