-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
78 lines (59 loc) · 1.71 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
09/16/2024
- add JWT handler wih optional JQ filtering in liboauth2-sts 4.1.0dev
- depend on liboauth2 >= 2.1.0
- bump to 4.1.0dev
08/22/2024
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- release 4.0.0
06/21/2024
- Makefile.am: use pkglib_LTLIBRARIES
06/05/2024
- depend on liboauth2 >= 1.6.2
- release 3.5.0
06/02/2024
- don't include standard headers before NGINX headers; closes #2 ; thanks @anpin
avoid compilation error with NGINX 1.26.0: field 'pkt6' has incomplete type
12/06/2023
- add support for the client credentials grant type
- depend on liboauth >= 1.6.0
- release 3.4.0
03/08/2023
- move repo to OpenIDC github organization
12/06/2022
- change Makefile install procedure
- depend on liboauth 1.4.5.2
- release 3.3.0
07/02/2021
- add option to not return an error on token missing/exchange failure
06/03/2021
- use ngx_pcalloc instead of ngx_pnalloc to align memory access
12/22/2020
- depend on liboauth2 1.4.0
- release 3.2.0
11/13/2020
- add STSCryptoPassphrase
11/10/2020
- use refactored liboauth2-sts
11/07/2020
- depend on liboauth2 >= 1.4.0
- bump to 3.2.0-dev
- liboauth2-sts: fix parsing of cache parameters (hardcoded leftover "max_key_size=8")
02/14/2020
- depend on liboauth 1.2.4 with named cache
02/05/2020
- depend on liboauth2 1.2.2 with new ROPC capability
- bump to 3.1.1
09/12/2019
- depend on liboauth2 1.2.0 with new request header API
- bump to 3.1.0
08/01/2019
- oops: fix swapped source token and user params
- version 3.0.3
07/17/2019
- update liboauth2-sts to include r->user in sts_handler (not used for NGINX right now)
- version 3.0.2
07/03/2019
- return status code from STS call: if > 500 (504 = gateway timeout)
- bump liboauth2 dependency to 1.1.1
- version 3.0.1