Skip to content

Commit c16e2d5

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 8287b9d commit c16e2d5

10 files changed

+9
-1348
lines changed

CHANGELOG.md

+4
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
- Several non-critical data race issues (#218)

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ test-decimal:
7575
go clean -testcache
7676
go test -tags "$(TAGS)" ./decimal/ -v -p 1
7777

78-
.PHONY: test-multi
79-
test-multi:
80-
@echo "Running tests in multiconnection package"
81-
go clean -testcache
82-
go test -tags "$(TAGS)" ./multi/ -v -p 1
83-
8478
.PHONY: test-queue
8579
test-queue:
8680
@echo "Running tests in queue package"

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ faster than other packages according to public benchmarks.
3232
* [API reference](#api-reference)
3333
* [Walking\-through example](#walking-through-example)
3434
* [Migration to v2](#migration-to-v2)
35+
* [multi removed](#multi-subpackage)
3536
* [msgpack.v5 migration](#msgpackv5-migration)
3637
* [Contributing](#contributing)
3738
* [Alternative connectors](#alternative-connectors)
@@ -163,6 +164,10 @@ There are two parameters:
163164

164165
The article describes migration from go-tarantool to go-tarantool/v2.
165166

167+
#### multi subpackage
168+
169+
The subpackage has been deleted. You could use `connection_pool` instead.
170+
166171
#### msgpack.v5 migration
167172

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

multi/call_16_test.go

-33
This file was deleted.

multi/call_17_test.go

-33
This file was deleted.

multi/config.lua

-49
This file was deleted.

multi/config_load_nodes.lua

-7
This file was deleted.

multi/example_test.go

-39
This file was deleted.

0 commit comments

Comments
 (0)