Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 4.14 KB

File metadata and controls

84 lines (63 loc) · 4.14 KB

Changelog

[v2.7.0]

  • Copies the Issues parent stream's bookmark to its child streams #132

[v2.6.0]

  • Fallback mechanism for JIRA API requests to support on-premises instances #131

[v2.5.0]

  • Add extra tags to http_request_timer metrics and record_counter metrics #129

[v2.4.0]

  • Adds forced_replication_method and parent_tap_stream_id as discoverable metadata #120

[v2.3.0]

  • Change endpoint for issues Stream #122

[v2.2.1]

  • Bump depedency versions for twistlock compliance #118

[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