Skip to content

Commit

Permalink
api: remove multi package
Browse files Browse the repository at this point in the history
The package has been deprecated and we don't want to support it
anymore. `pool` could be used instead of the package.

Closes #240
  • Loading branch information
oleg-jukovec committed Jun 7, 2023
1 parent fec17cd commit 6d2c345
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 1,348 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Changed

### Removed

- multi subpackage (#240)

### Fixed

## [1.12.0] - 2023-06-07
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ test-decimal:
go clean -testcache
go test -tags "$(TAGS)" ./decimal/ -v -p 1

.PHONY: test-multi
test-multi:
@echo "Running tests in multiconnection package"
go clean -testcache
go test -tags "$(TAGS)" ./multi/ -v -p 1

.PHONY: test-queue
test-queue:
@echo "Running tests in queue package"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ faster than other packages according to public benchmarks.
* [API reference](#api-reference)
* [Walking\-through example](#walking-through-example)
* [Migration to v2](#migration-to-v2)
* [multi package](#multi-package)
* [msgpack.v5](#msgpackv5)
* [Contributing](#contributing)
* [Alternative connectors](#alternative-connectors)
Expand Down Expand Up @@ -158,6 +159,10 @@ There are two parameters:

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

#### multi package

The subpackage has been deleted. You could use `connection_pool` instead.

#### msgpack.v5

Most function names and argument types in `msgpack.v5` and `msgpack.v2`
Expand Down
33 changes: 0 additions & 33 deletions multi/call_16_test.go

This file was deleted.

33 changes: 0 additions & 33 deletions multi/call_17_test.go

This file was deleted.

49 changes: 0 additions & 49 deletions multi/config.lua

This file was deleted.

7 changes: 0 additions & 7 deletions multi/config_load_nodes.lua

This file was deleted.

39 changes: 0 additions & 39 deletions multi/example_test.go

This file was deleted.

Loading

0 comments on commit 6d2c345

Please sign in to comment.