-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1a4c2f
commit 722db6d
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
#### June 2024 | ||
|
||
----------- | ||
- Added a new `NAIVE_TIME` data type. | ||
- We have added a new data type, `NAIVE_TIME`. | ||
|
||
**ConfigurationForm Changes** | ||
- We have added options to provide default value and placeholder for `Field`. | ||
- We have introduced `FieldSet` support, which allows to group the `Fields` and add visibility condition to control displaying on the form. | ||
|
||
**SourceConnector Changes** | ||
- We have removed `LogEntry` from the Update operation. Now, partners can use `STD::OUT` to send logs. For more details, please refer to the [logging](https://github.com/fivetran/fivetran_sdk/blob/main/development-guide.md#logging) section in the SDK Development Guide. | ||
- We have renamed service definition from `Connector` to `SourceConnector`. | ||
- We have renamed the service definition from `Connector` to `SourceConnector`. | ||
- We have renamed `OpType` to `RecordType`. | ||
|
||
**DestinationConnector Changes** | ||
- We have renamed the service definition from `Destination` to `DestinationConnector`. | ||
- Introduced a new rpc method `Capabilities` which brings the following functionalities: | ||
- Adjust column types: Supports optionally adjusting Partner data type for each Fivetran type. | ||
- We have introduced a new rpc method, `Capabilities`, which brings the following functionalities: | ||
- Adjust column types: Supports optional adjusting of a Partner data type for each Fivetran type. | ||
- Define maximum value supported for the column types. | ||
- We have added support for parquet batch files. | ||
- We have added support for Parquet batch files. | ||
- We have introduced a new field, `supports_history_mode`, which indicates whether the destination supports history mode. | ||
- Changes in `AlterTableRequest`: | ||
- It now uses `table_name` instead of `Table` | ||
- It now uses `table_name` instead of `Table`. | ||
- We have introduced a new field, `SchemaDiff`, which supports adding new columns, changing column type, and updating primary keys. | ||
- Changes in WriteBatchRequest: | ||
- We have added support for parquet batch files configuration details. | ||
- We have introduced new field `HistoryMode`, which indicates that history mode is enabled for the table. | ||
- We have added support for Parquet batch files configuration details. | ||
- We have introduced a new field, `HistoryMode`, which indicates that history mode is enabled for the table. |