Skip to content

Commit 4b99589

Browse files
authored
Merge pull request #104 from nspcc-dev/rel-0.2.0
Release 0.2.0
2 parents 4c3362d + eed474a commit 4b99589

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,39 @@ This document outlines major changes between releases.
99
### Fixed
1010

1111
### Changed
12-
- Go 1.21+ is required to build now (#61)
12+
13+
### Updated
14+
15+
## [0.2.0] - 2025-03-20
16+
17+
### Added
18+
- 'Search' operation test (#91)
19+
- darwin/arm64 binaries (#96)
20+
- Terce result output (#93)
21+
22+
### Fixed
23+
- Concurrent data generation (#93)
24+
25+
### Changed
26+
- Go 1.23+ is required to build now (#61, #97, #103)
1327
- Replaced `math/rand.Read` with `math/rand/v2.ChaCha8.Read`
1428

29+
### Updated
30+
- google.golang.org/protobuf dependency to 1.33.0 (#83)
31+
- golang.org/x/net dependency to 0.23.0 (#84)
32+
- xk6 version to 0.11.0 (#87)
33+
- k6 version to 0.51.0 (#87)
34+
- NeoFS SDK dependency to RC13 (#95, #103)
35+
- NeoGo dependency to 0.108.1 (#95, #103)
36+
- github.com/nspcc-dev/tzhash dependency to 1.8.2 (#95, #103)
37+
- github.com/aws/aws-sdk-go-v2 dependency to 1.36.3 (#95, #103)
38+
- go.etcd.io/bbolt dependency to 1.3.11 (#95, #103)
39+
- golang.org/x/crypto dependency to 0.31.0 (#100)
40+
1541
## [0.1.2] - 2024-03-11
1642

1743
### Added
18-
- Support for zero-size objects for upload (#80)
44+
- Support for zero-size objects for upload (#80)
1945

2046
### Changed
2147
- `bbolt`: Disabled syncing the DB in the object registry (#67)
@@ -30,4 +56,5 @@ This document outlines major changes between releases.
3056
Please refer to [GitHub releases](https://github.com/nspcc-dev/xk6-neofs/releases/) for older releases.
3157

3258
[0.1.2]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.1...v0.1.2
33-
[Unreleased]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...master
59+
[0.2.0]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...v0.2.0
60+
[Unreleased]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.2.0...master

0 commit comments

Comments
 (0)