Skip to content

Commit dc083a2

Browse files
authored
Update CHANGELOG.md
1 parent 77893c7 commit dc083a2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# 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+
227
## v1.6.1
328

429
### UI changes

0 commit comments

Comments
 (0)