Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: tommady/fugle-rs

0.3.8

12 Dec 05:57
1a32ee0
Compare
Choose a tag to compare

0.3.7

09 Aug 15:01
75311d2
Compare
Choose a tag to compare
  • 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

12 May 06:31
c62b25b
Compare
Choose a tag to compare
  • 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

29 Apr 06:52
4a3b9e7
Compare
Choose a tag to compare
  1. adding candles endpoint
  2. fixing breaking document links because fugle changed its own document link
  3. change chrono crate to use time crate

0.3.4

28 Dec 08:14
Compare
Choose a tag to compare
  • Adjusting crawler builder to use lifetime

0.3.3

26 Oct 07:23
df34ad2
Compare
Choose a tag to compare
  • increasing code coverage
  • fixing WebSocket listener sending response will cause serde_json error

0.3.2

25 Oct 05:13
Compare
Choose a tag to compare

fixing listeners are using wrong URLs

0.3.1

25 Oct 04:30
Compare
Choose a tag to compare

migrating fugle v0.3.0

  • new endpoint volumes
  • schema changes

more information
#4

0.2.2

05 Jun 05:36
f3a7ea8
Compare
Choose a tag to compare
  • fix fugle error 403 ResourceNotFound was not sent out because the ureq lib handled non 200 status internal

0.2.1

04 Jun 09:24
Compare
Choose a tag to compare
  • 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