Skip to content

v0.9.0

Choose a tag to compare

@tesaguri tesaguri released this 02 Dec 20:12
· 139 commits to master since this release
  • Add Token::borrowed convenience method (dc2289f)
  • Set default type params for TwitterStreamBuilder (7c54531)
  • Remove TwitterStreamBuilder::client in favor of new listen_with_client method (f62b3d6)
  • Replace JsonStr with string crate's String<Bytes> (bf27297)
  • Make runtime feature optional (8d276d5)
  • TwitterStreamBuilder::listen now returns a Result<FutureTwitterStream, TlsError> (989befa)
  • Drop native support for TLS implementations other than hyper-tls (9b32ab8)
  • TwitterStreamBuilder now takes Token by-value (cf26992)