Skip to content

Releases: PimpMyPizza/bybit-dart

2.1.1

03 May 08:53
2e7ae5c
Compare
Choose a tag to compare
  • Minor changes

2.1.0

03 May 07:41
a35bf8d
Compare
Choose a tag to compare
  • Added API changes until 2022-02-28
  • Minor bug fixes

2.0.0

28 Mar 22:37
7b5d029
Compare
Choose a tag to compare
  • Null safety
  • Minor bug-fixes and typos

2.0.0-nullsafety.2

11 Mar 22:19
c8cee1f
Compare
Choose a tag to compare
2.0.0-nullsafety.2 Pre-release
Pre-release
okay now I get it (#19)

pre-release for null safety

1.4.1

31 Jan 07:15
331474f
Compare
Choose a tag to compare
  • Minor typos corrections and bug-fixes

1.4.0

30 Jan 09:29
45de808
Compare
Choose a tag to compare
  • Removed int WebSocketTimeout and int restTimeout parameters and replaced them with an int timeout parameter.
  • Added possibility to set a receiveWindow parameter that prevents from replay attacks
  • Minor doc changes

1.3.0

11 Jan 02:54
58093aa
Compare
Choose a tag to compare
  • Added the possibility to make periodic REST API calls.
  • All API responses from the server (Websockets and periodic REST) are merged into one single stream.
  • See README.md for an adapted tutorial
  • Minor bugfixed and typos in doc

1.2.0

08 Jan 18:09
881a487
Compare
Choose a tag to compare
  • Minor changes in the parameters type of the following functions:
    • placeConditionalOrder
    • updateConditionalOrder
      prices and quantities parameters are now of type double/int
  • Minor doc changes

1.1.0

05 Jan 16:19
5de7429
Compare
Choose a tag to compare
  • Added new endpoints connections
    • getMarkPriceKLine
    • getOpenInterest
    • getLatestBigDeals
    • getLongShortRatio
  • Minor bug-fixes

1.0.0

03 Jan 01:30
051504a
Compare
Choose a tag to compare
  • More doc, static analysis and other minor changes