tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

api: deprecate box.session.push() usage #358

Closed oleg-jukovec closed 9 months ago

oleg-jukovec commented 9 months ago

box.session.push is deprecated starting from Tarantool 3.0. We are going to remove the feature from the connector in a next major release.

Related issues:

Part of #324