X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Fdocs%2FChangelog.rst;h=4fa1629c0fe7cf5ceb8c2ed6b40b95096d5f3b7c;hb=f1d8288e7a8d73e5d7441269a5d258eb90ed389e;hp=b5656412c92af8b97d10538dd11fe363c6c64418;hpb=7427a16dae97c4fbe326f8f990cbe96d3295e0c5;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/docs/Changelog.rst b/src/bindings/rmr-python/docs/Changelog.rst index b565641..4fa1629 100644 --- a/src/bindings/rmr-python/docs/Changelog.rst +++ b/src/bindings/rmr-python/docs/Changelog.rst @@ -7,6 +7,48 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[X.X.X] - 10/30/2019 +-------------------- + +:: + * This is a breaking change as it rquires that RMR version 1.10.2 or later be used. + * The populate and set length function will reallocate the message buffer payload if the caller attempts to insert more bytes than the currrent message supports. + + +[1.0.0] - 10/24/2019 +-------------------- + +:: + + * It's been past due to bump this to 1.0.0 since people depend on it! + * Add the ability to set sbuf attributes in the same call that it is allocated + * (breaking) removes bytes2meid + * (breaking) rmr_set_meid now infers length + * (breaking) rmr_get_meid now returns bytes, to be symmetric with set_meid + + +[0.13.5] - 10/23/2019 +-------------------- + +:: + + * Add an exceptions module and raise a proper exception when an allocated buffer has a NULL pointer. Likely due to a bad rmr context. + +[0.13.4] - 10/21/2019 +-------------------- + +:: + + * Correct cause of nil pointer exception in message summary. + + +[0.13.3] - 10/10/2019 +-------------------- + +:: + + * Add missing unit test for receive all. + * Correct bug in summary function. [0.13.2] - 10/2/2019 --------------------