airbyte-connectors
airbyte-connectors copied to clipboard
Airbyte connectors (sources & destinations) + Airbyte CDK for JavaScript/TypeScript
## Description Too many requests to Faros API ## Type of change - [X] Bug fix - [x] New feature - [ ] Breaking change
## Description Adds error handling for `searchForIssuesUsingJql` Adds `ProjectBoardFilter` to encapsulate the logic that determines which projects and boards to pull (this includes a fix to make sure that boards...
## Description - Add Jira source to task board stream ## Type of change - [ ] Bug fix - [X] New feature - [ ] Breaking change
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 5.0.0. Release notes Sourced from p-limit's releases. v5.0.0 Breaking Require Node.js 18 23d61ba As a reminder, this package continues to require ESM. For TypeScript users,...
Bumps [jenkins](https://github.com/silas/node-jenkins) and [@types/jenkins](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jenkins). These dependencies needed to be updated together. Updates `jenkins` from 0.28.1 to 1.1.0 Release notes Sourced from jenkins's releases. Node Jenkins 1.0.2 What's Changed Fix job...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 108.0.1 to 135.1.0. Release notes Sourced from googleapis's releases. googleapis: v135.1.0 135.1.0 (2024-04-30) Features add API version to request (b0fe3c6) googleapis: v135.0.0 135.0.0 (2024-04-04) � BREAKING CHANGES...
Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.1.2 to 11.6.1. Release notes Sourced from @apidevtools/json-schema-ref-parser's releases. v11.6.1 11.6.1 (2024-04-23) Bug Fixes fix path sep undefined #345 (4069bfa) v11.6.0 11.6.0 (2024-04-22) Features add timeout option...
## Description > Provide description here ## Type of change - [ ] Bug fix - [x] New feature - [ ] Breaking change ## Related issues > Fix [#1]()...
## Description This pull request fixes a bug in the `buildPipeline` function. The change made was: - selector: {type: data.target?.selector.type}, + selector: {type: data.target?.selector?.type}, ## Type of change - [x]...
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0. Release notes Sourced from commander's releases. v12.0.0 Added .addHelpOption() as another way of configuring built-in help option (#2006) .helpCommand() for configuring built-in help command...