Skip to content

Commit

Permalink
api: add Dialer interface and implementation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oleg-jukovec committed Mar 9, 2023
1 parent 1469484 commit e257ff3
Show file tree
Hide file tree
Showing 6 changed files with 871 additions and 269 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
- Support pagination (#246)
- A Makefile target to test with race detector (#218)
- Support CRUD API (#108)
- An ability to replace a base network connection to a Tarantool
instance (#265)

### Changed

Expand Down
Loading

0 comments on commit e257ff3

Please sign in to comment.