File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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.
2
12
3
13
FEATURES:
4
14
Original file line number Diff line number Diff line change 1
- module github.com/tarantool/go-vshard-router
1
+ module github.com/tarantool/go-vshard-router/v2
2
2
3
3
go 1.22
4
4
@@ -12,7 +12,7 @@ require (
12
12
go.etcd.io/etcd/client/v2 v2.305.17
13
13
go.etcd.io/etcd/client/v3 v3.5.17
14
14
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
16
16
)
17
17
18
18
require (
Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ
470
470
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
471
471
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ =
472
472
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 =
473
475
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
474
476
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
475
477
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments