Skip to content

Commit

Permalink
netmap: Add Version node attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Aug 9, 2023
1 parent 1bdd0e5 commit a803236
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [Unreleased]

### Added
- Well-known `Version` node attribute (#267)

## [2.14.0] - 2022-09-23 - Anmado (안마도, 鞍馬島)

### Added
Expand Down Expand Up @@ -485,3 +490,4 @@ Bump major release
[2.13.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.12.0...v2.13.0
[2.13.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.0...v2.13.1
[2.14.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.1...v2.14.0
[Unreleased]: https://github.com/nspcc-dev/neofs-api/compare/v2.14.0...master
2 changes: 2 additions & 0 deletions netmap/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ message NodeInfo {
// Node's preferred way for communications with external clients.
// Clients SHOULD use these addresses if possible.
// Must contain a comma-separated list of multi-addresses.
// * Version
// Node implementation's version in a free string form.
//
// For detailed description of each well-known attribute please see the
// corresponding section in NeoFS Technical Specification.
Expand Down
2 changes: 2 additions & 0 deletions proto-docs/netmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ explicitly set:
Node's preferred way for communications with external clients.
Clients SHOULD use these addresses if possible.
Must contain a comma-separated list of multi-addresses.
* Version
Node implementation's version in a free string form.

For detailed description of each well-known attribute please see the
corresponding section in NeoFS Technical Specification.
Expand Down

0 comments on commit a803236

Please sign in to comment.