Releases: tommady/fugle-rs
Releases · tommady/fugle-rs
0.3.7
- using reqwest lib to achieve the async Restful API goal
- refactoring blocking and async Restful API interface
- adding a new feature async-query
0.3.6
- using tokio-tungstenite to achieve the async WebSocket goal
- refactoring blocking and async WebSocket worker interface
- adding a new feature async-websocket
0.3.5
- adding candles endpoint
- fixing breaking document links because fugle changed its own document link
- change chrono crate to use time crate
0.3.4
- Adjusting crawler builder to use lifetime
0.3.3
- increasing code coverage
- fixing WebSocket listener sending response will cause serde_json error
0.3.2
fixing listeners are using wrong URLs
0.3.1
migrating fugle v0.3.0
- new endpoint volumes
- schema changes
more information
#4
0.2.2
- fix fugle error 403 ResourceNotFound was not sent out because the ureq lib handled non 200 status internal
0.2.1
- let websocket be an optional feature
- fix stack overflow issue while getting response
- avoiding price_limit field in quote, because the the source data is not always correct