Skip to content

Commit 6acd08f

Browse files
author
maksim.konovalov
committed
Release v2.0.0
1 parent 0230589 commit 6acd08f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## Unreleased
1+
## v2.0.0
2+
3+
We are excited to announce the release of version v2!
4+
This major update was necessary due to the initial design of interfaces that were either incorrect or redundant.
5+
In addition, we have fully adapted to work with Tarantool 3,
6+
eliminating the dependency on UUID-based replica sets and instances.
7+
While you can still use these elements for supplementary information, they are no longer mandatory.
8+
The update also includes changes to several previously public methods,
9+
which were not intended to be exposed in the original vshard implementation.
10+
We would like to express our gratitude to everyone who shared their migration issues with us,
11+
as your feedback was invaluable in shaping the current state of the interfaces.
212

313
FEATURES:
414

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/tarantool/go-vshard-router
1+
module github.com/tarantool/go-vshard-router/v2
22

33
go 1.22
44

@@ -12,7 +12,7 @@ require (
1212
go.etcd.io/etcd/client/v2 v2.305.17
1313
go.etcd.io/etcd/client/v3 v3.5.17
1414
go.etcd.io/etcd/server/v3 v3.5.17
15-
golang.org/x/sync v0.6.0
15+
golang.org/x/sync v0.10.0
1616
)
1717

1818
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ
470470
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
471471
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
472472
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
473+
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
474+
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
473475
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
474476
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
475477
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)