We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33976a commit 5f94630Copy full SHA for 5f94630
docs/changelog.rst
@@ -9,6 +9,18 @@ Version 3.0.0
9
10
.. note:: This Version is a major rework of the library. Please see the :doc:`v3-migration` to learn how to migrate.
11
12
+**Highlights**
13
+
14
+- Library is now fully async
15
+- Twitch API responses are now Objects and Generators instead of pure dictionaries
16
+- Automatic Pagination of API results
17
+- First alpha of a Chat Bot implementation
18
+- More customizability for the UserAuthenticator
19
+- A lot of new Endpoints where added
20
+- New look and content for the documentation
21
22
+**Full Changelog**
23
24
* Rewrote the twitchAPI to be async
25
* twitchAPI now uses Objects instead of dictionaries
26
* added automatic pagination to all relevant API endpoints
0 commit comments