Skip to content

Releases: josegonzalez/python-github-backup

0.62.1

30 Apr 15:53

Choose a tag to compare

Commits

  • 0638666: handle more network errors (Changaco) #506
  • ddf82f1: suppress output of call to git lfs version (Changaco) #507
  • ddf7f82: add missing context argument to urlopen call (Changaco) #508
  • 2f130ec: remove bad invocation of the system shell (Changaco) #508
  • b92aee6: use subprocess.DEVNULL instead 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_p function (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 --all doesn't imply --attachments (Changaco) #510
  • 543d76f: fix a typo in the README (Changaco) #510
  • 9340aa3: try to clarify what --incremental actually 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

29 Apr 12:10

Choose a tag to compare

Chores

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

18 Feb 21:04

Choose a tag to compare

Commits

  • f54a545: Fix empty repository crash due to None timestamp comparison (#489) (Rodos) #490
  • 68af1d4: Release version 0.61.5 (GitHub Action)

0.61.4

16 Feb 05:46

Choose a tag to compare

Chores

Commits

  • 0162f7e: Fix HTTP 451 DMCA and 403 TOS handling regression (#487) (Rodos) #488
  • 6006765: Release version 0.61.4 (GitHub Action)

0.61.3

24 Jan 05:45

Choose a tag to compare

Chores

Commits

  • 0d8a504: Fix KeyError: 'Private' when using --all flag (#481) (Rodos) #482
  • 9be6282: Release version 0.61.3 (GitHub Action)

0.61.2

19 Jan 17:40

Choose a tag to compare

Features

Bug Fixes

Documentation

Chores

Commits

  • 712d22d: Release version 0.61.2 (GitHub Action)

0.61.1

13 Jan 23:10

Choose a tag to compare

Commits

  • fce4abb: Fix fine-grained PAT attachment downloads for private repos (#477) (Rodos) #478
  • ab0eebb: Refactor test fixtures to use shared create_args helper (Rodos) #478
  • 6780d3a: Release version 0.61.1 (GitHub Action)

0.61.0

12 Jan 16:30

Choose a tag to compare

Features

Documentation

Tests

Commits

  • c63fb37: Release version 0.61.0 (GitHub Action)

0.60.0

24 Dec 00:45

Choose a tag to compare

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)

0.59.0

21 Dec 23:48

Choose a tag to compare

Chores

  • remove deprecated -u/-p password authentication options #473 (Rodos)

Commits

  • 3c43e0f: Add --starred-skip-size-over flag to limit starred repo size (#108) (Rodos) #472
  • 81a72ac: Release version 0.59.0 (GitHub Action)