Skip to content

Releases: Justintime50/github-archive

v7.0.5

27 Mar 21:01
b6b66d1

Choose a tag to compare

  • Bumps PyGithub back to 2.9.x
  • Drops support for installation via Homebrew

v7.0.4

25 Mar 18:44
4ab65ad

Choose a tag to compare

  • Rollback PyGithub upgrade as it's not compatible with newer versions of Python in Homebrew

v7.0.3

25 Mar 17:17
eae8a28

Choose a tag to compare

  • Fixes a bug where failed gists would blow up GitHub Archive due to NoneType being returned
  • Bumps PyGithub to 2.9.x

v7.0.2

30 Nov 19:36

Choose a tag to compare

  • Include the Rust buildchain when releasing via Homebrew to support building the cryptography transient dependency
  • Swaps Homebrew Python back to 3.14
  • Swaps setup.py for pyproject.toml

v7.0.1

30 Nov 05:01

Choose a tag to compare

  • Swaps Python 3.14 for Python 3.10 on Homebrew to match our lowest supported version for better compatibility

v7.0.0

19 Nov 01:03

Choose a tag to compare

  • Drops support for Python 3.8 and 3.9
  • Bumps dependencies
    • PyGithub was updated to v2 which brings retry logic and rate limiting. Depending on the number of resources you request with github-archive, you may see different behavior than before

v6.3.0

13 Mar 22:23

Choose a tag to compare

  • Adds new languages CLI flag allowing filtering via a comma-separated list of GitHub languages for repos (cannot be used with include/exclude) - (closes #59)
  • Forking repos is now a threaded operation like all other operations instead of sequential

v6.2.0

13 Mar 16:42

Choose a tag to compare

  • Forking gists is now a threaded operation like all other operations instead of sequential
  • Corrects two log messages that incorrectly mentioned starred resources when they should have been org/user resources

v6.1.2

28 Aug 03:46

Choose a tag to compare

  • Expand paths for user-supplied --location strings. This now allows for spaces in paths and proper expansion of home directories (eg: ~)

v6.1.1

27 Aug 04:33

Choose a tag to compare

Fixes PyGithub pinned version to ensure Auth is available