File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ This document outlines major changes between releases.
4
+
5
+ ## [ Unreleased]
6
+
7
+ ### Added
8
+
9
+ ### Fixed
10
+
11
+ ### Changed
12
+
13
+ ## [ 0.1.2] - 2024-03-11
14
+
15
+ ### Added
16
+ - Support for zero-size objects for upload (#80 )
17
+
18
+ ### Changed
19
+ - ` bbolt ` : Disabled syncing the DB in the object registry (#67 )
20
+ - Bump ` golang.org/x/net ` from 0.15.0 to 0.17.0 (#69 )
21
+ - Bump ` google.golang.org/grpc ` from 1.58.0 to 1.58.3 (#70 )
22
+ - Bump ` golang.org/x/crypto ` from 0.14.0 to 0.17.0 (#71 )
23
+ - Upgraded Go version to a minimum 1.20 and updated versions for GitHub Actions and workflows (#77 , #78 , #79 )
24
+
25
+
26
+ ## Older versions
27
+
28
+ Please refer to [ GitHub releases] ( https://github.com/nspcc-dev/xk6-neofs/releases/ ) for older releases.
29
+
30
+ [ 0.1.2 ] : https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.1...v0.1.2
31
+ [ Unreleased ] : https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...master
You can’t perform that action at this time.
0 commit comments