Add gremlin-based pagination to aai-common
[aai/aai-common.git] / docs / release-notes.rst
index ac4ab01..980b731 100644 (file)
@@ -15,6 +15,110 @@ This document provides release notes for the Active and Available Inventory Proj
 Release Data
 ============
 
+Version: 13.0.1
+---------------
+
+General
+-------
+
+Features
+^^^^^^^^
+
+- replace dmaap dependency with kafka
+- make root logging level configurable via chart
+- schema update to `v29`:
+    * New `service-instance` attributes added in AAI schema
+    * New `slice-profile` attributes added in AAI schema
+    * Added New Object: `feasibility-check-job` in the schema
+    * Added new Edge Rule for `feasibility-check-job`, `slice-profile` and `service-subscription`
+
+aai-common (`1.13.6`)
+---------------------
+
+Features
+^^^^^^^^
+
+- update tinkerpop from `3.2.3` to `3.2.11`
+- improve some bean loading for schema generation related objects
+
+resources (`1.13.5`)
+--------------------
+
+Features
+^^^^^^^^
+
+- update aai-common version to `1.13.6`
+- make project runnable locally via `mvn spring-boot:run`
+- migrate to Junit 5
+
+Fixes
+^^^^^
+
+- do not throw exception to communicate ok response in echo/liveness probe
+
+traversal (`1.13.5`)
+--------------------
+
+Features
+^^^^^^^^
+
+- update aai-common version to `1.13.6`
+- use newer java 8 base image
+
+model-loader (`1.14.1`)
+-----------------------
+
+Features
+^^^^^^^^
+
+- update dependencies (in particular spring-boot `2.1` to `2.7`)
+- code refactorings (model controller, less by-reference parameter updates, spring RestTemplate instead of aai rest client)
+- tracing support
+- add spring-boot actuator to enable liveness probes
+
+graphadmin (`1.13.7`)
+---------------------
+
+Features
+^^^^^^^^
+
+- update aai-common to `1.13.6`
+
+babel (`1.13.1`)
+----------------
+
+Features
+^^^^^^^^
+
+- remove AAF dependency, update dependencies
+- support tracing
+
+Fixes
+^^^^^
+
+- service was returning text/plain response with json response body
+
+:Release Date: 2024-06-13
+
+Version: 13.0.0
+---------------
+
+New Features
+------------
+
+- Spring Boot update in aai-common, resources and traversal from 2.1 to 2.4
+- Tracing support in resources and traversal
+- Optionally enable `database level caching for JanusGraph <https://docs.janusgraph.org/operations/cache/#database-level-caching>`_
+- Change default logging to write to stdout instead of files
+- Reduce log noise by not logging happy pass for liveness probes
+
+Fixes
+-----
+
+- Fix metrics monitoring via Prometheus
+
+:Release Date: 2022-11-10
+
 Version: 11.0.0
 ---------------