Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Releases: compose/gocomposeapi

Added Logfile API

24 Sep 12:51
7648d1e
Compare
Choose a tag to compare

Filled out a previously omitted API endpoint for Logfiles.

Adds

GetLogfilesForDeployment
GetLogfileDetailsForDeployment

And associated JSON calls.

Modelled on the handling of Backups.

Normalization of ConnectionStrings plus Maps

13 Nov 11:12
43f6db5
Compare
Choose a tag to compare

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.

0.2.5

09 Nov 18:14
5b7aced
Compare
Choose a tag to compare

Changelog

5b7aced Merge pull request #28 from compose/whitelists
acb5c33 Reworked backups error handling.
6362482 Modifications to error handling for more reliability


Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64