Current section

Files

Jump to
common_crawl CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [0.2.0] - 2025-01-08
### Added
- `get_latest_for_url/2` function to fetch most recent crawl data for a URL
### Changed
- Switched from Jason to JSON library for JSON encoding/decoding
- Renamed configuration `s3_base_url` to `base_url` for clarity
- Updated minimum Elixir version requirement to 1.18
- Improved documentation with more examples