This repository was archived by the owner on Sep 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments