X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Frelease-notes.rst;h=002be1e8bf618cc115e5b4742319b28d68687485;hb=refs%2Fchanges%2F07%2F1907%2F13;hp=49c3a18311d131272d9236cbfe6735da06f90c06;hpb=50487bf719884e6a339b48ee5971d757837287b2;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 49c3a18..002be1e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,5 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 AT&T Intellectual Property Release Notes =============== @@ -13,16 +14,35 @@ and this project adheres to `Semantic Versioning `__. :depth: 3 :local: - -[1.x.x] - TBD +[x.x.x] - TBD ------------- :: - * Represents a resillent version of 1.0.0 that uses Redis for persistence + * Represents a resillent version of x.x.x that uses Redis for persistence -[1.0.4] - 10/24/2019 --------------------- + +[2.0.0] - 12/9/2019 +------------------- + +:: + + * Implements new logic around when instances are deleted. See flowcharts in docs/. Basically timeouts now trigger to actually delete instances from a1s database, and these timeouts are configurable. + * Eliminates the barrier to deleting an instance when no xapp evdr replied (via timeouts) + * Add two new ENV variables that control timeouts + * Make unit tests more modular so new workflows can be tested easily + * Fixes the API for ../status to return a richer structure. This is an (albeit tiny) API change. + * Clean up unused items in the integration tests helm chart + * Removed "RMR_RCV_RETRY_INTERVAL" leftovers since this isn't used anymore + * Uses the standard RIC logging library + * Switch the backend routing scheme to using subscription id with constant message types, per request. + * Given the above, policy type ids can be any valid 32bit greater than 0 + * Decouple the API between northbound and A1 from A1 with xapps. This is now two seperate OpenAPI files + * Update example for AC Xapp + * Updgrade rmr and rmr-python to utilize new features; lots of cleanups because of that + +[1.0.4] +------- ::