Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.21.0 release #484

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash
export GO111MODULE ?= on
export VERSION ?= v1.20.0
export VERSION ?= v1.21.0
export ECE_VERSION ?= $(shell cat ECE_VERSION)
export ECE_BRANCH ?= ms-111
ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md
Expand Down
14 changes: 14 additions & 0 deletions notes/v1.21.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

This release of the Elastic Cloud SDK Go should be used for ECE Version `3.8.0`.

## Enhancements

### Add the ESS-only organizations API. ([#477](https://github.com/elastic/cloud-sdk-go/issues/477))

Adds support for the organizations API (https://www.elastic.co/guide/en/cloud/current/Organizations.html). This API is currently unavailable in self-hosted ECE and can only be used against the Elastic cloud service.

### Update to latest Elastic cloud API ([#481](https://github.com/elastic/cloud-sdk-go/issues/481))

Updates the generated clients and models to match the API available in Elastic cloud.

Loading