File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 2.0.1 ] ( ../../releases/tag/v2.0.1 ) - Unreleased
3
+ ## [ 2.0.2 ] ( ../../releases/tag/v2.0.2 ) - Unreleased
4
4
5
5
- ...
6
6
7
+ ## [ 2.0.1] ( ../../releases/tag/v2.0.1 ) - 2024-10-25
8
+
9
+ ### 🚀 Features
10
+
11
+ - Add standby URL and change default standby port
12
+ - Add crawlee version to system info output
13
+
14
+ ### 🐛 Bug Fixes
15
+
16
+ - Allow empty timeout_at environment variable
17
+ - Use HttpHeaders type in Scrapy integration
18
+ - Adjust tests for Scrapy user data
19
+
7
20
## [ 2.0.0] ( ../../releases/tag/v2.0.0 ) - 2024-09-10
8
21
9
22
- Check the [ Upgrading to v2.0] ( https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2 ) guide.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " apify"
7
- version = " 2.0.1 "
7
+ version = " 2.0.2 "
8
8
description = " Apify SDK for Python"
9
9
authors = [
" Apify Technologies s.r.o. <[email protected] >" ]
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments