@@ -4,6 +4,36 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
+ ## [ 1.15.0-rc3] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc3 ) - 2021-08-04
8
+
9
+ * BREAKING
10
+ * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
11
+ * SECURITY
12
+ * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
13
+ * Switch to maintained jwt lib (#16532 ) (#16533 )
14
+ * Correctly create of git-daemon-export-ok files (#16508 ) (#16514 )
15
+ * Don't show private user's repo in explore view (#16550 ) (#16554 )
16
+ * API
17
+ * Swagger AccessToken fixes (#16574 ) (#16597 )
18
+ * Set AllowedHeaders on API CORS handler (#16524 ) (#16618 )
19
+ * BUGFIXES
20
+ * Restore Accessibility for Dropdown (#16576 ) (#16617 )
21
+ * Pass down SignedUserName down to AccessLogger context (#16605 ) (#16616 )
22
+ * Fix table alignment in markdown (#16596 ) (#16602 )
23
+ * Fix 500 on first wiki page (#16586 ) (#16598 )
24
+ * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564 ) (#16570 )
25
+ * Upgrade levelqueue to v0.4.0 (#16560 ) (#16561 )
26
+ * Handle too long PR titles correctly (#16517 ) (#16549 )
27
+ * Fix data race in bleve indexer (#16474 ) (#16509 )
28
+ * Restore CORS on git smart http protocol (#16496 ) (#16506 )
29
+ * Fix race in log (#16490 ) (#16505 )
30
+ * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
31
+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
32
+ * Update notification table with only latest data (#16445 ) (#16469 )
33
+ * Revert to use alpine 3.13 (#16451 ) (#16452 )
34
+ * Fix crash following ldap authentication update (#16447 ) (#16448 )
35
+ * Fix direct creation of external users on admin page (partial #16612 ) (#16613 )
36
+
7
37
## [ 1.15.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc2 ) - 2021-07-22
8
38
9
39
* BUGFIXES
0 commit comments