Skip to content

v0.6.0

Choose a tag to compare

@sebadob sebadob released this 12 Sep 11:17
· 6 commits to main since this release
a72d5d3

You can now change the TLS provider via features. The default is still rustls with embedded root certs to not create a breaking change, but you can disable default features and change it to native-tls, if you like.

In addition, some client functions have a *_with function, which lets you add additional custom headers to requests.