Skip to content

Commit

Permalink
Release 0.36.0 (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Apr 14, 2023
2 parents f45dd95 + cc086d5 commit 6f7127a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Changelog for NeoFS Node

## [Unreleased]

### Added

### Changed

### Fixed

### Removed

### Updated

### Updating from v0.36.0

## [0.36.0] - 2023-04-14 - Gado

A number of fixes and an internal CN for IR nodes. An update is recommended,
data storage scheme is compatible with 0.35.0.

### Added
- Doc for extended headers (#2128)
- Separate batching for replicated operations over the same container in pilorama (#1621)
Expand Down Expand Up @@ -42,18 +59,17 @@ Changelog for NeoFS Node
- incorrect NNS resolve handling in neofs-adm (#2296)
- Failed TestNet replication (#2288)

### Removed
### Updated
- `neo-go` to `v0.101.1`
- `neo-go` to `v0.101.1` (some code also reworked to not use deprecated APIs)
- `github.com/klauspost/compress` to `v1.15.13`
- `github.com/multiformats/go-multiaddr` to `v0.8.0`
- `golang.org/x/term` to `v0.3.0`
- `google.golang.org/grpc` to `v1.51.0`
- `github.com/nats-io/nats.go` to `v1.22.1`

### Updating from v0.35.0
New config field `object.delete.tombstone_lifetime` allows to set tombstone lifetime
more appropriate for a specific deployment.
New experimental config field `object.delete.tombstone_lifetime` allows to set
tombstone lifetime more appropriate for a specific deployment.

## [0.35.0] - 2022-12-28 - Sindo (신도, 信島)

Expand Down Expand Up @@ -1560,7 +1576,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
## [0.10.0] - 2020-07-10

First public review release.
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.35.0...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.36.0...master
[0.36.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.35.0...v0.36.0
[0.35.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.34.0...v0.35.0
[0.34.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.33.0...v0.34.0
[0.33.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.32.0...v0.33.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now, we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More
platforms will be officially supported after release `1.0`.

The latest version of neofs-node works with neofs-contract
[v0.16.0](https://github.com/nspcc-dev/neofs-contract/releases/tag/v0.16.0).
[v0.17.0](https://github.com/nspcc-dev/neofs-contract/releases/tag/v0.17.0).

# Building

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.35.0
v0.36.0

0 comments on commit 6f7127a

Please sign in to comment.