Skip to content

Releases: SylveonDeko/NHentaiAPI

NhentaiAPI 1.8.0

15 Nov 18:55
Compare
Choose a tag to compare

Major Changes

  • Switched from Newtonsoft.Json to System.Text.Json for improved performance
  • Updated target framework to .NET 8.0
  • Added proper async handling throughout the codebase

Improvements

  • Added proper JSON type handling via converters for more reliable deserialization
  • Updated thumbnail and image URLs to work with nHentai's load balancing system
  • Enhanced error handling for API responses
  • Improved overall performance and reliability

Technical Notes

  • This version requires .NET 8.0 or higher
  • Added global JsonSerializerOptions configuration
  • Implemented custom type converters for enhanced stability

Breaking Changes

  • .NET 8.0 is now required
  • System.Text.Json serialization may require updates if you were relying on Newtonsoft.Json specific features

Fuck you cloudflare!

19 Jul 06:02
Compare
Choose a tag to compare

Added the option to set cookies and useragent to be able to bypass cloudflare.

Fixed It!

07 May 07:30
Compare
Choose a tag to compare

Fixes

  • Client refactored to be able to get pages and stuff from the api again

Breaking Changes

  • Previous strings are now of type System.Uri for more end user flexibility, adjust accordingly,