- 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] (singer-io#66)
-
Updated error handling of HTTP error and added Retry for error code 503 [#64] (singer-io#64)
-
Upgraded singer python dependency,upgraded high-level exception handling [#65] (singer-io#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
users
stream to fromkey
toaccountId
#46
- Add additional error types to retry logic and ensure correct functions get retried #44
- Update
users
query to include inactive users #42
- Update
users
schema to match the results of/group/member
endpoint #41
- Refactoring
- Refactor the base class
Stream
to remove the child classEverything
- Add support for Basic Auth and Oauth
- Update version of
requests
to2.20.0
in response to CVE 2018-18074
- Changes
search
endpoint for issues to use the user's timezone #15
- Added
jsdPublic
field toticket_comments
schema.
- Fixes a pagination bug that would cause Issue and Versions to return more pages than necessary #14