Skip to content

v2.35.18

Choose a tag to compare

@j-mendez j-mendez released this 26 Mar 16:10
· 1104 commits to main since this release

Whats Changed

  • The rquest client support with the rquest feature flag.
  • New website.with_emulation for rquest emulation.
  • Bug fixes and improvements with chrome request timeout handling.
    /// Set the request emuluation. This method does nothing if the `rquest` flag is not enabled.
    pub fn with_emulation(&mut self, emulation: Option<rquest_util::Emulation>) -> &mut Self {
        self.configuration.with_emulation(emulation);
        self
    }

Full Changelog: v2.34.5...v2.35.18