Skip to content

Releases: yandex/ozo

First stable release - better later than never

20 May 10:27
Compare
Choose a tag to compare

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.