-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: Add 1.2.0 release notes. (#287)
Signed-off-by: Marc Lopez <[email protected]>
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Changelog | ||
|
||
## Breaking changes | ||
|
||
### `multierror.Prefixed` errors are now sorted and concurrently safe. | ||
|
||
Previously, `multierror.Prefixed` returned the errors in the order they were added, | ||
to counter potential ordering issues and to consistently return the same output, the | ||
errors are sorted before they are returned as a string in `Error()`. | ||
|
||
Additionally, the structure has been made concurrently safe. | ||
|
||
## Notable changes | ||
|
||
### New APIs | ||
|
||
#### Update auto-generated models and APIs to ECE 2.8.0. | ||
|
||
Updated the swagger specification and auto-generated models and APIs to ECE `2.8.0`. | ||
|
||
### Bug fixes | ||
<!-- Add the list of bug fixes, remove otherwise.--> | ||
|
||
#### `stackapi.List` returns the versions properly sorted | ||
|
||
Properly sorts `stackapi.List()` via semver. | ||
|
||
#### `depresourceapi.NewElasticsearch()` processes plugins list | ||
|
||
The list of plugins was being ignored, it is now considered. | ||
|
||
### Docs | ||
|
||
#### Fix broken README example | ||
|
||
Fixed the broken README example. | ||
|
||
### Detailed changes | ||
<!-- AUTOGENERATED COMMIT LIST --> | ||
|
||
* 1909a38 deploymentapi: Fix excluded plugins (#279) | ||
* 5e1acca chore(deps): update module go-openapi/validate to v0.20.2 (#284) | ||
* 15a183a chore(deps): update module go-openapi/spec to v0.20.3 (#282) | ||
* 9ca8b1d chore(deps): update module go-openapi/errors to v0.20.0 (#283) | ||
* c9f27b9 chore(deps): update module go-openapi/swag to v0.19.14 (#281) | ||
* 5aff36f multierror: Make concurrently safe and sort errors (#277) | ||
* dd6267c chore(deps): update module go-openapi/spec to v0.20.2 (#276) | ||
* 2a3d5d7 chore(deps): update module go-openapi/runtime to v0.19.26 (#274) | ||
* 57675ae chore(deps): update go-openapi packages (#273) | ||
* 6d81dc0 chore(deps): update module stretchr/testify to v1.7.0 (#272) | ||
* 1547ae0 chore(deps): update module mitchellh/mapstructure to v1.4.1 (#271) | ||
* b1d6487 doc: Fixes broken readme example (#270) | ||
* 507cc61 deploymentapi: Add new CRUD APIs for extensions (#269) | ||
* 6a64811 api: Update swagger declaration to ECE 2.8.0(MS49) (#268) | ||
* 2e360ce deploymentapi: Parse memory_per_node as well (#267) | ||
* 9dce3d5 Adds a cmd util function to check if none or both flags are used (#266) | ||
* fa5926f stack: Fix version sorting algorithm (#265) | ||
* 72fd49d deploymentapi: Fix update payload (#264) | ||
* 98a640e adds a function to create an int pointer from an int (#261) | ||
* 7444fc4 chore(deps): update go-openapi packages to v0.20.0 (#260) | ||
* 1bb132e apierror: Add new Error type with Unwrap methods (#258) | ||
* 1aa8a65 deploymentapi: Add observability settings to NewUpdateRequest (#249) | ||
* 1ca3547 adds a few StringSlice receiver methods (#257) | ||
* 95d0493 chore(deps): update go-openapi packages to v0.19.15 (#255) | ||
* bfd0a5b chore(deps): update module mitchellh/mapstructure to v1.4.0 (#254) | ||
* 7d62977 chore(deps): update module go-openapi/errors to v0.19.9 (#253) | ||
* 147cfad chore(deps): update go-openapi packages to v0.19.14 (#251) | ||
* 9f3ce57 chore(deps): update go-openapi packages (#250) | ||
* 224e5fe chore(deps): update go-openapi packages (#248) | ||
* 9419fb2 api: Update apidocs and generated code to MS48 (#247) |