protozero
Minimalistic protocol buffer decoder and encoder in C++.
Upgrading

This file contains instructions for users of Protozero who are upgrading from one version to another.

You do not need to change anything if only the minor version changes, but it is better to keep up with changes if you can. The switch to the next major version will be easier then. And you might get some more convenient usage.

To help you with upgrading to new versions, you can define the C++ preprocessor macro PROTOZERO_STRICT_API in which case Protozero will compile without the code used for backwards compatibilty. You will then get compile errors for older API usages.

Upgrading from v1.4.5 to v1.5.0

Upgrading from v1.4.4 to v1.4.5

Upgrading from v1.4.0 to v1.4.1

Upgrading from v1.3.0 to v1.4.0