Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ce94ad5

Browse files
committed
Roadmap update.
1 parent b6445e6 commit ce94ad5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The library is mainly written in Python3 but should support Python2 with the sam
66

77
*I am not associated with Bittrex. Use the library at your own risk, I don't bear any responsibility if you end up losing your money.*
88

9-
*As of **24 Nov 2017**, there is still no official websocket documentation.*
10-
119
*The code is licensed under the MIT license. Please consider the following message:*
1210
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1311
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
@@ -45,11 +43,18 @@ You can use it for various purposes, some examples include:
4543
Use your imagination.
4644

4745
# Notices
48-
17/03/2018
46+
**27/03/2018**
47+
48+
Bittrex has published officicial beta [documentation](https://github.com/Bittrex/beta).
49+
50+
**17/03/2018**
51+
4952
I have just released a new [SignalR client](https://github.com/slazarov/python-signalr-client) based on asyncio. I plan to replace the existing one that uses gevent.
50-
The main implications are that support is going to transition to Python3.4+ because asyncio does not support lower versions.
53+
The main implications are that support is going to transition to Python3.5+ because asyncio does not support lower versions.
5154

5255
# Road map
56+
* Implementation of new changes with respect to the published official documentation.
57+
* Development of new improved async version of the socket.
5358
* Socket reconnection handling
5459

5560
~~* Implemented but experimental~~

0 commit comments

Comments
 (0)