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

[synapse] Add release notes for Feb-2021 release #18604

Merged
merged 1 commit into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-preview.3 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- `AccessControlClient` is now split into `RoleAssignmentsClient` and a `RoleDefinitionsClient` with a changed API surface.

## 1.0.0-preview.2 (2020-09-01)
- This release contains bug fixes to improve quality.
Expand Down
21 changes: 16 additions & 5 deletions sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Release History

## 1.0.0-preview.6 (Unreleased)
- Expose some models

## 1.0.0-beta.1 (2020-11-12)
- Supports List/Get Synapse resources through data plane APIs
### Added
- Many models classes are now public.
- Added `BigDataPoolsClient`, `IntegrationRuntimesClient`, `SqlPoolsClient`, `WorkspaceClient` and associated support types.
- Added `Workspace`, `LastCommitId`, and `TenantId` on `Workspace`.
- Supports List/Get Synapse resources through data plane APIs.
- Support Rename operations.
- Support CICD operations.
- Improved samples and documentation.

### Changed
- Changed APIs on `SparkJobDefinitionClient` and `SqlScriptClient` to provide a Long Running Operation (LRO) when operations can be long in duration.
- Removed `HaveLibraryRequirementsChanged` and added `DynamicExecutorAllocation` on `BigDataPoolResourceInfo`.
- Removed `BabylonConfiguration` and added `PurviewConfiguration` on `Workspace`.
- `BlobEventTypes` renamed to `BlobEventType`.

### Fixed
- Make `name` as required parameter for `NotebookResource` and `SqlScriptResource`
- Support Rename operations
- Suport CICD operations

## 1.0.0-preview.4 (2020-09-01)
- Added test cases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-beta.2 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- Renamed parameter names containing `managedVirtualNetwork` to use `managedPrivateEndpoint` in `ManagedPrivateEndpointsClient`.

## 1.0.0-beta.1 (2020-11-12)
- Initial release
5 changes: 5 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-beta.2 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- Fix nullability exception in Debug builds.

## 1.0.0-beta.1 (2020-11-12)
- Initial release
8 changes: 6 additions & 2 deletions sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## 1.0.0-preview.4 (Unreleased)

### Changed
- Changed APIs on `SparkBatchClient` and `SparkSessionClient` to provide a Long Running Operation (LRO) when operations can be long in duration.
- Renamed `Msg` to `Message` on `SparkStatementCancellationResult`.
- Renamed `DotNetSpark` to `Dotnetspark` and `PySpark` to `Pyspark` on `SparkStatementCollection`.

## 1.0.0-beta.1 (2020-11-22)
- This release contains bug fixes to improve quality.
### Added
- Improved samples and documentation

## 1.0.0-preview.2 (2020-09-01)
- This release contains bug fixes to improve quality.
Expand Down