Skip to content

Commit

Permalink
[Recorder] Release recorder 3.1.0 (Azure#28917)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
`@azure-tools/test-recorder`

### Issues associated with this PR
Azure#28667 

### Describe the problem that is addressed by this PR
Releasing recorder 3.1.0 unblocks the Azure#28667 that upgrades recorder to
4.0.0 with vitest.
  • Loading branch information
HarshaNalluru authored Mar 14, 2024
1 parent d8ac9d6 commit 8d67879
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 8d67879

Please sign in to comment.