You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.4.1] - 2026-07-12
11
+
10
12
### Fixed
11
13
- Full timeline fetching now retries transient failures and fails explicitly when any later page cannot be fetched, instead of returning a partial result as complete
12
14
-`xcrawler fetch --replace` commits raw and translated snapshots together and preserves both previous files when translation is incomplete or either replacement fails
@@ -19,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
### Changed
20
22
-`fetch-more --pages` is now explicitly a shared HTTP request budget that includes retries
21
23
- Full fetch behavior is documented as archive mode by default and snapshot mode with `--replace`
24
+
- Full and incremental X API operations share one retry, rate-limit, and error-classification engine
25
+
-`--replace --no-translate` filters retained translations to the new raw snapshot instead of leaving stale records
26
+
- CI now enforces a coverage floor and performs scheduled base, visualization, and ML installation smoke tests
27
+
- The PyPI distribution is named `xcrawler-ai` (the CLI and import package remain `xcrawler`) and uses Trusted Publishing
0 commit comments