-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Search] - Update search-documents to the latest core packages #17393
Changes from all commits
ca92e7f
80658bd
55b4749
3998d78
527a6c2
ea6fcdc
5265fc3
c551c80
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Release History | ||
|
||
## 11.2.1 (2021-09-07) | ||
|
||
### New Features | ||
|
||
- Support for Node.js 8 and IE 11 has been dropped. Please see our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details. | ||
maorleger marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Changed TS compilation target to ES2017 to produce smaller bundles and use more native platform features. | ||
- Updated our internal core package dependencies to their latest versions to add support for Opentelemetry 1.0.0, which is compatible with the latest versions of our other client libraries. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wow! Am surprised there are no code changes accompanying this. Is that because search does not have tests for tracing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Most packages do not need code changes at the package level. This is really only an issue because we call There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With that said, there is one build that is failing - so maybe code changes will be coming 😄 ... I still think no code changes will be needed, as the rest of the builds are passing for this hotfix |
||
|
||
## 11.2.0 (2021-06-08) | ||
|
||
The list of changes in 11.2.0 since 11.1.0 & 11.2.0-beta.2 are provided below: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
export const SDK_VERSION: string = "11.2.0"; | ||
export const SDK_VERSION: string = "11.2.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hotfix has nothing to do with identity, but this codebase does not contain the necessary changes to support node 16 tests and identity will continue to fail here. I don't think backporting it to support tests for a package I am not releasing (and that search-documents doesn't depend on) is the better approach so I will remove it from the rush.json as we've done in other hotfix branches