X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=RELNOTES;h=2798b64a1a8e75c3506f3f166433036c10b07108;hb=f0b69ac0a1a43deabbc56e7fbcbace995e03f31c;hp=36f8eac827307c9e47debd77254774b378c1f31a;hpb=fbc56f981b7bd3387f7326401ceccbf31893a2ed;p=ric-plt%2Fsubmgr.git diff --git a/RELNOTES b/RELNOTES index 36f8eac..2798b64 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,39 @@ +### v0.10.4 +* Configmap usage introduced for K8s based deployments + +### v0.10.3 +* The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump + +### v0.10.2 +* Taking in use the most recent RMr version + +### v0.10.1 +* Sequential execution of message handling to avoid parallel read/write of internal hash maps + +### v0.10.0 +* Tracking Mbuf in transaction table + +### v0.9.0 +* Communicating RICsubscriptionDeleteResponse to routing manager +* Updated transaction handling + +### v0.8.0 +* Handle RICsubscriptionDeleteResponse message + +### v0.7.2 +* Correction for E2AP PDU handling +* Correction for Transaction Table handling + +### v0.7.1 +* Verification of RICsubscriptionDeleteRequest message handling + +### v0.7.0 +* Handle RICsubscriptionDeleteRequest message + +### v0.6.0 +* Capability to track and retrieve transactions +* Signal subscription related route creation towards Rtmgr + ### v0.5.0 * Introduces ASN1-C generated E2AP encode/decode * Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes