Skip to content

Release v1.2.3 - 5GMS Application Server

Latest
Compare
Choose a tag to compare
@davidjwbbc davidjwbbc released this 28 Jun 08:22
· 1 commit to main since this release
cecb82b

This is a minor bug-fix release.

In this release

  1. The Application Server will now look for the mime.types file on the system in the normal OpenResty location and normal nginx location and use whichever it finds. (issue #83)
  2. The OpenResty proxy handler will check nginx binaries it finds to make sure they are built with the Lua module before using them. If the binary is not found on the normal $PATH then the handler will subsequently check the default OpenResty installation location. If OpenResty is not found then the Application Server will abort with an error. (issue #89)

What's Changed

  • Documentation Updates - Development by @jordijoangimenez in #86
  • Bug fixes: Find mime.types file location and automatically find Openresty path by @davidjwbbc in #90
  • Minor restructuring of the README.md. Move the Open Resty installatio… by @dsilhavy in #91

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