X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Frelease-notes.rst;h=8c9cc9370e49f7fb451100fbc13c2e325277f756;hb=30a7bdce9115e6bba8811edae2fc949e404021da;hp=d08705164a78e11e6fe9b43315928567f17bab94;hpb=40caa314d23122f0bd25c0e66b65d10303538164;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d087051..8c9cc93 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -29,6 +29,32 @@ and this project adheres to `Semantic Versioning `__. * Release 1.0.0 will be the Release A version of A1 +[0.13.0] - 9/25/2019 +:: + + * Implement GET all policy type ids + * Implement GET all policy instance ids for a policy type + * fix a tiny bug in integration test receiver + + +[0.12.1] - 9/20/2019 +:: + * switch to rmr 1.8.1 to pick up a non blocking variant of rmr that deals with bad routing tables (no hanging connections / blocking calls) + * improve test receiver to behave with this setup + * add integration test for this case + * this also switches past 1.5.x, which included another change that altered the behavior of rts; deal with this with a change to a1s helmchart (env: `RMR_SRC_ID`) that causes the sourceid to be set to a1s service name, which was not needed prior + * improve integration tests overall + + +[0.12.0] - 9/19/2019 +:: + + * Implement type PUT + * Implement type GET + * Remove RIC manifest + * Read type GET to get schema for instance PUT + * Remove Utils (no longer needed) + * lots more tests (unit and integration) [0.11.0] - 9/17/2019