Skip to content

Releases: lta-rs/lta-rs

v0.6.0

06 Jun 17:31
Compare
Choose a tag to compare
  • Added Crowd Density Realtime API
  • Added Crowd Density Forecast API
  • Updated ergonomics of all API that takes Option<u32> to take in Into<Option<u32>> for skips

v0.5.1

28 Sep 18:23
Compare
Choose a tag to compare
  • Fixed rustls being default (#26)

v0.5.0

28 Sep 16:35
Compare
Choose a tag to compare

Version 0.5.0 [ Breaking Changes ]

  • Added GeoSpatialWholeIsland API
  • Added FacilitiesMaintenance API
  • Made library async-first, ie by default, it all requests are marked async
  • Changed from openssl to rustls
  • Both blocking and async APIs are implemented using traits rather than free standing functions
  • Moved to Github CI to simplify CI process
  • Combined lta-models and lta-utils-commons crate to a single lta-models crate
  • Performance wise, async APIs are slightly slower (no benchmarks) due to the usage of async-traits crate which boxes Future
  • Moved projects to the lta-rs organisation