https://linen.dev logo
Join Slack
Powered by
# hub-repo-activity
  • g

    GitHub

    08/27/2025, 6:56 PM
    #2085 Move hub-utils here Pull request opened by edgarrmondragon meltano/hub
    • 1
    • 2
  • g

    GitHub

    08/27/2025, 7:05 PM
    #2086 Migrate hub-utils to use uv Pull request opened by edgarrmondragon meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/27/2025, 11:43 PM
    #2087 chore(deps): bump the default group in /hub-utils with 6 updates Pull request opened by dependabot[bot] Bumps the default group in /hub-utils with 6 updates: | Package | From | To | | ------------------------------------------------ | ------- | ------- | | [boto3](https://github.com/boto/boto3) | 1.40.12 | 1.40.18 | | [requests](https://github.com/psf/requests) | 2.32.4 | 2.32.5 | | ruamel-yaml | 0.18.14 | 0.18.15 | | [uv](https://github.com/astral-sh/uv) | 0.8.11 | 0.8.13 | | [coverage](https://github.com/nedbat/coveragepy) | 7.10.4 | 7.10.5 | | [moto](https://github.com/getmoto/moto) | 5.1.10 | 5.1.11 | Updates
    boto3
    from 1.40.12 to 1.40.18 Commits • `4515c41` Merge branch 'release-1.40.18' • `e77ca4b` Bumping version to 1.40.18 • `5662fde` Add changelog entries from botocore • `50b1b67` Merge branch 'release-1.40.17' • `47e2545` Merge branch 'release-1.40.17' into develop • `bf25224` Bumping version to 1.40.17 • `ba4d50a` Add changelog entries from botocore • `fe7457e` Merge branch 'release-1.40.16' • `2811578` Merge branch 'release-1.40.16' into develop • `3930259` Bumping version to 1.40.16 • Additional commits viewable in compare view Updates
    requests
    from 2.32.4 to 2.32.5 Release notes Sourced from requests's releases.
    ## v2.32.5
    ## 2.32.5 (2025-08-18)
    Bugfixes
    • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
    Deprecations
    • Added support for Python 3.14.
    • Dropped support for Python 3.8 following its end of support.
    Changelog Sourced from requests's changelog.
    ## 2.32.5 (2025-08-18)
    Bugfixes
    • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
    Deprecations
    • Added support for Python 3.14.
    • Dropped support for Python 3.8 following its end of support.
    Commits • `b25c87d` v2.32.5 • `131e506` Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-... • `b336cb2` Bump actions/checkout from 4.2.0 to 5.0.0 • `46e939b` Update publish workflow to use
    artifact-id
    instead of
    name
    • `4b9c546` Merge pull request #6999 from psf/dependabot/github_actions/step-security/har... • `7618dbe` Bump step-security/harden-runner from 2.12.0 to 2.13.0 • `2edca11` Add support for Python 3.14 and drop support for Python 3.8 (#6993) • `fec96cd` Update Makefile rules (#6996) • `d58d8aa` docs: clarify timeout parameter uses seconds in Session.request (#6994) • `91a3eab` Bump github/codeql-action from 3.28.5 to 3.29.0 • Additional commits viewable in compare view Updates
    ruamel-yaml
    from 0.18.14 to 0.18.15 Updates
    uv
    from 0.8.11 to 0.8.13 Release notes Sourced from uv's releases.
    ## 0.8.13
    ## Release Notes
    ### Enhancements
    • Add
    --no-install-*
    arguments to
    uv add
    (#15375)
    • Initialize Git prior to reading author in
    uv init
    (#15377)
    • Add CUDA 129 to available torch backends (#15416)
    • Update Pyodide to 0.28.2 (#15385)
    ### Preview features
    • Add an experimental
    uv format
    command (#15017)
    • Allow version specifiers in
    extra-build-dependencies
    if match-runtime is explicitly
    false
    (#15420)
    ### Bug fixes
    • Add
    triton
    to
    torch-backend
    manifest (#15405)
    • Avoid panicking when resolver returns stale distributions (#15389)
    • Fix
    uv_build
    wheel hashes (#15400)
    • Treat
    --upgrade-package
    on the command-line as overriding
    upgrade = false
    in configuration (#15395)
    • Restore DockerHub publishing (#15381)
    ## Install uv 0.8.13
    ### Install prebuilt binaries via shell script
    curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.13/uv-installer.sh | sh
    ### Install prebuilt binaries via powershell script
    powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.13/uv-installer.ps1 | iex"
    ## Download uv 0.8.13
    | File | Platform | Checksum |
    | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------- |
    | [uv-aarch64-apple-darwin.tar.gz](<https://github.com/astral-sh/uv/releases/download/0.8.13/…
    meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 12:27 AM
    #2088 chore(deps): bump aws-actions/configure-aws-credentials from 0eb446ecb2e3f0e1a19f106e12e76c6a98b6bdb2 to 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e Pull request opened by dependabot[bot] Bumps aws-actions/configure-aws-credentials from 0eb446ecb2e3f0e1a19f106e12e76c6a98b6bdb2 to 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e. Changelog Sourced from aws-actions/configure-aws-credentials's changelog.
    # Changelog
    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
    ## 4.3.1 (2025-08-04)
    ### Bug Fixes
    • update readme to 4.3.1 (#1424) (be2e7ad)
    ## 4.3.0 (2025-08-04)
    ### Features
    • depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
    • Optional environment variable output (c3b3ce6)
    ### Bug Fixes
    • docs: readme samples versioning (5b3c895)
    • the wrong example region for China partition in README (37fe9a7)
    • properly set proxy environment variable (cbea708)
    ### Miscellaneous Chores
    • release 4.3.0 (3f7c218)
    ## 4.2.1 (2025-05-14)
    ### Bug Fixes
    • ensure explicit inputs take precedence over environment variables (e56e6c4)
    • prioritize explicit inputs over environment variables (df9c8fe)
    ## 4.2.0 (2025-05-06)
    ### Features
    • add Expiration field to Outputs (a4f3267)
    • Document role-duration-seconds range (5a0cf01)
    • support action inputs as environment variables (#1338) (2c168ad)
    ### Bug Fixes
    ... (truncated) Commits • `1b2b73e` chore: Update dist • `e30ac4d` chore(deps-dev): bump
    @​aws-sdk/credential-provider-env
    (#1453) • `195dc25` chore: Update dist • `c284255` chore(deps): bump
    @​aws-sdk/client-sts
    from 3.864.0 to 3.873.0 (#1455) • `bee3104` chore(deps-dev): bump
    @​biomejs/biome
    from 2.2.0 to 2.2.2 (#1454) • `241c954` chore(deps-dev): bump memfs from 4.36.3 to 4.38.1 (#1452) • See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 1:35 AM
    #2089 chore(deps): bump aws-actions/configure-aws-credentials from 0eb446ecb2e3f0e1a19f106e12e76c6a98b6bdb2 to 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e Pull request opened by dependabot[bot] Bumps aws-actions/configure-aws-credentials from 0eb446ecb2e3f0e1a19f106e12e76c6a98b6bdb2 to 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e. Changelog Sourced from aws-actions/configure-aws-credentials's changelog.
    # Changelog
    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
    ## 4.3.1 (2025-08-04)
    ### Bug Fixes
    • update readme to 4.3.1 (#1424) (be2e7ad)
    ## 4.3.0 (2025-08-04)
    ### Features
    • depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
    • Optional environment variable output (c3b3ce6)
    ### Bug Fixes
    • docs: readme samples versioning (5b3c895)
    • the wrong example region for China partition in README (37fe9a7)
    • properly set proxy environment variable (cbea708)
    ### Miscellaneous Chores
    • release 4.3.0 (3f7c218)
    ## 4.2.1 (2025-05-14)
    ### Bug Fixes
    • ensure explicit inputs take precedence over environment variables (e56e6c4)
    • prioritize explicit inputs over environment variables (df9c8fe)
    ## 4.2.0 (2025-05-06)
    ### Features
    • add Expiration field to Outputs (a4f3267)
    • Document role-duration-seconds range (5a0cf01)
    • support action inputs as environment variables (#1338) (2c168ad)
    ### Bug Fixes
    ... (truncated) Commits • `1b2b73e` chore: Update dist • `e30ac4d` chore(deps-dev): bump
    @​aws-sdk/credential-provider-env
    (#1453) • `195dc25` chore: Update dist • `c284255` chore(deps): bump
    @​aws-sdk/client-sts
    from 3.864.0 to 3.873.0 (#1455) • `bee3104` chore(deps-dev): bump
    @​biomejs/biome
    from 2.2.0 to 2.2.2 (#1454) • `241c954` chore(deps-dev): bump memfs from 4.36.3 to 4.38.1 (#1452) • See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 2:00 AM
    #2090 chore(deps): bump boto3 from 1.40.18 to 1.40.19 in /hub-utils in the default group Pull request opened by dependabot[bot] Bumps the default group in /hub-utils with 1 update: boto3. Updates
    boto3
    from 1.40.18 to 1.40.19 Commits • `2438288` Merge branch 'release-1.40.19' • `29c8360` Bumping version to 1.40.19 • `b4cb5b0` Add changelog entries from botocore • `551522b` Remove opsworks and opsworkscm • `8c13d99` Merge branch 'release-1.40.18' into develop • `bc86634` Removed opsworks. • `b4afb01` Remove opsworks. • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/8c6272e2fb53ce4907ee701b5822cd6e106e9159866ed257b07561cb637f619b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d626f746f33267061636b6167652d6d616e616765723d75762670726576696f75732d76657273696f6e3d312e34302e3138266e65772d76657273696f6e3d312e34302e3139) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore <dependency name> major version
    will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) •
    @dependabot ignore <dependency name> minor version
    will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) •
    @dependabot ignore <dependency name>
    will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) •
    @dependabot unignore <dependency name>
    will remove all of the ignore conditions of the specified dependency •
    @dependabot unignore <dependency name> <ignore condition>
    will remove the ignore condition of the specified dependency and ignore conditions meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 4:04 AM
    #2091 fix: Preserve only top-level `stream_maps` setting Pull request opened by edgarrmondragon meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 4:09 AM
    #2092 chore: [Hub Bot] Refresh metadata 2025-08-28 Pull request opened by MeltyBot Updates Plugin Definitions meltano/hub
    • 1
    • 1
  • g

    GitHub

    08/28/2025, 4:09 AM
    #2093 chore: [Hub Bot] Refresh metadata 2025-08-28 Pull request opened by MeltyBot Updates Plugin Definitions meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/01/2025, 10:12 AM
    #2094 Add Plugin: tap-grib Issue created by lc-spxl ### What is the plugin type? extractor ### Repository URL https://github.com/celine-eu/tap-grib ### Extension Repository URL No response ### Description GRIB file extractor ### Domain URL https://github.com/celine-eu/tap-grib ### Logo Image No response ### Any other notes? No response meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/01/2025, 10:12 AM
    #2095 Add Plugin: tap-grib Issue created by lc-spxl ### What is the plugin type? extractor ### Repository URL https://github.com/celine-eu/tap-grib ### Extension Repository URL No response ### Description GRIB file extractor ### Domain URL https://github.com/celine-eu/tap-grib ### Logo Image No response ### Any other notes? No response meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/01/2025, 12:09 PM
    #2096 chore: [Hub Bot] Refresh metadata 2025-09-01 Pull request opened by MeltyBot Updates Plugin Definitions meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/01/2025, 8:50 PM
    #2097 Added tap-grib Pull request opened by edgarrmondragon • Closes #2094 meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/02/2025, 4:18 PM
    #2098 Add Plugin: tap-geo Issue created by lc-spxl ### What is the plugin type? extractor ### Repository URL https://github.com/celine-eu/tap-geo ### Extension Repository URL No response ### Description Extractor for various geospatial formats (eg. geojson, osm, shp, gpx) ### Domain URL https://github.com/celine-eu/tap-geo ### Logo Image No response ### Any other notes? No response meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/02/2025, 4:55 PM
    #2099 Add tap-geo (extractor for geojson, osm, shp, gpx, etc.) Pull request opened by edgarrmondragon meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 12:09 PM
    #2100 chore: [Hub Bot] Refresh metadata 2025-09-08 Pull request opened by MeltyBot Updates Plugin Definitions meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 1:02 PM
    #2101 chore(deps): bump the default group in /hub-utils with 6 updates Pull request opened by dependabot[bot] Bumps the default group in /hub-utils with 6 updates: | Package | From | To | | ------------------------------------------------ | ------- | ------- | | [boto3](https://github.com/boto/boto3) | 1.40.19 | 1.40.25 | | [uv](https://github.com/astral-sh/uv) | 0.8.13 | 0.8.15 | | [coverage](https://github.com/nedbat/coveragepy) | 7.10.5 | 7.10.6 | | [moto](https://github.com/getmoto/moto) | 5.1.11 | 5.1.12 | | [pytest](https://github.com/pytest-dev/pytest) | 8.4.1 | 8.4.2 | | [tox](https://github.com/tox-dev/tox) | 4.28.4 | 4.30.2 | Updates
    boto3
    from 1.40.19 to 1.40.25 Commits • `c1c6044` Merge branch 'release-1.40.25' • `faf7045` Bumping version to 1.40.25 • `041cf03` Add changelog entries from botocore • `d3129b6` Merge branch 'release-1.40.24' • `f196479` Merge branch 'release-1.40.24' into develop • `c503159` Bumping version to 1.40.24 • `95fd165` Add changelog entries from botocore • `dd74a1e` Bump github/codeql-action from 3.29.0 to 3.30.0 (#4605) • `182b1ad` Merge branch 'release-1.40.23' • `244d2f2` Merge branch 'release-1.40.23' into develop • Additional commits viewable in compare view Updates
    uv
    from 0.8.13 to 0.8.15 Release notes Sourced from uv's releases.
    ## 0.8.15
    ## Release Notes
    ### Python
    • Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
    ### Enhancements
    • Add
    uv auth
    commands for credential management (#15570)
    • Add pyx support to
    uv auth
    commands (#15636)
    • Add
    uv tree --show-sizes
    to show package sizes (#15531)
    • Add
    --python-platform riscv64-unknown-linux
    (#15630)
    • Add
    --python-platform
    to
    uv run
    and
    uv tool
    (#15515)
    • Add
    uv publish --dry-run
    (#15638)
    • Add zstandard support for wheels (#15645)
    • Allow registries to pre-provide core metadata (#15644)
    • Retry streaming Python and binary download errors (#15567)
    ### Bug fixes
    • Fix settings rendering for
    extra-build-dependencies
    (#15622)
    • Skip non-existent directories in bytecode compilation (#15608)
    ### Error messages
    • Add error trace to invalid package format (#15626)
    ## Install uv 0.8.15
    ### Install prebuilt binaries via shell script
    curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.sh | sh
    ### Install prebuilt binaries via powershell script
    powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.ps1 | iex"
    ## Download uv 0.8.15
    | File | Platform | Checksum |
    | ------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------- |
    | [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-apple-darwin.tar.gz.sha256) |
    | [uv-x86_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-x86%5F64-apple-darwin.tar.gz) | Intel macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-x86%5F64-apple-darwin.tar.gz.sha256) |
    | [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-pc-windows-msvc.zip.sha256) |
    | [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-i686-pc-windows-msvc.zip) | x86 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-i686-pc-windows-msvc.zip.sha256) |
    ... (truncated) Changelog Sourced from uv's changelog.
    ## 0.8.15
    ### Python
    • Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
    ### Enhancements
    • Add
    uv auth
    commands for credential management (#15570)
    • Add pyx support to
    uv auth
    commands (#15636)
    • Add
    uv tree --show-sizes
    to show package sizes (#15531)
    • Add
    --python-platform riscv64-unknown-linux
    (#15630)
    • Add
    --python-platform
    to
    uv run
    and
    uv tool
    (#15515)
    • Add
    uv publish --dry-run
    (#15638)
    • Add zstandard support for wheels (#15645)
    • Allow registries to pre-provide core metadata (#15644)
    • Retry streaming Python and binary download errors (#15567)
    ### Bug fixes
    • Fix settings rendering for
    extra-build-dependencies
    (#15622)
    • Skip non-existent directories in bytecode compilation (#15608)
    ### Error messages
    • Add error trace to invalid package format (#15626)
    ## 0.8.14
    ### Python
    • Add managed …
    meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 9:11 PM
    #2102 chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 Pull request opened by dependabot[bot] Bumps actions/github-script from 7.0.1 to 8.0.0. Release notes Sourced from actions/github-script's releases.
    ## v8.0.0
    ## What's Changed
    • Update Node.js version support to 24.x by `@​salmanmkc` in actions/github-script#637
    • README for updating actions/github-script from v7 to v8 by `@​sneha-krip` in actions/github-script#653
    ## ⚠️ Minimum Compatible Runner Version
    v2.327.1
    Release Notes
    Make sure your runner is updated to this version or newer to use this release.
    ## New Contributors
    • `@​salmanmkc` made their first contribution in actions/github-script#637
    • `@​sneha-krip` made their first contribution in actions/github-script#653
    Full Changelog: actions/github-script@v7.1.0...v8.0.0
    ## v7.1.0
    ## What's Changed
    • Upgrade husky to v9 by `@​benelan` in actions/github-script#482
    • Add workflow file for publishing releases to immutable action package by `@​Jcambass` in actions/github-script#485
    • Upgrade IA Publish by `@​Jcambass` in actions/github-script#486
    • Fix workflow status badges by `@​joshmgross` in actions/github-script#497
    • Update usage of
    actions/upload-artifact
    by `@​joshmgross` in actions/github-script#512
    • Clear up package name confusion by `@​joshmgross` in actions/github-script#514
    • Update dependencies with
    npm audit fix
    by `@​joshmgross` in actions/github-script#515
    • Specify that the used script is JavaScript by `@​timotk` in actions/github-script#478
    • chore: Add Dependabot for NPM and Actions by `@​nschonni` in actions/github-script#472
    • Define
    permissions
    in workflows and update actions by `@​joshmgross` in actions/github-script#531
    • chore: Add Dependabot for .github/actions/install-dependencies by `@​nschonni` in actions/github-script#532
    • chore: Remove .vscode settings by `@​nschonni` in actions/github-script#533
    • ci: Use github/setup-licensed by `@​nschonni` in actions/github-script#473
    • make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by `@​iamstarkov` in actions/github-script#508
    • Remove
    octokit
    README updates for v7 by `@​joshmgross` in actions/github-script#557
    • docs: add "exec" usage examples by `@​neilime` in actions/github-script#546
    • Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by `@​dependabot`[bot] in actions/github-script#563
    • Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by `@​dependabot`[bot] in actions/github-script#575
    • Clearly document passing inputs to the
    script
    by `@​joshmgross` in actions/github-script#603
    • Update README.md by `@​nebuk89` in actions/github-script#610
    ## New Contributors
    • `@​benelan` made their first contribution in actions/github-script#482
    • `@​Jcambass` made their first contribution in actions/github-script#485
    • `@​timotk` made their first contribution in actions/github-script#478
    • `@​iamstarkov` made their first contribution in actions/github-script#508
    • `@​neilime` made their first contribution in actions/github-script#546
    • `@​nebuk89` made their first contribution in actions/github-script#610
    Full Changelog: actions/github-script@v7...v7.1.0
    Commits • `ed59741` Merge pull request #653 from actions/sneha-krip/readme-for-v8 • `2dc352e` Bold minimum Actions Runner version in README • `01e118c` Update README for Node 24 runtime requirements • `8b222ac` Apply suggestion from `@​salmanmkc` • `adc0eea` README for updating actions/github-script from v7 to v8 • `20fe497` Merge pull request #637 from actions/node24 • `e7b7f22` update licenses • `2c81ba0` Update Node.js version support to 24.x • `f28e40c` Merge pull request #610 from actions/nebuk89-patch-1 • <h… meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 9:12 PM
    #2103 chore(deps): bump astral-sh/setup-uv from 6.5.0 to 6.6.1 Pull request opened by dependabot[bot] Bumps astral-sh/setup-uv from 6.5.0 to 6.6.1. Release notes Sourced from astral-sh/setup-uv's releases.
    ## v6.6.1 🌈 Fix exclusions in cache-dependency-glob
    ## Changes
    Exclusions with a leading
    !
    in the cache-dependency-glob did not work and got fixed with this release. Thank you `@​KnisterPeter` for raising this!
    ## 🐛 Bug fixes
    • Fix exclusions in cache-dependency-glob `@​eifinger` (#546)
    ## 🧰 Maintenance
    • Bump dependencies `@​eifinger` (#547)
    • chore: update known versions for 0.8.14 @github-actions[bot] (#543)
    • chore: update known versions for 0.8.13 @github-actions[bot] (#536)
    Commits • `557e51d` Bump dependencies (#547) • `1b46e13` Fix exclusions in cache-dependency-glob (#546) • `26cf676` chore: update known versions for 0.8.14 (#543) • `4e1e303` chore: update known versions for 0.8.13 (#536) • `4959332` Bump dependencies (#532) • `adeb286` Add support for .tools-versions (#531) • `fce199e` Add log message before long API calls to GitHub (#530) • `f758a4a` chore: update known versions for 0.8.12 (#529) • `c0e7e93` chore: update known versions for 0.8.11 (#526) • `fda2399` chore: update known versions for 0.8.10 (#525) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/741a7c7769a57f46225296f0fd84ed8f0efdf168a7fbd217ba8e0e269f693cc6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d362e352e30266e65772d76657273696f6e3d362e362e31) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 9:13 PM
    #2104 chore(deps): bump aws-actions/configure-aws-credentials from 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e to 8e2d02296bcf12c081e192c60f3cb80d77f4f76a Pull request opened by dependabot[bot] Bumps aws-actions/configure-aws-credentials from 1b2b73eb6a459c3a91fde76ba4c255e5b4b8e94e to 8e2d02296bcf12c081e192c60f3cb80d77f4f76a. Changelog Sourced from aws-actions/configure-aws-credentials's changelog.
    # Changelog
    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
    ## 5.0.0 (2025-09-03)
    ### ⚠️ BREAKING CHANGES
    • Cleanup input handling. Changes invalid boolean input behavior (see #1445)
    ### Features
    • add skip OIDC option (#1458) (8c45f6b)
    • Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
    • support account id allowlist (#1456) (c4be498)
    ## 4.3.1 (2025-08-04)
    ### Bug Fixes
    • update readme to 4.3.1 (#1424) (be2e7ad)
    ## 4.3.0 (2025-08-04)
    ### Features
    • depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
    • Optional environment variable output (c3b3ce6)
    ### Bug Fixes
    • docs: readme samples versioning (5b3c895)
    • the wrong example region for China partition in README (37fe9a7)
    • properly set proxy environment variable (cbea708)
    ### Miscellaneous Chores
    • release 4.3.0 (3f7c218)
    ## 4.2.1 (2025-05-14)
    ### Bug Fixes
    • ensure explicit inputs take precedence over environment variables (e56e6c4)
    ... (truncated) Commits • `8e2d022` ci: update configure-aws-credentials to v5 (#1470) • `fb3078e` chore: update readme version to v5 (#1469) • `0994a35` chore: update actions/checkout to v5 (#1471) • `1ec058b` chore: revert 163b496 (#1473) • `163b496` chore: update AWS role references to use variables (#1472) • `f2e9d49` chore: remove release-please-action override (#1467) • `a03048d` chore(main): release 5.0.0 (#1451) • `337f510` chore: Fix markdown link formatting in README.md (#1466) • `f001d79` chore: update README with versioning (#1465) • `cf5f2ac` chore: Update dist • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 9:13 PM
    #2105 chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 Pull request opened by dependabot[bot] Bumps actions/setup-node from 4.4.0 to 5.0.0. Release notes Sourced from actions/setup-node's releases.
    ## v5.0.0
    ## What's Changed
    ### Breaking Changes
    • Enhance caching in setup-node with automatic package manager detection by `@​priya-kinthali` in actions/setup-node#1348
    This update, introduces automatic caching when a valid
    packageManager
    field is present in your
    package.json
    . This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set
    package-manager-cache: false
    steps:
    - uses: actions/checkout@v5
    - uses: actions/setup-node@v5
    with:
    package-manager-cache: false
    • Upgrade action to use node24 by `@​salmanmkc` in actions/setup-node#1325
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
    ### Dependency Upgrades
    • Upgrade
    @​octokit/request-error
    and
    @​actions/github
    by `@​dependabot`[bot] in actions/setup-node#1227
    • Upgrade uuid from 9.0.1 to 11.1.0 by `@​dependabot`[bot] in actions/setup-node#1273
    • Upgrade undici from 5.28.5 to 5.29.0 by `@​dependabot`[bot] in actions/setup-node#1295
    • Upgrade form-data to bring in fix for critical vulnerability by `@​gowridurgad` in actions/setup-node#1332
    • Upgrade actions/checkout from 4 to 5 by `@​dependabot`[bot] in actions/setup-node#1345
    ## New Contributors
    • `@​priya-kinthali` made their first contribution in actions/setup-node#1348
    • `@​salmanmkc` made their first contribution in actions/setup-node#1325
    Full Changelog: actions/setup-node@v4...v5.0.0
    Commits • `a0853c2` Bump actions/checkout from 4 to 5 (#1345) • `b7234cc` Upgrade action to use node24 (#1325) • `d7a1131` Enhance caching in setup-node with automatic package manager detection (#1348) • `5e2628c` Bumps form-data (#1332) • `65becef` Bump undici from 5.28.5 to 5.29.0 (#1295) • `7e24a65` Bump uuid from 9.0.1 to 11.1.0 (#1273) • `08f58d1` Bump
    @​octokit/request-error
    and
    @​actions/github
    (#1227) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/52bfd2595924c0399fc2b524b1b78328248b182e84b68e8f2d2b70b1b4c570b9/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d6e6f6465267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d342e342e30266e65772d76657273696f6e3d352e302e30) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/08/2025, 9:16 PM
    #2106 chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 Pull request opened by dependabot[bot] Bumps actions/setup-python from 5.6.0 to 6.0.0. Release notes Sourced from actions/setup-python's releases.
    ## v6.0.0
    ## What's Changed
    ### Breaking Changes
    • Upgrade to node 24 by `@​salmanmkc` in actions/setup-python#1164
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
    ### Enhancements:
    • Add support for
    pip-version
    by `@​priyagupta108` in actions/setup-python#1129
    • Enhance reading from .python-version by `@​krystof-k` in actions/setup-python#787
    • Add version parsing from Pipfile by `@​aradkdj` in actions/setup-python#1067
    ### Bug fixes:
    • Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by `@​aparnajyothi-y` in actions/setup-python#1183
    • Change missing cache directory error to warning by `@​aparnajyothi-y` in actions/setup-python#1182
    • Add Architecture-Specific PATH Management for Python with --user Flag on Windows by `@​aparnajyothi-y` in actions/setup-python#1122
    • Include python version in PyPy python-version output by `@​cdce8p` in actions/setup-python#1110
    • Update docs: clarification on pip authentication with setup-python by `@​priya-kinthali` in actions/setup-python#1156
    ### Dependency updates:
    • Upgrade idna from 2.9 to 3.7 in /*tests*/data by `@​dependabot`[bot] in actions/setup-python#843
    • Upgrade form-data to fix critical vulnerabilities #182 & #183 by `@​aparnajyothi-y` in actions/setup-python#1163
    • Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by `@​aparnajyothi-y` in actions/setup-python#1165
    • Upgrade actions/checkout from 4 to 5 by `@​dependabot`[bot] in actions/setup-python#1181
    • Upgrade
    @​actions/tool-cache
    from 2.0.1 to 2.0.2 by `@​dependabot`[bot] in actions/setup-python#1095
    ## New Contributors
    • `@​krystof-k` made their first contribution in actions/setup-python#787
    • `@​cdce8p` made their first contribution in actions/setup-python#1110
    • `@​aradkdj` made their first contribution in actions/setup-python#1067
    Full Changelog: actions/setup-python@v5...v6.0.0
    Commits • `e797f83` Upgrade to node 24 (#1164) • `3d1e2d2` Revert "Enhance cache-dependency-path handling to support files outside the w... • `65b0712` Clarify pythonLocation behavior for PyPy and GraalPy in environment variables... • `5b668cf` Bump actions/checkout from 4 to 5 (#1181) • `f62a0e2` Change missing cache directory error to warning (#1182) • `9322b3c` Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn... • `fbeb884` Bump form-data to fix critical vulnerabilities #182 & #183 (#1163) • `03bb615` Bump idna from 2.9 to 3.7 in /*tests*/data (#843) • `36da51d` Add version parsing from Pipfile (#1067) • `3c6f142` update documentation (#1156) • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/84517925b609069b004f753ef5600ce635e422e002d33c2f8061e1a5c88563e7/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d707974686f6e267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e362e30266e65772d76657273696f6e3d362e302e30) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closin… meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 12:09 PM
    #2107 chore: [Hub Bot] Refresh metadata 2025-09-15 Pull request opened by MeltyBot Updates Plugin Definitions meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 12:26 PM
    #2108 Add Plugin: tap-tempo Issue created by mmartsen ### What is the plugin type? extractor ### Repository URL https://github.com/Broscorp-net/tap-tempo ### Extension Repository URL No response ### Description Timesheets Software ### Domain URL https://apidocs.tempo.io/ ### Logo Image [Image](https://private-user-images.githubusercontent.com/18629541/489517697-0ab8b691-f613-4c11-aff8-057eda4e5bbc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTc5NjQxNDEsIm5iZiI6MTc1Nzk2Mzg0MSwicGF0aCI6Ii8xODYyOTU0MS80ODk1MTc2OTctMGFiOGI2OTEtZjYxMy00YzExLWFmZjgtMDU3ZWRhNGU1YmJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTE1VDE5MTcyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJlNzFlZDQ2NDgzOTM3ZWE3M2JkMTMwOTE0MjI0YTZiODkxZGQ5ODlkOTYwMjc3N2IwM2YwNGQ1OTIyYjI4N2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xeX_6SzAyTWUTiJThcZPVkk6Roih42HUP2xnU_zhrvM) ### Any other notes? No response meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 1:58 PM
    #2109 chore(deps): bump the default group in /hub-utils with 3 updates Pull request opened by dependabot[bot] Bumps the default group in /hub-utils with 3 updates: boto3, uv and mypy. Updates
    boto3
    from 1.40.25 to 1.40.30 Commits • `b01d02d` Merge branch 'release-1.40.30' • `065a46d` Bumping version to 1.40.30 • `f78c83b` Add changelog entries from botocore • `97fd5d9` Merge pull request #4613 from adev-code/documentation-only • `2a0d0ad` Merge branch 'release-1.40.29' • `12750f6` Merge branch 'release-1.40.29' into develop • `62ea501` Bumping version to 1.40.29 • `32f7dea` Add changelog entries from botocore • `c1d11ea` Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS • `14fc68d` Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS • Additional commits viewable in compare view Updates
    uv
    from 0.8.15 to 0.8.17 Release notes Sourced from uv's releases.
    ## 0.8.17
    ## Release Notes
    Released on 2025-09-10.
    ### Enhancements
    • Improve error message for HTTP validation in auth services (#15768)
    • Respect
    PYX_API_URL
    when suggesting
    uv auth login
    on 401 (#15774)
    • Add pyx as a supported PyTorch index URL (#15769)
    ### Bug fixes
    • Avoid initiating login flow for invalid API keys (#15773)
    • Do not search for a password for requests with a token attached already (#15772)
    • Filter pre-release Python versions in
    uv init --script
    (#15747)
    ## Install uv 0.8.17
    ### Install prebuilt binaries via shell script
    curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.17/uv-installer.sh | sh
    ### Install prebuilt binaries via powershell script
    powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.17/uv-installer.ps1 | iex"
    ## Download uv 0.8.17
    | File | Platform | Checksum |
    | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------- |
    | [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-apple-darwin.tar.gz.sha256) |
    | [uv-x86_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-apple-darwin.tar.gz) | Intel macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-apple-darwin.tar.gz.sha256) |
    | [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-pc-windows-msvc.zip.sha256) |
    | [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-pc-windows-msvc.zip) | x86 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-pc-windows-msvc.zip.sha256) |
    | [uv-x86_64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-pc-windows-msvc.zip.sha256) |
    | [uv-aarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-gnu.tar.gz) | ARM64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-i686-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz) | x86 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-loongarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz) | LOONGARCH64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-powerpc64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz) | PPC64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz) | PPC64LE Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz) | RISCV Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-s390x-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz) | S390x Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-x86_64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-unknown-linux-gnu.tar.gz) | x64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-unknown-linux-gnu.tar.gz.sha256) |
    | [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz) | ARMv7 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256) |
    | [uv-aarch64-unknown-linux-musl.tar.gz](<https://github.com/astral-sh/uv/rele…
    meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 6:45 PM
    #2110 Add Broscorp variant of tap-tempo Pull request opened by edgarrmondragon meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 9:03 PM
    #2111 chore(deps): bump tj-actions/changed-files from 46.0.5 to 47.0.0 Pull request opened by dependabot[bot] Bumps tj-actions/changed-files from 46.0.5 to 47.0.0. Release notes Sourced from tj-actions/changed-files's releases.
    ## v47.0.0
    ## What's Changed
    • Upgraded to v46.0.5 by `@​github-actions`[bot] in tj-actions/changed-files#2531
    • chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by `@​dependabot`[bot] in tj-actions/changed-files#2532
    • chore(deps): bump tj-actions/branch-names from 8.1.0 to 8.2.1 by `@​dependabot`[bot] in tj-actions/changed-files#2535
    • remove: commit and push step from build job by `@​jackton1` in tj-actions/changed-files#2538
    • chore(deps-dev): bump
    @​types/node
    from 22.14.0 to 22.14.1 by `@​dependabot`[bot] in tj-actions/changed-files#2537
    • chore(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 by `@​dependabot`[bot] in tj-actions/changed-files#2536
    • chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by `@​dependabot`[bot] in tj-actions/changed-files#2539
    • chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by `@​dependabot`[bot] in tj-actions/changed-files#2542
    • chore(deps-dev): bump
    @​types/node
    from 22.14.1 to 22.15.0 by `@​dependabot`[bot] in tj-actions/changed-files#2544
    • chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by `@​dependabot`[bot] in tj-actions/changed-files#2545
    • chore(deps-dev): bump
    @​types/node
    from 22.15.0 to 22.15.3 by `@​dependabot`[bot] in tj-actions/changed-files#2548
    • chore(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.4.0 by `@​dependabot`[bot] in tj-actions/changed-files#2553
    • chore(deps-dev): bump
    @​types/node
    from 22.15.3 to 22.15.10 by `@​dependabot`[bot] in tj-actions/changed-files#2552
    • chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by `@​dependabot`[bot] in tj-actions/changed-files#2551
    • chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by `@​dependabot`[bot] in tj-actions/changed-files#2558
    • chore(deps-dev): bump
    @​types/node
    from 22.15.14 to 22.15.17 by `@​dependabot`[bot] in tj-actions/changed-files#2557
    • chore(deps): bump
    @​actions/github
    from 6.0.0 to 6.0.1 by `@​dependabot`[bot] in tj-actions/changed-files#2556
    • chore(deps-dev): bump
    @​types/lodash
    from 4.17.16 to 4.17.17 by `@​dependabot`[bot] in tj-actions/changed-files#2565
    • chore(deps): bump yaml from 2.7.1 to 2.8.0 by `@​dependabot`[bot] in tj-actions/changed-files#2561
    • chore(deps-dev): bump ts-jest from 29.3.2 to 29.3.4 by `@​dependabot`[bot] in tj-actions/changed-files#2563
    • chore(deps-dev): bump
    @​types/node
    from 22.15.17 to 22.15.21 by `@​dependabot`[bot] in tj-actions/changed-files#2566
    • chore(deps): bump
    @​octokit/rest
    from 21.1.1 to 22.0.0 by `@​dependabot`[bot] in tj-actions/changed-files#2568
    • chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by `@​dependabot`[bot] in tj-actions/changed-files#2564
    • chore: update build job to fail when there are uncommited changes by `@​jackton1` in tj-actions/changed-files#2571
    • chore(deps-dev): bump
    @​types/node
    from 22.15.21 to 22.15.24 by `@​dependabot`[bot] in tj-actions/changed-files#2572
    • docs: add Jellyfrog as a contributor for code, and doc by `@​allcontributors`[bot] in tj-actions/changed-files#2573
    • Updated README.md by `@​github-actions`[bot] in tj-actions/changed-files#2574
    • chore(deps-dev): bump
    @​types/node
    from 22.15.24 to 22.15.26 by `@​dependabot`[bot] in tj-actions/changed-files#2576
    • chore(deps-dev): bump eslint-plugin-jest from 28.11.0 to 28.12.0 by `@​dependabot`[bot] in tj-actions/changed-files#2575
    • chore(deps-dev): bump eslint-plugin-jest from 28.12.0 to 28.13.0 by `@​dependabot`[bot] in tj-actions/changed-files#2583
    • chore(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 by `@​dependabot`[bot] in tj-actions/changed-files#2589
    • docs: update link to glob patterns by `@​jackton1` in tj-actions/changed-files#2590
    • Updated README.md by `@​github-actions`[bot] in tj-actions/changed-files#2591
    • feat: add any_added to outputs by `@​Jellyfrog` in tj-actions/changed-files#2567
    • chore(deps): bump github/codeql-action from 3.28.18 to 3.29.0 by `@​dependabot`[bot] in tj-actions/changed-files#2588
    • Updated README.md by `@​github-actions`[bot] in tj-actions/changed-files#2592
    • chore(de…
    meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 9:03 PM
    #2112 chore(deps): bump aws-actions/configure-aws-credentials from 8e2d02296bcf12c081e192c60f3cb80d77f4f76a to 351d894493fd3289754a5471c0892ba92fa0abe2 Pull request opened by dependabot[bot] Bumps aws-actions/configure-aws-credentials from 8e2d02296bcf12c081e192c60f3cb80d77f4f76a to 351d894493fd3289754a5471c0892ba92fa0abe2. Changelog Sourced from aws-actions/configure-aws-credentials's changelog.
    # Changelog
    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
    ## 5.0.0 (2025-09-03)
    ### ⚠️ BREAKING CHANGES
    • Cleanup input handling. Changes invalid boolean input behavior (see #1445)
    ### Features
    • add skip OIDC option (#1458) (8c45f6b)
    • Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
    • support account id allowlist (#1456) (c4be498)
    ## 4.3.1 (2025-08-04)
    ### Bug Fixes
    • update readme to 4.3.1 (#1424) (be2e7ad)
    ## 4.3.0 (2025-08-04)
    ### Features
    • depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
    • Optional environment variable output (c3b3ce6)
    ### Bug Fixes
    • docs: readme samples versioning (5b3c895)
    • the wrong example region for China partition in README (37fe9a7)
    • properly set proxy environment variable (cbea708)
    ### Miscellaneous Chores
    • release 4.3.0 (3f7c218)
    ## 4.2.1 (2025-05-14)
    ### Bug Fixes
    • ensure explicit inputs take precedence over environment variables (e56e6c4)
    ... (truncated) Commits • `351d894` chore: Update dist • `1584b8b` feat: Add global timeout support (#1487) • `b845e0f` chore: Update dist • `cea4298` fix: properly expose getProxyForUrl (introduced in #1482) (#1486) • `6b19f7f` chore: Update dist • `97ef425` feat: Improve debug logging in retry logic (#1485) • `6bf1557` chore(deps): bump vite from 6.3.5 to 7.1.5 (#1484) • `3cb849c` chore: Update dist • `dde9b22` feat: add no-proxy support (#1482) • `5ebd15a` chore(deps-dev): bump
    @​biomejs/biome
    from 2.2.2 to 2.2.3 (#1480) • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/15/2025, 9:03 PM
    #2113 chore(deps): bump astral-sh/setup-uv from 6.6.1 to 6.7.0 Pull request opened by dependabot[bot] Bumps astral-sh/setup-uv from 6.6.1 to 6.7.0. Release notes Sourced from astral-sh/setup-uv's releases.
    ## v6.7.0 🌈 New inputs
    restore-cache
    and
    save-cache
    ## Changes
    This release adds fine-grained control over the caching steps.
    • The input
    restore-cache
    (
    true
    by default) can be set to
    false
    to skip restoring the cache while still allowing to save the cache.
    • The input
    save-cache
    (
    true
    by default) can be set to
    false
    to skip saving the cache.
    Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:
    - name: Save cache only on main branch
    uses: astral-sh/setup-uv@v6
    with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}
    ## 🚀 Enhancements
    • Add inputs restore-cache and save-cache `@​eifinger` (#568)
    ## 🧰 Maintenance
    • bump deps `@​eifinger` (#569)
    • Automatically push updated known versions `@​eifinger` (#565)
    • chore: update known versions for 0.8.16/0.8.17 @github-actions[bot] (#562)
    • chore: update known versions for 0.8.15 @github-actions[bot] (#550)
    • chore(ci): address CI lint findings `@​woodruffw` (#545)
    ## ⬆️ Dependency updates
    • Bump github/codeql-action from 3.29.11 to 3.30.3 @dependabot[bot] (#566)
    • Bump actions/setup-node from 4.4.0 to 5.0.0 @dependabot[bot] (#551)
    Commits • `b75a909` bump deps (#569) • `ffff8aa` Bump github/codeql-action from 3.29.11 to 3.30.3 (#566) • `95d0e23` Bump actions/setup-node from 4.4.0 to 5.0.0 (#551) • `dc724a1` Add inputs restore-cache and save-cache (#568) • `f67343a` Automatically push updated known versions (#565) • `4dd9f52` chore: update known versions for 0.8.16/0.8.17 (#562) • `e1e6fe7` chore: update known versions for 0.8.15 (#550) • `b183611` chore(ci): address CI lint findings (#545) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/1840284937c9a19d5fe4e90d83a8d43ab04617163c258727e30acdeab1df86c6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d362e362e31266e65772d76657273696f6e3d362e372e30) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) meltano/hub
    • 1
    • 1
  • g

    GitHub

    09/17/2025, 12:11 PM
    #2115 Add Plugin: Productive Issue created by matejnovak29 ### What is the plugin type? extractor ### Repository URL https://github.com/meltano/hub/tree/main/_data/meltano/extractors/tap-productive ### Extension Repository URL No response ### Description Project/Company Management System ### Domain URL https://developer.productive.io ### Logo Image [Image](https://private-user-images.githubusercontent.com/78020157/490533312-a921d017-8d70-4d2a-9be4-c430a65ec0c2.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTgxMTE0NDUsIm5iZiI6MTc1ODExMTE0NSwicGF0aCI6Ii83ODAyMDE1Ny80OTA1MzMzMTItYTkyMWQwMTctOGQ3MC00ZDJhLTliZTQtYzQzMGE2NWVjMGMyLnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTE3VDEyMTIyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU5MGVhYWFmMzFlY2FlNmMyNTlmMTg0MDQwNGRmMDc2MTgyZTdmNjFiMTA3OTMxZmE5MzE5ZDk4YzkzMzk2MDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FqCjzOBybZl_a4KTg4bLtX9mNRtchsi3_R8VMJiq77A) ### Any other notes? No response meltano/hub
    • 1
    • 1