All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- Added support for
LIMIT
in the query filter expression. - Added a JSON validator to validate that objects match the SDK format.
- Added
Url
type in the ConnectorRuntimeSettingDataType. - Added
DataTransferType
ENUM and added supportedDataTransferTypes in DescribeConnectorConfigurationResponse
- Added support for subfields delimited by periods.
- Added support for Entity specific custom properties.
- Basic auth support for OAuth2. We need to add Base64 encoded Basic Auth header while making OAuth2 request in OAuth2 retrieve token scheme.
- Removed ConnectorContext from validate creds request
- Made api version nullable
- Removed api version from connector runtime settings
- Allowed hypen to be present in field names while generating the filter query
- Added OAuth2 enhancements like connector can define the EntityType and MethodType to get the token.
- Added flag to support entity can be used as destination or not.
- Added ErrorCode for ResourceNotFound like AWS SecretManagerARN etc.
- Added ErrorCode for partial write failures.
- Updated documentation for
allOrNone
field in WriteDataRequest. - Updated documentation for
isSuccess
field in WriteDataResponse.