|
22 | 22 | - Allows to calendar invites for token expirations
|
23 | 23 | - Allows to create calendars and add token expirations to it; the ics feed can be subscribed to
|
24 | 24 | - Allows to manage notifications on the web-interface
|
| 25 | +- Add "Enforceable Restrictions" |
| 26 | + - Depending on a user attribute different restriction templates can be |
| 27 | + enforced |
25 | 28 |
|
26 | 29 | ### Enhancements
|
27 | 30 |
|
|
36 | 39 | - Fixed unwanted behavior: If a profile was used and changes to the mytoken
|
37 | 40 | spec would be made in the consent screen that would narrow it down, the
|
38 | 41 | profile would still be applied.
|
| 42 | +- Fixed problems with the caching implementation. |
39 | 43 |
|
40 | 44 | ### Other
|
41 | 45 |
|
|
44 | 48 | ### Dependencies
|
45 | 49 |
|
46 | 50 | - Bump go version from 1.19 to 1.22
|
47 |
| -- Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 |
| 51 | +- Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.11.0 |
48 | 52 | - Bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7
|
49 |
| -- Bump github.com/go-resty/resty/v2 from 2.11.0 to 2.13.1 |
| 53 | +- Bump github.com/go-resty/resty/v2 from 2.11.0 to 2.16.2 |
50 | 54 | - Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1
|
51 |
| -- Bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.4 |
52 |
| -- Bump github.com/gofiber/template/mustache/v2 from 2.0.9 to 2.0.11 |
| 55 | +- Bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.5 |
| 56 | +- Bump github.com/gofiber/template/mustache/v2 from 2.0.9 to 2.0.12 |
53 | 57 | - Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0
|
54 |
| -- Bump github.com/valyala/fasthttp from 1.52.0 to 1.54.0 |
55 |
| -- Bump golang.org/x/crypto from 0.21.0 to 0.23.0 |
56 |
| -- Bump golang.org/x/mod from 0.16.0 to 0.17.0 |
57 |
| -- Bump golang.org/x/oauth2 from 0.18.0 to 0.20.0 |
58 |
| -- Bump golang.org/x/term from 0.18.0 to 0.20.0 |
| 58 | +- Bump github.com/lestrrat-go/jwx from 1.2.29 to 1.2.30 |
| 59 | +- Bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 |
| 60 | +- Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.7.0 |
| 61 | +- Bump github.com/valyala/fasthttp from 1.52.0 to 1.57.0 |
| 62 | +- Bump golang.org/x/crypto from 0.21.0 to 0.29.0 |
| 63 | +- Bump golang.org/x/mod from 0.16.0 to 0.22.0 |
| 64 | +- Bump golang.org/x/oauth2 from 0.18.0 to 0.24.0 |
| 65 | +- Bump golang.org/x/term from 0.18.0 to 0.26.0 |
59 | 66 |
|
60 | 67 | ## mytoken 0.9.2
|
61 | 68 |
|
|
0 commit comments