Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7eac9815
Commit
7eac9815
authored
May 14, 2021
by
GitLab Release Tools Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 13.11.4-ee
[ci skip]
parent
c06e3857
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
15 deletions
+9
-15
CHANGELOG.md
CHANGELOG.md
+9
-0
changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml
...its-trailing-slash-when-checking-for-allowed-requests.yml
+0
-5
changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml
changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml
+0
-5
changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml
changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml
+0
-5
No files found.
CHANGELOG.md
View file @
7eac9815
...
...
@@ -2,6 +2,15 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 13.11.4 (2021-05-14)
### Fixed (3 changes)
-
Fix N+1 SQL queries in PipelinesController#show. !60794
-
Omit trailing slash when proxying pre-authorized routes with no suffix. !61638
-
Omit trailing slash when checking allowed requests in the read-only middleware. !61641
## 13.11.3 (2021-04-30)
### Fixed (1 change)
...
...
changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml
deleted
100644 → 0
View file @
c06e3857
---
title
:
Omit trailing slash when checking allowed requests in the read-only middleware
merge_request
:
61641
author
:
type
:
fixed
changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml
deleted
100644 → 0
View file @
c06e3857
---
title
:
Omit trailing slash when proxying pre-authorized routes with no suffix
merge_request
:
61638
author
:
type
:
fixed
changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml
deleted
100644 → 0
View file @
c06e3857
---
title
:
Fix N+1 SQL queries in PipelinesController#show
merge_request
:
60794
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment