This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 499cd24559 IGNITE-19429 Forgot to wait for the 
RaftServer#raftNodeReadyFuture when start the raft node metastorage (#2033)
     add e4ef4527cb IGNITE-19391 .NET: Add commit hash to assembly version 
(#2028)

No new revisions were added by this update.

Summary of changes:
 .../handler/requests/table/ClientTableCommon.java  |  1 -
 .../dotnet/Apache.Ignite.Tests/LoggingTests.cs     |  5 ++
 .../dotnet/Apache.Ignite.Tests/VersionTests.cs     | 59 ++++++++++++++++++++++
 modules/platforms/dotnet/Apache.Ignite.sln         |  1 +
 .../Apache.Ignite/Internal/ClientFailoverSocket.cs |  3 ++
 .../Apache.Ignite/Internal/Compute/Compute.cs      |  1 -
 .../Apache.Ignite/Internal/Table/RecordView.cs     |  1 -
 .../{Proto/ResponseFlags.cs => VersionUtils.cs}    | 19 +++----
 modules/platforms/dotnet/DEVNOTES.md               |  4 ++
 modules/platforms/dotnet/Directory.Build.props     |  9 +++-
 modules/platforms/dotnet/version.json              | 13 +++++
 11 files changed, 102 insertions(+), 14 deletions(-)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Tests/VersionTests.cs
 copy modules/platforms/dotnet/Apache.Ignite/Internal/{Proto/ResponseFlags.cs 
=> VersionUtils.cs} (68%)
 create mode 100644 modules/platforms/dotnet/version.json

Reply via email to