Skip to content

Releases: ahwm/GodaddyWrapper.Net

v3.1.0

01 Dec 17:28
v3.1.0
b957bd4
Compare
Choose a tag to compare

What's Changed

  • Bump xunit.runner.visualstudio from 2.5.5 to 2.8.2 in /src by @dependabot in #41
  • Bump Xunit.DependencyInjection from 9.3.1 to 9.5.0 in /src by @dependabot in #42
  • Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.11.1 in /src by @dependabot in #43
  • Bump Xunit.DependencyInjection from 9.5.0 to 9.6.0 in /src by @dependabot in #44
  • Bump Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 9.0.0 in /src by @dependabot in #45
  • Bump Xunit.DependencyInjection from 9.6.0 to 9.7.0 in /src by @dependabot in #46
  • Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src by @dependabot in #47
  • Json improvements by @dlmelendez in #48

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

24 Oct 20:51
v3.0.0
b456f4e
Compare
Choose a tag to compare

What's Changed

  • Configure Mend Bolt for GitHub by @mend-bolt-for-github in #26
  • Bump actions/setup-dotnet from 3 to 4 by @dependabot in #31
  • Bump actions/checkout from 2 to 4 by @dependabot in #32
  • Bump System.ComponentModel.Annotations from 4.7.0 to 5.0.0 in /src by @dependabot in #33
  • Bump coverlet.collector from 6.0.0 to 6.0.2 in /src by @dependabot in #35
  • Bump xunit from 2.6.3 to 2.9.2 in /src by @dependabot in #37
  • Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src by @dependabot in #36
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /src by @dependabot in #34
  • initial updates to HttpClient by @ahwm in #39
  • version bump to 3.0 by @ahwm in #40

Breaking Changes

  • Renamed Client to GoDaddyClient
  • Constructor now takes a GoDaddyClientOptions object to pass in access key and secret key (.NET Framework 4.6+ only)
  • This update no longer creates a new HttpClient for every API call
  • .NET Core 2.1 (.NET Standard 2.0) can now take advantage of dependency injection

New Contributors

  • @mend-bolt-for-github made their first contribution in #26

Full Changelog: v2.0.0...v3.0.0

v3.0.0-beta1

22 Oct 16:32
f2047eb
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Configure Mend Bolt for GitHub by @mend-bolt-for-github in #26
  • Bump actions/setup-dotnet from 3 to 4 by @dependabot in #31
  • Bump actions/checkout from 2 to 4 by @dependabot in #32
  • Bump System.ComponentModel.Annotations from 4.7.0 to 5.0.0 in /src by @dependabot in #33
  • Bump coverlet.collector from 6.0.0 to 6.0.2 in /src by @dependabot in #35
  • Bump xunit from 2.6.3 to 2.9.2 in /src by @dependabot in #37
  • Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src by @dependabot in #36
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /src by @dependabot in #34
  • initial updates to HttpClient by @ahwm in #39

Breaking Changes

  • Renamed Client to GoDaddyClient
  • Constructor now takes a GoDaddyClientOptions object to pass in access key and secret key (.NET Framework 4.6+ only)
  • This update no longer creates a new HttpClient for every call
  • .NET Core 2.1 (.NET Standard 2.0) can now take advantage of dependency injection

New Contributors

  • @mend-bolt-for-github made their first contribution in #26

Full Changelog: v2.0.0...v3.0.0-beta1

v2.0.0

18 Sep 15:01
323695c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v2.0.0

v1.2.2

24 Aug 19:39
d26ac16
Compare
Choose a tag to compare

In This Release

Cleaned up the duplicate CertificateCreate class. Even though it's against naming conventions, CertificatesCreate has been left to prevent breaking changes. Since CerticiateCreate was not used by the library at all, removing it should have little impact.

v1.2.1

11 Dec 20:13
Compare
Choose a tag to compare

In This Release

  • Cleaned up requests that no longer work, including Cloud and Cart APIs that aren't listed in documentation (#14)

v1.2

10 Dec 00:06
Compare
Choose a tag to compare

In This Release

  • Fixed property naming (#10)
  • Targeting .NET 5.0

v1.1.4-beta

13 Nov 23:38
Compare
Choose a tag to compare
v1.1.4-beta Pre-release
Pre-release

In This Release

  • Fixed RetrieveDomainList to actually return data instead of just bool value