sirkris / Reddit.NET

A Reddit API library for .NET Standard with OAuth support. Written in C#.
MIT License
508 stars 78 forks source link

Upcoming Release #152

Open sirkris opened 2 years ago

sirkris commented 2 years ago

I decided to create a ticket for this since a lot of people have been reaching out to me lately about a new issue. Looks like Reddit updated their API again and it broke the library. The timing couldn't be worse since I've been on hiatus so I can focus on my new job, so that's why I've been slow to respond on this one.

I'm hoping I'll be able to set aside a few hours to work on this tomorrow since I know this is an urgent issue. We're overdue for a release anyway so my goal is to do that instead of just a hotfix. Please watch this ticket for updates and thank you for your patience.

In case you're wondering, no, Reddit does not warn us ahead of time when they make a breaking API change like this. So all we can do is just put out those fires when they crop up. Looks like we already have a PR for this one but I haven't had a chance to review it yet.

sirkris commented 2 years ago

PR #150 has been merged into develop.

sirkris commented 2 years ago

I went ahead and put out a hotfix release. If you update to version 1.5.2 in NuGet, the library should work again.

sirkris commented 2 years ago

TODO: