Skip to content

Commit fc26460

Browse files
committed
chore: move pipelines change to breaking section
1 parent a38f75b commit fc26460

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
## [9.0.2](https://github.com/redis/go-redis/compare/v9.0.1...v9.0.2) (2023-02-01)
2-
3-
4-
### Features
5-
6-
* upgrade OpenTelemetry, use the new metrics API. ([#2410](https://github.com/redis/go-redis/issues/2410)) ([e29e42c](https://github.com/redis/go-redis/commit/e29e42cde2755ab910d04185025dc43ce6f59c65))
7-
1+
## v9 2023-01-30
82

3+
### Breaking
94

10-
## v9 2023-01-30
5+
- Changed Pipelines to not be thread-safe any more.
116

127
### Added
138

@@ -39,7 +34,6 @@
3934
- Removed `Pipeline.Close` since there is no real need to explicitly manage pipeline resources and
4035
it can be safely reused via `sync.Pool` etc. `Pipeline.Discard` is still available if you want to
4136
reset commands for some reason.
42-
- Changed Pipelines to not be thread-safe any more.
4337

4438
### Fixed
4539

0 commit comments

Comments
 (0)