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

Added changelog for partner SDK #44

Closed
wants to merge 11 commits into from
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#### June 2024

-----------
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
**ConfigurationForm Changes**
- We added options to provide default value and placeholder for the Field.
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
- We Introduced FieldSet support, which allows to group the Fields and add visibility condition to control displaying on the form.
- The FormField format is updated to support FieldSet. The single attribute should be used to assign the usual fields.
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved

**SourceConnector Changes**
- We removed LogEntry from Update operation. Now, partners can use STD::OUT to send logs. For more details, please refer to this.
- We renamed few enums and services:
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
- Renamed the service definition from Connector to SourceConnector.
- Renamed the OpType field to RecordType.
- Added support for NAIVE_TIME datatype. Partners can now send data with this datatype.

**DestinationConnector Changes**
- Added NAIVE_TIME data type support.
- We renamed the service definition from Destination to DestinationConnector.
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
- A new rpc method Capabilities is introduced. This brings the functionalities:
- Adjust column type: Supports adjusting Partner data type for each Fivetran type
- Define the max value supported for the columns types.
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
- Changes in AlterTableRequest:
fivetran-abdulsalam marked this conversation as resolved.
Show resolved Hide resolved
- Takes table_name instead of Table
- Introduced SchemaDiff field, which supports adding new columns, change column type, and update primary keys.
Loading