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

docs: updated CHANGELOG with releases 6.1.10 and 6.1.9 #38

Merged
merged 4 commits into from
Dec 11, 2023
Merged
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
21 changes: 20 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 6.1.10 (December, 2023)
### Features:
- Add `proxyProtocol` parameter for ALB and NLB targets

### Fixes:
- Allow setting `Host` and `Scheme` when creating a client with a `serverUrl` (@maxbischoff)

### Enhancements
- Remove usage of deprecated `ioutil` package (@avorima)

### Documentation
- Move docs for Url with context to `api_doc.mustache`


## 6.1.9 (September, 2023)
### Features:
- Support injecting `x-contract-number` header through environment variable.


## 6.1.8 (July, 2023)
### Features:
Added support for **IPv6**:
Expand All @@ -10,12 +29,12 @@ Added support for **IPv6**:

More details about IPv6 configuration can be found [here](https://docs.ionos.com/cloud/compute-engine/networks/ipv6).


### Fixes:
- Go client backoff now respects context cancellation

**Full Changelog**: https://github.com/ionos-cloud/sdk-go/compare/v6.1.7...v6.1.8


## 6.1.7 (June, 2023)
### Features:
- New licenceType supported: **RHEL**
Expand Down
Loading