We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc9957 commit 70f711eCopy full SHA for 70f711e
2 files changed
CHANGES.rst
@@ -1,9 +1,20 @@
1
Changelog
2
=========
3
4
-0.32.0 (2020-04-13)
+0.33.0 (2020-04-13)
5
-------------------
6
------------------------
7
+- Add basic API request throttling. [Enrico Tröger]
8
+
9
+ A simple approach to throttle API requests and so keep within the rate
10
+ limits of the API. Can be enabled with "--throttle-limit" to specify
11
+ when throttling should start.
12
+ "--throttle-pause" defines the time to sleep between further API
13
+ requests.
14
15
16
+0.32.0 (2020-04-13)
17
+-------------------
18
- Add timestamp to log messages. [Enrico Tröger]
19
20
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.32.0'
+__version__ = '0.33.0'
0 commit comments