Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

70 lines (51 loc) · 3.34 KB

Changelog

[v2.2.0]

  • Updates to run on python 3.11.7 #111

[v2.1.5]

  • Skipped the record for out of range date values #87

[v2.1.4]

  • Updated README #88

[v2.1.3]

  • Fixed Tranform Issues #84

[v2.1.2]

  • 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

[v2.1.1]

  • Request Timeout Implementation #71

[v2.1.0]

  • 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)

Full Changelog

v2.0.1 (2021-04-06)

Full Changelog

Merged pull requests:

2.0.0

  • Change primary key of users stream to from key to accountId #46

1.0.8

  • Add additional error types to retry logic and ensure correct functions get retried #44

1.0.7

  • Update users query to include inactive users #42

1.0.6

  • Update users schema to match the results of /group/member endpoint #41

1.0.3

  • Refactoring

1.0.2

  • Refactor the base class Stream to remove the child class Everything

1.0.1

  • Add support for Basic Auth and Oauth

0.3.3

  • Update version of requests to 2.20.0 in response to CVE 2018-18074

0.3.2

  • Changes search endpoint for issues to use the user's timezone #15

0.2.3

  • Added jsdPublic field to ticket_comments schema.

0.2.2

  • Fixes a pagination bug that would cause Issue and Versions to return more pages than necessary #14