Skip to content

Releases: MeltanoLabs/tap-github

v1.26.0

23 Jan 20:09
8f4ea98

Choose a tag to compare

What's Changed

  • chore: pre-commit autoupdate by @pre-commit-ci[bot] in #501
  • chore(deps): Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #502
  • chore(deps): Bump singer-sdk from 0.53.4 to 0.53.5 in the runtime-dependencies group by @dependabot[bot] in #504
  • chore(deps-dev): Bump types-requests from 2.32.4.20250913 to 2.32.4.20260107 in the development-dependencies group by @dependabot[bot] in #503
  • chore(deps): Bump actions/cache from 5.0.1 to 5.0.2 in the actions group by @dependabot[bot] in #505
  • feat: Make backoff_max_tries configurable by @TrishGillett in #506
  • ci: Stop uploading wheels to GitHub releases by @edgarrmondragon in #507
  • packaging: Migrate to uv! by @edgarrmondragon in #508

Full Changelog: v1.25.1...v1.26.0

v1.25.1

18 Dec 18:50
10f907b

Choose a tag to compare

What's Changed

  • chore(deps): Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #494
  • chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 in the actions group by @dependabot[bot] in #496
  • chore(deps-dev): Bump pytest from 9.0.1 to 9.0.2 in the development-dependencies group by @dependabot[bot] in #495
  • chore(deps): Bump the actions group with 2 updates by @dependabot[bot] in #499
  • chore(deps-dev): Bump mypy from 1.19.0 to 1.19.1 in the development-dependencies group by @dependabot[bot] in #498
  • fix: Tolerate 414 error in ProjectItemsStream by @TrishGillett in #500

Full Changelog: v1.25.0...v1.25.1

v1.25.0

04 Dec 15:34
ec9caf8

Choose a tag to compare

What's Changed

  • chore(deps): Bump the actions group with 2 updates by @dependabot[bot] in #486
  • chore(deps): Bump singer-sdk from 0.53.2 to 0.53.3 in the runtime-dependencies group by @dependabot[bot] in #487
  • chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0 in the actions group by @dependabot[bot] in #489
  • chore: pre-commit autoupdate by @pre-commit-ci[bot] in #492
  • chore(deps-dev): Bump mypy from 1.18.2 to 1.19.0 in the development-dependencies group by @dependabot[bot] in #490
  • chore(deps): Bump the runtime-dependencies group with 2 updates by @dependabot[bot] in #491
  • chore: Lock file maintenance by @edgarrmondragon in #493
  • feat: Add ability to authenticate multiple orgs in one stream by @linbug in #488

Full Changelog: v1.24.1...v1.25.0

v1.24.1

19 Nov 07:09
4a2828e

Choose a tag to compare

What's Changed

Full Changelog: v1.24.0...v1.24.1

v1.24.0

31 Oct 17:12
d7b9f56

Choose a tag to compare

What's Changed

  • chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 in the actions group by @dependabot[bot] in #479
  • chore(deps): Bump singer-sdk from 0.52.1 to 0.52.2 in the runtime-dependencies group by @dependabot[bot] in #478
  • feat: Add ReviewCommentReactions stream by @linbug in #480

New Contributors

Full Changelog: v1.23.3...v1.24.0

v1.23.3

22 Oct 18:15
67ac7f2

Choose a tag to compare

What's Changed

Full Changelog: v1.23.2...v1.23.3

v1.23.2

22 Oct 00:53
1c2c39b

Choose a tag to compare

What's Changed

  • chore(deps): Bump singer-sdk from 0.50.2 to 0.51.0 by @dependabot[bot] in #476
  • chore(deps): Bump cryptography from 46.0.2 to 46.0.3 in the runtime-dependencies group by @dependabot[bot] in #475

Full Changelog: v1.23.1...v1.23.2

v1.23.1

14 Oct 22:10
89476e6

Choose a tag to compare

What's Changed

  • chore(deps): Bump singer-sdk from 0.50.0 to 0.50.1 in the runtime-dependencies group by @dependabot[bot] in #468
  • chore: pre-commit autoupdate by @pre-commit-ci[bot] in #469
  • chore(deps): Bump hynek/build-and-inspect-python-package from 2.13.0 to 2.14.0 in the actions group by @dependabot[bot] in #473
  • chore(deps-dev): Bump types-python-dateutil from 2.9.0.20250822 to 2.9.0.20251008 in the development-dependencies group by @dependabot[bot] in #470
  • chore(deps): Bump singer-sdk from 0.50.1 to 0.50.2 in the runtime-dependencies group by @dependabot[bot] in #471
  • fix: String to int conversion in scraping by @rluvaton in #474

New Contributors

Full Changelog: v1.23.0...v1.23.1

v1.23.0

01 Oct 02:46
a944462

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump mypy from 1.18.1 to 1.18.2 in the development-dependencies group by @dependabot[bot] in #463
  • chore(deps): Bump cryptography from 45.0.7 to 46.0.1 by @dependabot[bot] in #462
  • chore(deps): Bump beautifulsoup4 from 4.13.5 to 4.14.2 by @dependabot[bot] in #464
  • chore(deps): Bump actions/cache from 4.2.4 to 4.3.0 in the actions group by @dependabot[bot] in #465
  • feat: Make ProjectItemsStream skip project if query can't be validated by @TrishGillett in #466
  • fix: Bump Singer SDK to 0.50 by @edgarrmondragon in #467

Full Changelog: v1.22.0...v1.23.0

v1.22.0

17 Sep 02:11
fd73f4e

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump the development-dependencies group with 2 updates by @dependabot[bot] in #449
  • chore(deps): Bump the runtime-dependencies group with 2 updates by @dependabot[bot] in #450
  • docs: Indicate :app_id: is a placeholder by @susovan87 in #452
  • chore: pre-commit autoupdate by @pre-commit-ci[bot] in #454
  • fix(client): Extract records via records_jsonpath by @afkerhousse in #455
  • fix: Enable incremental syncing for workflow_runs stream by @afkerhousse in #456
  • chore(deps-dev): Bump mypy from 1.17.1 to 1.18.1 in the development-dependencies group by @dependabot[bot] in #457
  • chore(deps): Bump singer-sdk from 0.48.1 to 0.49.0 by @dependabot[bot] in #458
  • chore(deps-dev): Bump types-requests from 2.32.4.20250809 to 2.32.4.20250913 in the development-dependencies group by @dependabot[bot] in #459
  • fix: Address some deprecation warnings by @edgarrmondragon in #460
  • fix: Optimize workflow_run_jobs pagination to prevent 502 errors by @afkerhousse in #461

New Contributors

Full Changelog: v1.21.0...v1.22.0