add release notes for new features in the upcoming release
Change-Id: I5616ad045d2828710836f274c2fabd2aa2963a76 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
e255ef4f1d
commit
5e8fd69c3b
5
releasenotes/notes/410-rules-9db72f7f10961d9b.yaml
Normal file
5
releasenotes/notes/410-rules-9db72f7f10961d9b.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add support for redirect responses that indicate that a path is not
|
||||
going to be valid again in the future and return a 410 response.
|
6
releasenotes/notes/cycle-detection-dff48a3706f459d8.yaml
Normal file
6
releasenotes/notes/cycle-detection-dff48a3706f459d8.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add detection of redirection cycles or loops. If a path redirects
|
||||
back to itself when all of the rules are evaluated, report it as
|
||||
an error.
|
6
releasenotes/notes/max-hops-1e9fa3c27d7406db.yaml
Normal file
6
releasenotes/notes/max-hops-1e9fa3c27d7406db.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add detection of multiple redirection hops. If a path redirects to
|
||||
another path that also redirects, repeatedly for too many steps,
|
||||
report an error.
|
Loading…
Reference in New Issue
Block a user