Skip to content

Commit acfefc7

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 8917f7f commit acfefc7

10 files changed

+9
-1348
lines changed

CHANGELOG.md

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

1313
### Changed
1414

15+
### Removed
16+
17+
- multi subpackage (#240)
18+
1519
### Fixed
1620

1721
## [1.12.0] - 2023-06-07

Makefile

Lines changed: 0 additions & 6 deletions
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

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 package](#multi-package)
3031
* [msgpack.v5](#msgpackv5)
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 package
163+
164+
The subpackage has been deleted. You could use `connection_pool` instead.
165+
161166
#### msgpack.v5
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)