Releases: akamhy/waybackpy
Releases · akamhy/waybackpy
v3.0.6
What's Changed
- Add CITATION.cff by @eggplants in #166
- Add typed marker (PEP561) by @eggplants in #167
- Fix cff format by @eggplants in #168
- Update CITATION.cff by @akamhy in #169
- v3.0.6 by @akamhy in #170
Full Changelog: 3.0.5...3.0.6
v3.0.5
v3.0.4
What's Changed
- Move metadata from init.py into setup.cfg by @eggplants in #153
- add sort param support in CDX API class by @akamhy in #156
- Add sort, use_pagination and closest by @akamhy in #158
- Cdx based oldest newest and near by @akamhy in #159
Full Changelog: 3.0.3...3.0.4
v3.0.3
What's Changed
- Dropped Python 3.4 to 3.6, both inclusive.
- Catch 429 and 509 status code for save page now API
- Increase the default CDX limit from 5000 to 25000 records per API call.
- Added type hint
- The package will now close the sessions explicitly.
- Removed useless code.
- Added docstrings.
New Contributors
- @eggplants made their first contribution in #124
- @deepsource-autofix made their first contribution in #145
Full Changelog: 3.0.2...3.0.3
v3.0.2
Nothing changed wrt to the previous version but creating a release for Conda forge. Replace the NON-ASCII character figlet with ASCII character figlet.
v3.0.1
What's Changed
- escape '.' before 'archive.org' by @akamhy in #112
- Update setup.py by @rafaelrdealmeida in #114
- do not use f-strings in setup.py by @akamhy in #115
New Contributors
- @rafaelrdealmeida made their first contribution in #114
See also conda-forge/staged-recipes#17634 and conda-forge/staged-recipes#17634 (comment)
Full Changelog: 3.0.0...3.0.1
v3.0.0
What's Changed
- 3 different APIs have now 3 different classes, WaybackMachineCDXServerAPI, WaybackMachineSaveAPI and WaybackMachineAvailabilityAPI.
- CLI now supports the CDX API.
- The past Url class will be continued to be supported, don't need to worry that your old code will break.
- Get is now deprecated, it was a bad idea even trying to add tasks meant for urllib.
Full Changelog: 2.4.4...3.0.0
v2.4.4
v2.4.3
v2.4.2
- added CLI Arg --file, if this Arg is not used with known URLs than waybackpy will not save the output URLs in file.
- added cached_save flag on waybackpy URL object, if the returned saved archive is older than 3 mins the flag is true else false.
- BUG FIX : the CLI --json arg was not returning valid JSON instead JSON loaded python dict. This is now fixed.