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

GA core-lro v3 #29450

Merged
merged 9 commits into from May 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions sdk/core/core-lro/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

## 3.0.0 (Unreleased)

GA the v3 version. To migrate the existing applications to v3, please refer to [Migration Guide](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro/docs/MIGRATION.md).

## 3.0.0-beta.2 (2024-04-26)

To migrate the existing applications to v3, please refer to [Migration Guide](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-lro/docs/MIGRATION.md).
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-lro/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-lro",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"type": "module",
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
"exports": {
Expand Down