Releases: josegonzalez/python-github-backup
Releases Β· josegonzalez/python-github-backup
0.62.1
Commits
- 0638666: handle more network errors (Changaco) #506
- ddf82f1: suppress output of call to
git lfs version(Changaco) #507 - ddf7f82: add missing
contextargument tourlopencall (Changaco) #508 - 2f130ec: remove bad invocation of the system shell (Changaco) #508
- b92aee6: use
subprocess.DEVNULLinstead of emulating it (Changaco) #509 - f3eabf0: don't pass stdin when doing so can't do any good (Changaco) #509
- ccc27b9: remove legacy code in
mkdir_pfunction (Changaco) #509 - f1fca0f: don't leave files open (Changaco) #509
- 17b79fc: rename a function to match what it actually does (Changaco) #509
- 3cda5a0: document that
--alldoesn't imply--attachments(Changaco) #510 - 543d76f: fix a typo in the README (Changaco) #510
- 9340aa3: try to clarify what
--incrementalactually does (Changaco) #510 - a2391a5: remove pointless and unsafe
exports in examples (Changaco) #510 - d30d9bf: eliminate trailing spaces (Changaco) #510
- 8e76089: document that nothing is saved by default (Changaco) #510
- bd6eea0: Release version 0.62.1 (GitHub Action)
0.62.0
Chores
- deps: bump docker/metadata-action from 5 to 6 #492 (dependabot[bot])
- deps: bump docker/setup-buildx-action from 3 to 4 #493 (dependabot[bot])
- deps: bump docker/setup-qemu-action from 3 to 4 #494 (dependabot[bot])
- deps: bump docker/build-push-action from 6 to 7 #495 (dependabot[bot])
- deps: bump the python-packages group with 2 updates #496 (dependabot[bot])
- deps: bump docker/login-action from 3 to 4 #491 (dependabot[bot])
- deps: bump black in the python-packages group #497 (dependabot[bot])
- deps: bump pytest in the python-packages group #499 (dependabot[bot])
Commits
- f411799: Add --token-from-gh authentication option (Duncan Ogilvie) #501
- 4d022d9: Add support for discussions (Duncan Ogilvie) #502
- 24b3fdb: Add support for pull request reviews (Duncan Ogilvie) #503
- b3a8241: Implement per-resource last_update timestamps (Duncan Ogilvie) #504
- 6cd0ab3: Reduce unnecessary pull requests with incremental fetching (Duncan Ogilvie) #505
- 9d0cfdb: Avoid redundant release asset list requests (Duncan Ogilvie) #505
- 014eff3: Skip checkpoint-equal incremental items (Duncan Ogilvie) #505
- f8cdf55: Release version 0.62.0 (GitHub Action)
0.61.5
0.61.4
Chores
- deps: bump setuptools in the python-packages group #484 (dependabot[bot])
- deps: bump setuptools in the python-packages group #485 (dependabot[bot])
Commits
0.61.3
0.61.2
Features
- Only make security advisory dir if successful #479 (Lukas Bestle)
Bug Fixes
- Handle 404 errors on security advisories #479 (Lukas Bestle)
- Skip security advisories for private repos unless explicitly requested #479 (Lukas Bestle)
Documentation
- Explain security advisories in README #479 (Lukas Bestle)
Chores
- deps: bump black in the python-packages group #480 (dependabot[bot])
Commits
- 712d22d: Release version 0.61.2 (GitHub Action)
0.61.1
0.61.0
Features
- Backup of repository security advisories #475 (Lukas Bestle)
Documentation
- Add missing
--retriesargument to README #476 (Lukas Bestle)
Tests
- Adapt tests to new argument #475 (Lukas Bestle)
Commits
- c63fb37: Release version 0.61.0 (GitHub Action)
0.60.0
Commits
- 89502c3: update retry logic and logging (michaelmartinez) #474
- 8b1b632: max_retries 5 (michaelmartinez) #474
- 1f2ec01: readme, simplify the logic a bit (michaelmartinez) #474
- f9827da: don't use a global variable, pass the args instead (michaelmartinez) #474
- 8b21e25: readme (michaelmartinez) #474
- 5ab3852: rm max_retries.py (michaelmartinez) #474
- 44b0003: updates to the tests, and fixes to the retry (michaelmartinez) #474
- 858731e: Release version 0.60.0 (GitHub Action)