Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 2.11 KB

Changelog

0.1.21

Resolve nested schema references and move external references to single schema definitions.

0.1.20

  • Allow using requests.auth.AuthBase as authenticators instead of custom CDK authenticators.
  • Implement Oauth2Authenticator, MultipleTokenAuthenticator and TokenAuthenticator authenticators.
  • Add support for both legacy and requests native authenticator to HttpStream class.

0.1.19

No longer prints full config files on validation error to prevent exposing secrets to log file: #5879

0.1.18

Fix incremental stream not saved state when internal limit config set.

0.1.17

Fix mismatching between number of records actually read and number of records in logs by 1: #5767

0.1.16

Update generated AirbyteProtocol models to contain Oauth changes.

0.1.15

Add _limit and _page_size as internal config parameters for SAT

0.1.14

If the input config file does not comply with spec schema, raise an exception instead of system.exit.

0.1.13

Fix defect with user defined backoff time retry attempts, number of retries logic fixed

0.1.12

Add raise_on_http_errors, max_retries, retry_factor properties to be able to ignore http status errors and modify retry time in HTTP stream

0.1.11

Add checking specified config againt spec for read, write, check and discover commands

0.1.10

Add MultipleTokenAuthenticator class to allow cycling through a list of API tokens when making HTTP requests

0.1.8

Allow to fetch primary key info from singer catalog

0.1.7

Allow to use non-JSON payloads in request body for http source

0.1.6

Add abstraction for creating destinations.

Fix logging of the initial state.

0.1.5

Allow specifying keyword arguments to be sent on a request made by an HTTP stream: #4493

0.1.4

Allow to use Python 3.7.0: #3566

0.1.2

Fix an issue that caused infinite pagination: #3366

0.1.1

Initial Release