Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 5691484

Browse files
committed
v5.1.0
1 parent 2921fe2 commit 5691484

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [5.1.0]
9+
10+
### Added
11+
12+
- Managed Databases: Firewall and SQL Mode Management (@Nicholi)
13+
- Kubernetes node_pools now contain a user-defined labels object (@Nicholi)
14+
- New prop for DatabaseUsers, mysql_settings, used to specify auth_plugin (@Nicholi)
15+
- New VPC Endpoint (@Nicholi)
16+
17+
### Changed
18+
19+
- Droplet neighbors endpoint deprecated (@Nicholi)
920

1021
## [5.0.1]
1122

DigitalOcean.API/DigitalOcean.API.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
55
<Authors>vevix</Authors>
6-
<Version>5.0.1</Version>
6+
<Version>5.1.0</Version>
77
<Description>.NET wrapper of the DigitalOcean API</Description>
88
<Copyright>2019</Copyright>
99
<PackageId>DigitalOcean.API</PackageId>
@@ -14,9 +14,16 @@
1414
<RepositoryUrl>https://github.com/trmcnvn/DigitalOcean.API</RepositoryUrl>
1515
<PackageTags>DigitalOcean API</PackageTags>
1616
<PackageReleaseNotes>
17-
### Fixed
17+
### Added
1818

19-
- Updated function signatures for `int` -> `long` changes (@azakhi)
19+
- Managed Databases: Firewall and SQL Mode Management (@Nicholi)
20+
- Kubernetes node_pools now contain a user-defined labels object (@Nicholi)
21+
- New prop for DatabaseUsers, mysql_settings, used to specify auth_plugin (@Nicholi)
22+
- New VPC Endpoint (@Nicholi)
23+
24+
### Changed
25+
26+
- Droplet neighbors endpoint deprecated (@Nicholi)
2027
</PackageReleaseNotes>
2128
</PropertyGroup>
2229
<ItemGroup>

0 commit comments

Comments
 (0)