Skip to content

Releases: josegonzalez/python-github-backup

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)

0.58.0

16 Dec 15:17

Choose a tag to compare

Chores

Commits

  • 46140b0: Fix retry logic for HTTP 5xx errors and network failures (Rodos) #471
  • c70cc43: Release version 0.58.0 (GitHub Action)

0.57.0

12 Dec 11:07

Choose a tag to compare

Documentation

  • add stdin token example to README #467 (Rodos)

Commits

  • ef99048: Add GitHub Apps documentation and remove outdated header (Rodos) #467
  • f6e2f40: Add --skip-assets-on flag to skip release asset downloads (#135) (Rodos) #468
  • ba852b5: Release version 0.57.0 (GitHub Action)

0.56.0

11 Dec 16:50

Choose a tag to compare

Bug Fixes

  • replace deprecated git lfs clone with git clone + git lfs fetch --all #465 (Rodos)
  • add Windows support with entry_points and os.replace #466 (Rodos)

Documentation

  • add "Restoring from Backup" section to README #464 (Rodos)

Chores

Commits

  • 2bb83d6: Release version 0.56.0 (GitHub Action)

0.55.0

07 Dec 13:59

Choose a tag to compare

Bug Fixes

  • warn and skip when --starred-gists used for different user #459 (Rodos)
  • warn when --private used without authentication #461 (Rodos)
  • --all-starred now clones repos without --repositories #461 (Rodos)
  • improve error messages for inaccessible repos and empty wikis #461 (Rodos)

Documentation

  • fix RST formatting in Known blocking errors section #461 (Rodos)

Tests

  • add missing test coverage for case sensitivity fix #461 (Rodos)

Chores

Commits

  • eb5779a: Release version 0.55.0 (GitHub Action)

0.54.0

03 Dec 02:18

Choose a tag to compare

Bug Fixes

  • send INFO/DEBUG to stdout, WARNING/ERROR to stderr #458 (Rodos)

Documentation

  • update README testing section and add fetch vs pull explanation #457 (Rodos)

Commits

  • 2a9d86a: Release version 0.54.0 (GitHub Action)

0.53.0

30 Nov 04:30

Choose a tag to compare

Bug Fixes

  • case-sensitive username filtering causing silent backup failures #456 (Rodos)

Commits

  • 5739ac0: Avoid rewriting unchanged JSON files for labels, milestones, releases, hooks, followers, and following (Rodos) #455
  • ff2681e: Release version 0.53.0 (GitHub Action)

0.52.0

28 Nov 23:39

Choose a tag to compare

Chores

Commits

  • 7840528: Skip DMCA'd repos which return a 451 response (Rodos) #454
  • 8b7512c: Release version 0.52.0 (GitHub Action)

0.51.3

18 Nov 06:55

Choose a tag to compare

Tests

  • Add pagination tests for cursor and page-based Link headers #450 (Rodos)

Commits

  • 7551829: Use cursor based pagination (Helio Machado) #449
  • 9ef496e: Release version 0.51.3 (GitHub Action)