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

[Recorder] Release recorder 3.1.0 #28917

Merged
Merged
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
5 changes: 2 additions & 3 deletions sdk/test-utils/recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 3.1.0 (Unreleased)
## 3.1.0 (2023-03-14)

### Features Added

- Add support for setting `TLSValidationCert` in the Test Proxy Transport.
- Add a `testPollingOptions` that allow skip polling wait in playback mode.

### Breaking Changes

### Bugs Fixed

- Fixed a bug where environment variables were not being sanitized correctly when one's original value is a substring of another. [#27187](https://github.com/Azure/azure-sdk-for-js/pull/27187)
Expand All @@ -20,6 +18,7 @@
- Forward mismatch error when recording file cannot be found during `start` call in playback mode
- Add more descriptive message in the case that the test proxy has not been started before running the tests
- Ignore `Accept-Language` header for browsers in Playback mode.

## 3.0.0 (2023-03-07)

### Features Added
Expand Down