Releases: yandex/ozo
Releases · yandex/ozo
First stable release - better later than never
This is the very first release of the library - the most of API is stable but slightly may change until v1.0.0. The most significant upcoming change is non-copyable Connection from ozo::connection_info
and ozo::connection_pool
. Now it is std::shared_ptr
and this is not the best architecture solution. This will change. So try to avoid connection copies.