Skip to content

Commit 38b3546

Browse files
committed
api: remove multi package
The package has been deprecated and we don't want to support it anymore. `pool` could be used instead of the package. Closes #240
1 parent bcf742f commit 38b3546

10 files changed

+9
-1328
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1818

1919
### Changed
2020

21+
### Removed
22+
23+
- multi subpackage (#240)
24+
2125
### Fixed
2226

2327
- Decimal package uses a test variable DecimalPrecision instead of a

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ test-decimal:
6262
go clean -testcache
6363
go test -tags "$(TAGS)" ./decimal/ -v -p 1
6464

65-
.PHONY: test-multi
66-
test-multi:
67-
@echo "Running tests in multiconnection package"
68-
go clean -testcache
69-
go test -tags "$(TAGS)" ./multi/ -v -p 1
70-
7165
.PHONY: test-queue
7266
test-queue:
7367
@echo "Running tests in queue package"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ faster than other packages according to public benchmarks.
2727
* [API reference](#api-reference)
2828
* [Walking\-through example](#walking-through-example)
2929
* [Migration to v2](#migration-to-v2)
30+
* [multi removed](#multi-subpackage)
3031
* [msgpack.v5 migration](#msgpackv5-migration)
3132
* [Contributing](#contributing)
3233
* [Alternative connectors](#alternative-connectors)
@@ -158,6 +159,10 @@ There are two parameters:
158159

159160
The article describes migration from go-tarantool to go-tarantool/v2.
160161

162+
#### multi subpackage
163+
164+
The subpackage has been deleted. You could use `connection_pool` instead.
165+
161166
#### msgpack.v5 migration
162167

163168
Most function names and argument types in `msgpack.v5` and `msgpack.v2`

multi/call_16_test.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

multi/call_17_test.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

multi/config.lua

Lines changed: 0 additions & 49 deletions
This file was deleted.

multi/config_load_nodes.lua

Lines changed: 0 additions & 7 deletions
This file was deleted.

multi/example_test.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)