From e73b78fa2fa3e6ed4e8103ecf00d4337ceb08e97 Mon Sep 17 00:00:00 2001 From: dfragkos <43905384+JFrgs@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:18:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1123f227..3f1d31c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ # Changelog +## v1.6.2 + +### NEF APIs / backend + +- Create environment variable for MongoClient host πŸ‘‰ ```MONGO_CLIENT``` +- Add publish service from evolved5g library to publish the service APIs into CAPIF +- Add service description `json` files to support the publish service +- Fix LOCATION_REPORTING one time requests bug (commit e27c82470a51faa4e0ebebf7dd28207993779e02) + +### Docker 🐳 + +- Change mongo service in docker-compose πŸ‘‰mongo_nef +- Create env variables for CAPIF hostname πŸ‘‰`CAPIF_HOST` +- Create env variables for CAPIF ports πŸ‘‰`CAPIF_HTTP_PORT` `CAPIF_HTTP_PORT` + +### Libraries + +- πŸͺ› Fix python version incompatibility between docker-image and poetry (from `3.9.7` πŸ‘‰ `^3.9.7`) + +### Other + + - βœ” Add /app/app/core/certificates folder to save certificates from CAPIF locally + - βœ” Creation of Test descriptions for UE_REACHABILITY and LOSS_OF_CONNECTIVITY events on Monitoring Event API /docs/test_plan +- πŸͺ› Fix python `make db-reset` command + ## v1.6.1 ### UI changes