Skip to content

Release v1.2.2 - 5GMS Application Server

Latest
Compare
Choose a tag to compare

This is a bug-fix and compatibility release.

In this release

  1. Fix a compatibility issue with the latest version of pydantic. The pydantic Python module is pulled in as a dependency of fastapi and affects data types presented to the application from its M3 server interface.
  2. Bring the return code for the M3 cache purge operation in line with the new TS 26.512 v17.7.0. The code returned when the regular expression for matching cache entries cannot be compiled has changed from 422 to 400.

What's Changed

  • Bug-fix: Handle changes to OpenAPI models when pydantic v2 is installed by @davidjwbbc in #82
  • Feature: TS 26.512 v17.7.0 uplift by @davidjwbbc in #85

Full Changelog: rt-5gms-application-server-1.2.1...rt-5gms-application-server-1.2.2