From a7e29a1662da46cf3dd1e33656728f8b24165098 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 1 Oct 2025 06:26:19 +0300 Subject: [PATCH] docs: Update introduction --- README.md | 8 +------- docs/index.md | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f18438e..49305d2 100644 --- a/README.md +++ b/README.md @@ -111,13 +111,7 @@ Built for the modern Web, Scrapling features its own rapid parsing engine and fe - 📝 **Auto Selector Generation**: Generate robust CSS/XPath selectors for any element. - 🔌 **Familiar API**: Similar to Scrapy/BeautifulSoup with the same pseudo-elements used in Scrapy/Parsel. - 📘 **Complete Type Coverage**: Full type hints for excellent IDE support and code completion. - -### New Session Architecture -Scrapling 0.3 introduces a completely revamped session system: -- **Persistent Sessions**: Maintain cookies, headers, and authentication across multiple requests -- **Automatic Session Management**: Smart session lifecycle handling with proper cleanup -- **Session Inheritance**: All fetchers support both one-off requests and persistent session usage -- **Concurrent Session Support**: Run multiple isolated sessions simultaneously +- 🔋 **Ready Docker image**: With each release, a Docker image containing all browsers is automatically built and pushed. ## Getting Started diff --git a/docs/index.md b/docs/index.md index 384d772..9f9288f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,6 +74,7 @@ Built for the modern Web, Scrapling features its own rapid parsing engine and fe - 📝 **Auto Selector Generation**: Generate robust CSS/XPath selectors for any element. - 🔌 **Familiar API**: Similar to Scrapy/BeautifulSoup with the same pseudo-elements used in Scrapy/Parsel. - 📘 **Complete Type Coverage**: Full type hints for excellent IDE support and code completion. +- 🔋 **Ready Docker image**: With each release, a Docker image containing all browsers is automatically built and pushed. ## Star History