File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## v1.6.2
3
+
4
+ ### NEF APIs / backend
5
+
6
+ - Create environment variable for MongoClient host 👉 ``` MONGO_CLIENT ```
7
+ - Add publish service from evolved5g library to publish the service APIs into CAPIF
8
+ - Add service description ` json ` files to support the publish service
9
+ - Fix LOCATION_REPORTING one time requests bug (commit e27c82470a51faa4e0ebebf7dd28207993779e02)
10
+
11
+ ### Docker 🐳
12
+
13
+ - Change mongo service in docker-compose 👉mongo_nef
14
+ - Create env variables for CAPIF hostname 👉` CAPIF_HOST `
15
+ - Create env variables for CAPIF ports 👉` CAPIF_HTTP_PORT ` ` CAPIF_HTTP_PORT `
16
+
17
+ ### Libraries
18
+
19
+ - 🪛 Fix python version incompatibility between docker-image and poetry (from ` 3.9.7 ` 👉 ` ^3.9.7 ` )
20
+
21
+ ### Other
22
+
23
+ - ✔ Add /app/app/core/certificates folder to save certificates from CAPIF locally
24
+ - ✔ Creation of Test descriptions for UE_REACHABILITY and LOSS_OF_CONNECTIVITY events on Monitoring Event API /docs/test_plan
25
+ - 🪛 Fix python ` make db-reset ` command
26
+
2
27
## v1.6.1
3
28
4
29
### UI changes
You can’t perform that action at this time.
0 commit comments