Skip to content

Commit e257ff3

Browse files
committed
api: add Dialer interface and implementation
The patch adds ability to mock network connection to a Tarantool instance. The default implementation can be used as a basic building block for another package or a connector. Part of tarantool/roadmap-internal#197
1 parent 1469484 commit e257ff3

File tree

6 files changed

+871
-269
lines changed

6 files changed

+871
-269
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1313
- Support pagination (#246)
1414
- A Makefile target to test with race detector (#218)
1515
- Support CRUD API (#108)
16+
- An ability to replace a base network connection to a Tarantool
17+
instance (#265)
1618

1719
### Changed
1820

0 commit comments

Comments
 (0)