1
0
mirror of synced 2025-12-19 18:14:56 -05:00

chore: files rc1. (#59148)

This commit is contained in:
Ryan Br...
2025-04-29 14:14:40 -07:00
committed by GitHub
parent 2aeecb7135
commit 17f2d5a09a
3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class SerializedBufferFactory {
* When running a
* [io.airbyte.cdk.integrations.destination.record_buffer.SerializedBufferingStrategy], it
* would usually need to instantiate new buffers when flushing data or when it receives data
* for a brand-new stream. This factory fills this need and @return the function to be
* for a brand-new stream. This factory fills this need and @return's the function to be
* called on such events.
*
* The factory is responsible for choosing the correct constructor function for a new

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: file
connectorType: destination
definitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362
dockerImageTag: 1.7.4
dockerImageTag: 1.8.0-rc.1
dockerRepository: airbyte/destination-s3
githubIssueLabel: destination-s3
icon: s3.svg
@@ -23,7 +23,7 @@ data:
**This release includes breaking changes, including major revisions to the schema of stored data. Do not upgrade without reviewing the migration guide.**
upgradeDeadline: "2024-10-08"
rolloutConfiguration:
enableProgressiveRollout: false
enableProgressiveRollout: true
resourceRequirements:
jobSpecific:
- jobType: sync

View File

@@ -544,6 +544,7 @@ To see connector limitations, or troubleshoot your S3 connector, see more [in ou
| Version | Date | Pull Request | Subject |
|:------------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.8.0-rc.1 | 2025-04-29 | [59148](https://github.com/airbytehq/airbyte/pull/59148) | Upgrade to latest CDK with files+records support |
| 1.7.4 | 2025-04-21 | [58146](https://github.com/airbytehq/airbyte/pull/58146) | Upgrade to latest CDK |
| 1.7.3 | 2025-04-18 | [58140](https://github.com/airbytehq/airbyte/pull/58140) | Upgrade to latest CDK |
| 1.7.2 | 2025-04-07 | [56391](https://github.com/airbytehq/airbyte/pull/56391) | Internal code refactor |