You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Method parameter `issue_number` renamed to `issue_id` in `is_state()`, `is_open()` and `is_closed()`.
113
-
114
-
### Removed
115
-
- Sub-classing of `unittest.TestCase`
116
-
- Setting repository ID through class attributes
136
+
- Removed sub-classing of `unittest.TestCase`
137
+
- Removes setting repository ID through class attributes
117
138
118
139
## [1.2.0] - 2019-08-14
119
140
120
-
### Added
141
+
### Features
142
+
121
143
- Caching functionality to speed up tests involving network calls and prevent API quota depletion.
122
144
-`CACHE_INVALIDATION_IN_SECONDS`[environment variables](README.md#environment-variables) for changing default cache invalidation period or disabling cache completely.
123
145
124
146
## [1.1.1] - 2019-08-08
125
147
126
-
### Fixed
148
+
### Fixes
149
+
127
150
- Drops Python 3.5 from classifiers as it was never supported.
128
151
129
152
## [1.1.0] - 2019-08-05
130
153
131
-
### Added
154
+
### Features
155
+
132
156
-`GITHUB_USER_NAME` and `GITHUB_PERSONAL_ACCESS_TOKEN`[environment variables](README.md#environment-variables) to allow authentication with GitHub API and higher API rate limit (5000/API token/hour instead of the default 60/host/hour).
133
157
134
158
## [1.0.0] - 2019-08-04
135
159
136
-
### Added
160
+
### Features
161
+
137
162
- Initial source code
138
163
- Error handling printing out full message received.
139
164
- Error handling of exceeded API rate limit, showing current quota and time until quota reset.
0 commit comments