Skip to content

Commit ecfb72a

Browse files
0xMassiclaude
andcommitted
chore(release): bump version to 0.6.13
Ship the hot-path extraction speedups (#66): selector hoisting, shared Open Graph parsing, QuickJS gating + parsed-document reuse, and HTTP connection-pool tuning. Byte-identical extraction output (verified). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent febe56d commit ecfb72a

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [0.6.13] - 2026-06-17
9+
10+
### Performance
11+
- Faster content extraction with byte-identical output. The markdown noise filter no longer recompiles its CSS selectors on every element; the vertical extractors share a single Open Graph meta parse instead of re-scanning the page per field; the JavaScript sandbox is skipped entirely when a page has no JS-assigned data (and reuses the already-parsed document instead of re-parsing); and the HTTP client now tunes its connection pool (connect timeout, idle-pool reuse, keep-alive) for better connection reuse across requests.
12+
813
## [0.6.12] - 2026-06-17
914

1015
### Added

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.6.12"
6+
version = "0.6.13"
77
edition = "2024"
88
license = "AGPL-3.0"
99
repository = "https://github.com/0xMassi/webclaw"

0 commit comments

Comments
 (0)