Skip to content

v2.2.18

Compare
Choose a tag to compare
@j-mendez j-mendez released this 29 Aug 02:03
· 25 commits to main since this release

Whats Changed

We can now auto detect locales without losing out on performance. We default enabled the encoding flag for this change!

  • get_html now properly encodes the HTML instead of UTF8 default encoding
  • bump chromiumoxide@0.7.0
  • fix chrome hang on ws connections handler
  • fix fetch stream infinite loop on error
  • fix chrome frame setting url ( this temp prevents hybrid caching from having the req/res for the page )
let mut website: Website = Website::new("https://tenki.jp");
// all of the content output has the proper encoding automatically

Full Changelog: v2.1.9...v2.2.18