You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated Certificate contact_id field (#236)
The `contact_id` field in the Certificate schema was deprecated on
2022-05-17 and is no longer required for certificate operations. Remove
`ContactId` from the `Certificate` struct and from
`LetsencryptCertificateAttributes`.
This is a breaking change.
Related to dnsimple/dnsimple-developer#987
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
+
## main
6
+
7
+
### Removed
8
+
9
+
-**BREAKING**: Removed the deprecated `ContactId` field from the `Certificate` struct and from `LetsencryptCertificateAttributes`. The field was deprecated on 2022-05-17 and is no longer required for certificate operations.
0 commit comments