Skip to content

Commit

Permalink
synapse, upgrade artifacts to composite-v4 (#28072)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Apr 14, 2022
1 parent cb03f52 commit fd66468
Show file tree
Hide file tree
Showing 523 changed files with 19,851 additions and 1,240 deletions.
15 changes: 13 additions & 2 deletions sdk/synapse/azure-analytics-synapse-artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

## 1.0.0-beta.10 (Unreleased)
## 1.0.0-beta.10 (2022-04-13)

### Features Added

- Added interfaces from com.azure.core.client.traits to `ArtifactsClientBuilder`.
- Added `retryOptions` method to `ArtifactsClientBuilder`.
- Added `LinkConnectionClient` and `LinkConnectionAsyncClient`.
- Added class `DataworldLinkedService`, `AppFiguresLinkedService`, `AsanaLinkedService`, `TwilioLinkedService` as subclass of `LinkedService`.

### Breaking Changes

### Bugs Fixed
- Removed redundant `CloudErrorAutoGeneratedException` and `CloudErrorAutoGenerated`. Use `CloudErrorException` and `CloudError`.
- Changed type of `storedProcedureParameters` from `Map` to `Object` in `SqlServerStoredProcedureActivity`.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` to `1.27.0`.
- Upgraded `azure-core-http-netty` to `1.11.9`.

## 1.0.0-beta.9 (2022-03-08)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/azure-analytics-synapse-artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Maven dependency for the Azure Synapse Artifacts client library. Add it to your
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-analytics-synapse-artifacts</artifactId>
<version>1.0.0-beta.9</version>
<version>1.0.0-beta.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit fd66468

Please sign in to comment.