Releases: OpenIDC/ngx_sts_module
Releases · OpenIDC/ngx_sts_module
release 4.0.0
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- the liboauth2 dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
Packaging
- Makefile.am: use pkglib_LTLIBRARIES
release 3.5.0
Bugfixes
- compile and run with NGINX >=
1.26.0
Packaging
- depend on
liboauth2
>=1.6.2
- add Ubuntu Noble packages
- the
liboauth2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.4.0
Features
- add support for the OAuth 2.0 Client Credentials grant type
- depend on liboauth >= 1.6.0
release 3.3.0
Edit: on May 11, 2023 the Debian/Ubuntu packages were updated from 3.3.0-1 to 3.3.0-2 because of packaging bug OpenIDC/liboauth2#46
Features
- add option to not return an error on token missing/exchange failure
- depend on
liboauth2
>=1.4.5.2
Bugfixes
- use
ngx_pcalloc
instead ofngx_pnalloc
to align memory access
Packaging
- change Makefile install procedure
- the
liboauth2 >= 1.4.5.2
dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases. - add packages for CentOS 8/9, Debian Debian Buster/Bullseye/Bookworm and Ubuntu Focal/Jammy
release 3.2.0
Features
- depend on liboauth2 >= 1.4.0
Packaging
- the
liboauth2 >= 1.4.0
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.1.1
Features
- depend on liboauth2 >= 1.2.4 with named cache and ROPC capabilities
Packaging
- the
liboauth2 >= 1.2.4
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.3
Bugfixes
- fix swapped source token and user params
Packaging
- the
liboauth2 >= 1.1.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.2
Features
- update
liboauth2-sts
depencency to pass NULL( for now) forr->user
insts_handler
Packaging
- the
liboauth2 >= 1.1.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.1
Features
- return status code from STS call if > 500
- 504 ("
Gateway Timeout
") is returned back to the caller on HTTP callout timeouts
- 504 ("
- bump
liboauth2
dependency to version 1.1.1
Packaging
- the
liboauth2 >= 1.1.1
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.0.0
Packaging
- add packages for Ubuntu Bionic and CentOS 7
- the
liboauth2
dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.