- Copies the Issues parent stream's bookmark to its child streams #132
- Fallback mechanism for JIRA API requests to support on-premises instances #131
- Add extra tags to
http_request_timermetrics andrecord_countermetrics #129
- Adds
forced_replication_methodandparent_tap_stream_idas discoverable metadata #120
- Change endpoint for
issuesStream #122
- Bump depedency versions for twistlock compliance #118
- Updates to run on python 3.11.7 #111
- Skipped the record for out of range date values #87
- Updated README #88
- Fixed Tranform Issues #84
- Added Missing Test Cases #74
- Updated Project stream with new endpoint as old one is deprecated #75
- Primary Key Switching change for On prem JIRA #76
- Updating primary key for issue_transition_stream #81
- Request Timeout Implementation #71
-
Prevent connections that would yield a 401 from becoming fully_configured [#66] (#66)
-
Updated error handling of HTTP error and added Retry for error code 503 [#64] (#64)
-
Upgraded singer python dependency,upgraded high-level exception handling [#65] (#65)
v2.0.1 (2021-04-06)
Merged pull requests:
- Adding new components stream and updating / improving circle #59 (asaf-erlich)
- add slack orb #58 (kspeer825)
- limit setuptools to 51.0.0 #56 (kspeer825)
- add context user #55 (kspeer825)
- Document that user_agent is required in all modes #53 (rpaterson)
- Change primary key of
usersstream to fromkeytoaccountId#46
- Add additional error types to retry logic and ensure correct functions get retried #44
- Update
usersquery to include inactive users #42
- Update
usersschema to match the results of/group/memberendpoint #41
- Refactoring
- Refactor the base class
Streamto remove the child classEverything
- Add support for Basic Auth and Oauth
- Update version of
requeststo2.20.0in response to CVE 2018-18074
- Changes
searchendpoint for issues to use the user's timezone #15
- Added
jsdPublicfield toticket_commentsschema.
- Fixes a pagination bug that would cause Issue and Versions to return more pages than necessary #14