Skip to content

Commit a176c73

Browse files
authored
docs: document v0.36 and v0.37
1 parent 9417e2c commit a176c73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADE.md

+11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ before finalizing the upgrade process.
99
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1010

1111

12+
- [v0.37](#v0370)
13+
- [v0.36](#v0360)
1214
- [v0.35.0-beta.1](#v0350-beta1)
1315
- [v0.34.0-beta.1+oryOS.14](#v0340-beta1oryos14)
1416
- [v0.33.0-beta.1+oryOS.13](#v0330-beta1oryos13)
@@ -46,6 +48,15 @@ before finalizing the upgrade process.
4648

4749
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4850

51+
## v0.37
52+
53+
BREAKING CHANGES:
54+
- This patch allows using the regex capture groups from the URL matcher to be used in several places, including the ID Token generator and elsewhere. To get this working, existing `keto_engine_acp_ory` authorizers are no longer able to use regex substition in the form of `my:action:$1` but instead must use the new format which is `{{ printIndex .MatchContext.RegexpCaptureGroups 0}}` (notice that the index changed by *-1*). A rule migrator exists which makes old rules compatible with the new format, if a version string is given. More details on the rule migration can be found here: https://github.com/ory/oathkeeper/commit/fd16ceb230a1b14ebb01a147d2d70acce77f9fbd#diff-6177fb19f1b7d7bc392f5062b838df15
55+
56+
## v0.36
57+
58+
The access rule matcher now supports the [Glob patterns](https://github.com/gobwas/glob)!
59+
4960
## v0.35.0-beta.1
5061

5162
This release focuses on a rework of the SDK pipeline. First of all, we have introduced new SDKs for all popular programming

0 commit comments

Comments
 (0)