@@ -150,19 +150,19 @@ All notable changes to this project will be documented in this file.
150
150
- [ ** breaking** ] Drop support for Python 3.8
151
151
152
152
153
- ## [ 1.7.2] ( ../../ releases/tag/v1.7.2) - 2024-07-08
153
+ ## [ 1.7.2] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.7.2) ( 2024-07-08)
154
154
155
155
- Add Actor Standby port
156
156
157
157
158
- ## [ 1.7.1] ( ../../ releases/tag/v1.7.1) - 2024-05-23
158
+ ## [ 1.7.1] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.7.1) ( 2024-05-23)
159
159
160
160
### 🐛 Bug Fixes
161
161
162
162
- Set a timeout for Actor cleanup
163
163
164
164
165
- ## [ 1.7.0] ( ../../ releases/tag/v1.7.0) - 2024-03-12
165
+ ## [ 1.7.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.7.0) ( 2024-03-12)
166
166
167
167
### 🚀 Features
168
168
@@ -174,7 +174,7 @@ All notable changes to this project will be documented in this file.
174
174
- Scrapy's ` Request.dont_filter ` works.
175
175
176
176
177
- ## [ 1.6.0] ( ../../ releases/tag/v1.6.0) - 2024-02-23
177
+ ## [ 1.6.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.6.0) ( 2024-02-23)
178
178
179
179
### 🐛 Bug Fixes
180
180
@@ -185,28 +185,28 @@ All notable changes to this project will be documented in this file.
185
185
- Remove ` ApifyRetryMiddleware ` and stay with the Scrapy's default one
186
186
187
187
188
- ## [ 1.5.5] ( ../../ releases/tag/v1.5.5) - 2024-02-01
188
+ ## [ 1.5.5] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.5) ( 2024-02-01)
189
189
190
190
### 🐛 Bug Fixes
191
191
192
192
- Fix conversion of ` headers ` fields in Apify <--> Scrapy request translation
193
193
194
194
195
- ## [ 1.5.4] ( ../../ releases/tag/v1.5.4) - 2024-01-24
195
+ ## [ 1.5.4] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.4) ( 2024-01-24)
196
196
197
197
### 🐛 Bug Fixes
198
198
199
199
- Fix conversion of ` userData ` and ` headers ` fields in Apify <--> Scrapy request translation
200
200
201
201
202
- ## [ 1.5.3] ( ../../ releases/tag/v1.5.3) - 2024-01-23
202
+ ## [ 1.5.3] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.3) ( 2024-01-23)
203
203
204
204
### 🚀 Features
205
205
206
206
- Add ` apply_apify_settings ` function to Scrapy subpackage
207
207
208
208
209
- ## [ 1.5.2] ( ../../ releases/tag/v1.5.2) - 2024-01-19
209
+ ## [ 1.5.2] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.2) ( 2024-01-19)
210
210
211
211
### 🐛 Bug Fixes
212
212
@@ -220,22 +220,22 @@ All notable changes to this project will be documented in this file.
220
220
- Replace asserts with custom checks in Scrapy subpackage
221
221
222
222
223
- ## [ 1.5.1] ( ../../ releases/tag/v1.5.1) - 2024-01-10
223
+ ## [ 1.5.1] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.1) ( 2024-01-10)
224
224
225
225
### Chore
226
226
227
227
- Allowed running integration tests from PRs from forks, after maintainer approval
228
228
- Do not close ` nested_event_loop ` in the ` Scheduler.__del__ `
229
229
230
230
231
- ## [ 1.5.0] ( ../../ releases/tag/v1.5.0) - 2024-01-03
231
+ ## [ 1.5.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.5.0) ( 2024-01-03)
232
232
233
233
### 🚀 Features
234
234
235
235
- Add ` ApifyHttpProxyMiddleware `
236
236
237
237
238
- ## [ 1.4.1] ( ../../ releases/tag/v1.4.1) - 2023-12-21
238
+ ## [ 1.4.1] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.4.1) ( 2023-12-21)
239
239
240
240
### 🐛 Bug Fixes
241
241
@@ -246,21 +246,21 @@ All notable changes to this project will be documented in this file.
246
246
- Fix type hint problems for resource clients
247
247
248
248
249
- ## [ 1.4.0] ( ../../ releases/tag/v1.4.0) - 2023-12-05
249
+ ## [ 1.4.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.4.0) ( 2023-12-05)
250
250
251
251
### Chore
252
252
253
253
- Migrate from Autopep8 and Flake8 to Ruff
254
254
255
255
256
- ## [ 1.3.0] ( ../../ releases/tag/v1.3.0) - 2023-11-15
256
+ ## [ 1.3.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.3.0) ( 2023-11-15)
257
257
258
258
### 🚀 Features
259
259
260
260
- Add ` scrapy ` extra
261
261
262
262
263
- ## [ 1.2.0] ( ../../ releases/tag/v1.2.0) - 2023-10-23
263
+ ## [ 1.2.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.2.0) ( 2023-10-23)
264
264
265
265
### 🚀 Features
266
266
@@ -271,7 +271,7 @@ All notable changes to this project will be documented in this file.
271
271
- Fix lint error (E721) in unit tests (for instance checks use ` isinstance() ` )
272
272
273
273
274
- ## [ 1.1.5] ( ../../ releases/tag/v1.1.5) - 2023-10-03
274
+ ## [ 1.1.5] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.5) ( 2023-10-03)
275
275
276
276
### 🚀 Features
277
277
@@ -283,7 +283,7 @@ All notable changes to this project will be documented in this file.
283
283
- Remove PR Toolkit workflow
284
284
285
285
286
- ## [ 1.1.4] ( ../../ releases/tag/v1.1.4) - 2023-09-06
286
+ ## [ 1.1.4] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.4) ( 2023-09-06)
287
287
288
288
### 🐛 Bug Fixes
289
289
@@ -296,15 +296,15 @@ All notable changes to this project will be documented in this file.
296
296
- Unpin ` apify-client ` and ` apify-shared ` to improve compatibility with their newer versions
297
297
298
298
299
- ## [ 1.1.3] ( ../../ releases/tag/v1.1.3) - 2023-08-25
299
+ ## [ 1.1.3] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.3) ( 2023-08-25)
300
300
301
301
### Chore
302
302
303
303
- Unify indentation in configuration files
304
304
- Update the ` Actor.reboot ` method to use the new reboot endpoint
305
305
306
306
307
- ## [ 1.1.2] ( ../../ releases/tag/v1.1.2) - 2023-08-02
307
+ ## [ 1.1.2] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.2) ( 2023-08-02)
308
308
309
309
### Chore
310
310
@@ -314,14 +314,14 @@ All notable changes to this project will be documented in this file.
314
314
- Pin ` apify-client ` and ` apify-shared ` to prevent their implicit updates from breaking SDK
315
315
316
316
317
- ## [ 1.1.1] ( ../../ releases/tag/v1.1.1) - 2023-05-23
317
+ ## [ 1.1.1] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.1) ( 2023-05-23)
318
318
319
319
### 🐛 Bug Fixes
320
320
321
321
- Relax dependency requirements to improve compatibility with other libraries
322
322
323
323
324
- ## [ 1.1.0] ( ../../ releases/tag/v1.1.0) - 2023-05-23
324
+ ## [ 1.1.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.1.0) ( 2023-05-23)
325
325
326
326
### 🚀 Features
327
327
@@ -339,7 +339,7 @@ All notable changes to this project will be documented in this file.
339
339
- Switch from ` setup.py ` to ` pyproject.toml ` for specifying project setup
340
340
341
341
342
- ## [ 1.0.0] ( ../../ releases/tag/v1.0.0) - 2023-03-13
342
+ ## [ 1.0.0] ( https://github.com/apify/apify-sdk-python/ releases/tag/v1.0.0) ( 2023-03-13)
343
343
344
344
### 🐛 Bug Fixes
345
345
0 commit comments