cloudflare-rs icon indicating copy to clipboard operation
cloudflare-rs copied to clipboard

Create new release with recent changes

Open Riceman2000 opened this issue 1 year ago • 2 comments

The changes merged in this PR: https://github.com/cloudflare/cloudflare-rs/pull/241 fixed an issue with the API that makes an endpoint (ListDnsRecords) unusable. The code has been reviewed and merged, a new release should be generated.

Keeping these changes unreleased for weeks/months will generate more issues and general help requests as people experience broken behavior and (understandably) don't check the commit log to see if their problem has been resolved.

Some other low hanging fruit that could be tossed into this Crate release:

  • Adding the repository field
    • Issue: https://github.com/cloudflare/cloudflare-rs/issues/235
    • PR: https://github.com/cloudflare/cloudflare-rs/pull/242
  • Deriving Eq, PartialEq for DnsRecord
    • Issue: https://github.com/cloudflare/cloudflare-rs/issues/226
    • PR: https://github.com/cloudflare/cloudflare-rs/pull/227
    • In general please read this on trait derivation: https://users.rust-lang.org/t/what-traits-should-i-normally-derive/484/5
  • Not really for a Crate release but please clear out the repository for things more than 1-2 years old as most of it will no longer be applicable

Thank you for your time, I would love to see this repository to get some TLC and bring it up to date for the latest Cloudflare API. It would be very useful for my application along with many others.

Riceman2000 avatar Aug 24 '24 04:08 Riceman2000