docs: changelog + README for exporters and bounded disk cache; bump to 1.6.1 - #181
Merged
Conversation
… cache; bump to 1.6.1 Two features merged after the 1.6.0 release cut had no changelog entry: - mldsveda#174 (mldsveda#161): ScrapeResult.to_parquet()/to_excel() + save() dispatch + the pyscrappy[parquet]/[excel] extras. - mldsveda#180 (mldsveda#166): the on-disk response cache is now pruned to cache_dir_max_size. Add both to CHANGELOG (1.6.1), document the exporters + extras and the disk-cache bound in the README, and bump the version across all four sites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two features merged after the 1.6.0 release cut (#174 and #180) had no CHANGELOG entry or version bump. This records them and bumps to 1.6.1.
Changelog (1.6.1)
ScrapeResult.to_parquet()/to_excel(),save()extension dispatch, and thepyscrappy[parquet]/pyscrappy[excel]extras (Add to_parquet() and to_excel() exporters on ScrapeResult #161, via feat: add parquet and excel exporters #174).put()sweeps expired entries and trims oldest pastcache_dir_max_size(default 512), so acache_dirno longer grows one file per URL forever (On-disk cache (cache_dir) grows unbounded — no size cap or eviction #166, via fix(http): bound the on-disk response cache #180).README
[parquet]/[excel]extras in the install list.result.save("out.parquet"/".xlsx")shown in the quick start, with the extras each format needs.cache_dir_max_sizebound; added the field to the config example.Version
Bumped across all four sites (pyproject.toml,
__init__.py, server.json ×2).589 passed, ruff clean.