On Mon, 2016-11-14 at 13:04 +0000, Adel Boutros wrote:
> Hello,
> 
> 
> What are the impact of these changes from a user point of view? Will
> the upgrade be automatic or will it require changes as was the case
> with the update from 0.12 to 0.14 for example?

These changes essentially don't change the user facing API at all:

- They only change the C code any other language bindings are not
affected at all.

- If you carry on using the old C library (libqpid-proton) then you
should have the same user facing API. This is not 100% true because
some very low level APIs have been removed, but it is vanishingly
unlikely anyone is using those.

- There is now a new "core" API that contains only the protocol
processing part of protn without any IO. This is intended to be used to
support language bindings and to form the basis for other APIs.

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to