Skip to content

Commit 08f8527

Browse files
committed
update changelog
1 parent 302250e commit 08f8527

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
- Allows to calendar invites for token expirations
2323
- Allows to create calendars and add token expirations to it; the ics feed can be subscribed to
2424
- 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
2528

2629
### Enhancements
2730

@@ -36,6 +39,7 @@
3639
- Fixed unwanted behavior: If a profile was used and changes to the mytoken
3740
spec would be made in the consent screen that would narrow it down, the
3841
profile would still be applied.
42+
- Fixed problems with the caching implementation.
3943

4044
### Other
4145

@@ -44,18 +48,21 @@
4448
### Dependencies
4549

4650
- 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
4852
- 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
5054
- 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
5357
- 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
5966

6067
## mytoken 0.9.2
6168

0 commit comments

Comments
 (0)