Skip to content

Commit 51a0b85

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.0.0
1 parent 545d284 commit 51a0b85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.0.0] - 2022-08-29
6+
### Added:
7+
- `TryReceive`, `RequireValue`, `AssertNoMoreValues`, `AssertChannelClosed`, `AssertChannelNotClosed`: new generics-based helpers related to channels.
8+
- `WithTempFileData`, `WithTempDir`: new filesystem helpers.
9+
- `jsonhelpers.AssertEqual`, `jsonhelpers.Value`: a simpler way to do JSON equality assertions and get the diff format that's provided by this package, without having to use the `matchers` API.
10+
- `testbox.ShouldFail`, `testbox.ShouldFailAndExitEarly`: for making assertions about assertion logic.
11+
12+
### Changed:
13+
- The minimum Go version is now 1.18.
14+
515
## [2.3.2] - 2022-05-02
616
### Changed:
717
- Improved the panic message that is generated by `httphelpers.BrokenConnectionHandler` to make it clearer that this is an intentional error (if for instance the panic stacktrace is logged by `http.Server`).

0 commit comments

Comments
 (0)