Skip to content

Commit a7e29a1

Browse files
committed
docs: Update introduction
1 parent 5127d38 commit a7e29a1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,7 @@ Built for the modern Web, Scrapling features its own rapid parsing engine and fe
111111
- πŸ“ **Auto Selector Generation**: Generate robust CSS/XPath selectors for any element.
112112
- πŸ”Œ **Familiar API**: Similar to Scrapy/BeautifulSoup with the same pseudo-elements used in Scrapy/Parsel.
113113
- πŸ“˜ **Complete Type Coverage**: Full type hints for excellent IDE support and code completion.
114-
115-
### New Session Architecture
116-
Scrapling 0.3 introduces a completely revamped session system:
117-
- **Persistent Sessions**: Maintain cookies, headers, and authentication across multiple requests
118-
- **Automatic Session Management**: Smart session lifecycle handling with proper cleanup
119-
- **Session Inheritance**: All fetchers support both one-off requests and persistent session usage
120-
- **Concurrent Session Support**: Run multiple isolated sessions simultaneously
114+
- πŸ”‹ **Ready Docker image**: With each release, a Docker image containing all browsers is automatically built and pushed.
121115

122116
## Getting Started
123117

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Built for the modern Web, Scrapling features its own rapid parsing engine and fe
7474
- πŸ“ **Auto Selector Generation**: Generate robust CSS/XPath selectors for any element.
7575
- πŸ”Œ **Familiar API**: Similar to Scrapy/BeautifulSoup with the same pseudo-elements used in Scrapy/Parsel.
7676
- πŸ“˜ **Complete Type Coverage**: Full type hints for excellent IDE support and code completion.
77+
- πŸ”‹ **Ready Docker image**: With each release, a Docker image containing all browsers is automatically built and pushed.
7778

7879

7980
## Star History

0 commit comments

Comments
Β (0)