Skip to content

Commit

Permalink
readme: add v2 migration article
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Apr 27, 2023
1 parent ed4098c commit 841a8c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ faster than other packages according to public benchmarks.
* [Documentation](#documentation)
* [API reference](#api-reference)
* [Walking\-through example](#walking-through-example)
* [msgpack.v5 migration](#msgpackv5-migration)
* [Migration to v2](#migration-to-v2)
* [msgpack.v5](#msgpackv5)
* [Contributing](#contributing)
* [Alternative connectors](#alternative-connectors)

Expand Down Expand Up @@ -158,7 +159,11 @@ There are two parameters:
* a space number (it could just as easily have been a space name), and
* a tuple.

### msgpack.v5 migration
### Migration to v2

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

#### msgpack.v5

Most function names and argument types in `msgpack.v5` and `msgpack.v2`
have not changed (in our code, we noticed changes in `EncodeInt`, `EncodeUint`
Expand Down

0 comments on commit 841a8c1

Please sign in to comment.