Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[airbyte-cdk] fix backtick-omitted text in CDK changelog #47251

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions airbyte-cdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Fix yielding parent records in SubstreamPartitionRouter
Add extra fields to StreamSlice

## 5.12.1
Low Code: Removes deprecated and
Low Code: Removes deprecated `class_types_registry` and `default_implementation_registry`

## 5.12.0
Low Code: Adds component
Low Code: Adds `XmlDecoder` component

## 5.11.1
Low Code: Consolidate manifest decoder selection under , , and
Low Code: Consolidate manifest decoder selection under `SimpleRetriever`, `AsyncRetriever`, and `SessionTokenAuthenticator`

## 5.11.0
concurrent-cdk: add per slice tracking of the most recent cursor
Expand Down Expand Up @@ -46,7 +46,7 @@ Have headers match during HTTP cache hit
Always return a connection status even if an exception was raised

## 5.7.3
fix connector builder output serialization
fix connector builder output serialization

## 5.7.2
add transform_record() to class DefaultFileBasedStream
Expand All @@ -73,7 +73,7 @@ Declarative async job components
add migration of global stream_state to per_partition format

## 5.3.0
Connector builder: add flag to disable cache
Connector builder: add flag to disable cache

## 5.2.1
Fix error in incremental sync docs
Expand Down Expand Up @@ -252,10 +252,10 @@ Exclude airbyte-cdk modules from schema discovery (retry after pypi read error)
Exclude airbyte-cdk modules from schema discovery

## 1.7.0
add from to
add from to

## 1.6.0
add from to
add from to

## 1.5.6
Jinja interpolation - Allow access to _partition for source-jira (re-release after pypi timeout take 2)
Expand All @@ -279,7 +279,7 @@ Fix client_side_incremental end_datetime comparison
Python/Low Code: Updates ErroHandler, BackoffStrategy, HttpClient. Integrates HttpClient into low-code CDK.

## 1.4.0
low-code: Add Incremental Parent State Handling to SubstreamPartitionRouter
low-code: Add Incremental Parent State Handling to SubstreamPartitionRouter

## 1.3.3
Mock server tests: adding 'discover' as part of the entrypoint_wrapper
Expand Down
Loading