Skip to content

Latest commit

 

History

History
153 lines (67 loc) · 7.44 KB

CHANGELOG.md

File metadata and controls

153 lines (67 loc) · 7.44 KB

Changelog

0.13.0 (2024-08-23)

Features

  • publish new dataclasses version of python protocol, airbyte_protocol_models_dataclasses to pypi (#91) (5aa44db)

0.12.2 (2024-06-18)

Bug Fixes

  • fix publishing of airbyte-protocol-models-pdv2 (#85) (55dd53a)

0.12.1 (2024-06-18)

Bug Fixes

  • fix publish for python classes calling wrong docker script (#83) (2a92e61)

0.12.0 (2024-06-17)

Features

0.11.0 (2024-05-16)

Features

  • add reasons to AirbyteStreamStatusTraceMessage (#74) (fe0ada2)

0.10.0 (2024-05-14)

Features

0.9.0 (2024-04-02)

Features

  • Proposal for refreshes needed metadata (#67) (7e8a487)

0.8.0 (2024-03-19)

Features

  • add transient_error as new failure type (#69) (8fada32)

0.7.0 (2024-03-06)

Features

  • Add DESTINATION_TYPECAST_ERROR to reason enum value (#65) (86f03e9)

0.6.0 (2024-01-24)

Features

  • AirbyteRecordMessageMeta for per-record lineage and changes (#56) (45461e1)

0.5.3 (2024-01-04)

Bug Fixes

  • Add py.typed to python distribution (#57) (212095d)

0.5.2 (2023-12-26)

Bug Fixes

0.5.1 (2023-12-08)

Bug Fixes

  • only add user selected streams to the catalog diff (#53) (5360c07)

0.5.0 (2023-11-13)

Features

0.4.2 (2023-10-16)

Bug Fixes

  • Add more documentation to analytics message (#46) (c181fb4)

0.4.1 (2023-08-14)

Bug Fixes

  • Python package - relax pydantic depenency version requirement (#41) (69bf066)
  • Skip dont error when invalid jsonSchemaNode is found during traversal (#44) (e1fa4b7)

0.4.0 (2023-08-01)

Bug Fixes

  • Python package - relax pydantic dependency version requirement (#41) (69bf066)

Refactors

  • Remove deprecated authSpecification from connector specification (#39) (029148b)

0.3.6 (2023-04-20)

Bug Fixes

  • Remove success in favor of explicit status enum values (#34) (046c4e2)

0.3.5 (2023-04-13)

Bug Fixes

0.3.4 (2023-04-13)

Bug Fixes

0.3.3 (2023-04-12)

Features