Skip to content

Commit 3dfeb61

Browse files
committed
Update changelog
1 parent 362c423 commit 3dfeb61

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

CHANGELOG.org

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,25 @@ Newest items at the top. Note that updates before 2022-August were copied from
77
*** [[https://github.com/clojars/clojars-web/commits/2023-09-28.2002][2023-09-28.2002]]
88
+ [[https://github.com/clojars/clojars-web/commit/29b5d25cdc8ede87a35967691110f84a4a8c23d1][Prevent memory leak from in-memory session store]] ([[https://github.com/tobias][Toby Crawley]])
99

10+
*** [[https://github.com/clojars/clojars-web/commits/2023-09-29.2006][2023-09-29.2006]]
11+
+ [[https://github.com/clojars/clojars-web/pull/874][Require a license in the POM for new projects]] ([[https://github.com/tobias][Toby Crawley]])
12+
1013
* 2023-August
11-
*** [[https://github.com/clojars/clojars-web/commits/2023-08-20.1998][2023-08-20.1998]]
12-
Note: We changed from a counter for the release version to ~<date>.<commit-count>~ with this release.
14+
*** [[https://github.com/clojars/clojars-web/commits/218][218]]
15+
+ [[https://github.com/clojars/clojars-web/issues/659][Exceptions from clojars.routes.repo are not reported]] ([[https://github.com/tobias][Toby Crawley]])
1316

14-
+ [[https://github.com/clojars/clojars-web/pull/872][Migrate from project.clj to deps.edn]] ([[https://github.com/tobias][Toby Crawley]])
17+
*** [[https://github.com/clojars/clojars-web/commits/219][219]]
18+
+ [[https://github.com/clojars/clojars-web/issues/563][Include release date for each version in feed.clj]] ([[https://github.com/tobias][Toby Crawley]])
19+
+ [[https://github.com/clojars/clojars-web/issues/564][Include scm tag for each version in feed.clj]] ([[https://github.com/tobias][Toby Crawley]])
1520

1621
*** [[https://github.com/clojars/clojars-web/commits/220][220]]
1722
+ [[https://github.com/clojars/clojars-web/commit/0d33a469744f71aa965eac40c6a9cdebd44edefa][Add denylist to email sender]] ([[https://github.com/tobias][Toby Crawley]])
1823
+ [[https://github.com/clojars/clojars-web/issues/823][Require MFA group wide to deploy]] ([[https://github.com/tobias][Toby Crawley]])
1924

20-
*** [[https://github.com/clojars/clojars-web/commits/219][219]]
21-
+ [[https://github.com/clojars/clojars-web/issues/563][Include release date for each version in feed.clj]] ([[https://github.com/tobias][Toby Crawley]])
22-
+ [[https://github.com/clojars/clojars-web/issues/564][Include scm tag for each version in feed.clj]] ([[https://github.com/tobias][Toby Crawley]])
23-
24-
*** [[https://github.com/clojars/clojars-web/commits/218][218]]
25-
+ [[https://github.com/clojars/clojars-web/issues/659][Exceptions from clojars.routes.repo are not reported]] ([[https://github.com/tobias][Toby Crawley]])
25+
*** [[https://github.com/clojars/clojars-web/commits/2023-08-20.1998][2023-08-20.1998]]
26+
Note: We changed from a counter for the release version to ~<date>.<commit-count>~ with this release.
2627

28+
+ [[https://github.com/clojars/clojars-web/pull/872][Migrate from project.clj to deps.edn]] ([[https://github.com/tobias][Toby Crawley]])
2729
* 2023-July
2830
*** [[https://github.com/clojars/clojars-web/commits/213][213]]
2931
+ [[https://github.com/clojars/clojars-web/pull/869][Generate repo index.html files on each deploy]] ([[https://github.com/tobias][Toby Crawley]])
@@ -55,30 +57,30 @@ Note: We changed from a counter for the release version to ~<date>.<commit-count
5557
+ [[https://github.com/clojars/clojars-web/pull/868][Use SQS for async processing instead of the tap queue]] ([[https://github.com/tobias][Toby Crawley]])
5658

5759
* 2023-May
58-
*** [[https://github.com/clojars/clojars-web/commits/209][209]]
59-
+ [[https://github.com/clojars/clojars-web/commit/d991781f5b28297b2c07153325484c975cb50c2e][Don't cache full not-found responses locally]] ([[https://github.com/tobias][Toby Crawley]])
60-
61-
*** [[https://github.com/clojars/clojars-web/commits/208][208]]
62-
+ [[https://github.com/clojars/clojars-web/commit/be2816e5b3b4408a9f2bdcb1bd44ad923c85f896][Cache repo listings locally on disk to reduce s3 calls]] ([[https://github.com/tobias][Toby Crawley]])
60+
*** [[https://github.com/clojars/clojars-web/commits/200][200]]
61+
+ [[https://github.com/clojars/clojars-web/issues/864][Properly verify io groups for VCS self-service verification]] ([[https://github.com/tobias][Toby Crawley]])
6362

64-
*** [[https://github.com/clojars/clojars-web/commits/207][207]]
65-
+ [[https://github.com/clojars/clojars-web/commit/1395b24be573eac01655e5f124dcbc279462a450][Return 404s for not found repo paths]] ([[https://github.com/tobias][Toby Crawley]])
66-
+ [[https://github.com/clojars/clojars-web/commit/289171e16cbd76dc3a90dbd8bfb565916ba91b3d][Use spaces instead of nbsp in repo listing to reduce file size]] ([[https://github.com/tobias][Toby Crawley]])
63+
*** [[https://github.com/clojars/clojars-web/commits/203][203]]
64+
+ [[https://github.com/clojars/clojars-web/issues/860][Return html repo indexes instead of building it in js]] ([[https://github.com/tobias][Toby Crawley]])
6765

68-
*** [[https://github.com/clojars/clojars-web/commits/206][206]]
69-
+ [[https://github.com/clojars/clojars-web/commit/e33ca29d83a18bfe9a51867a66876f4cd064f10f][Instruct fastly to cache repo listings for 12 hours intead of 15 minutes]] ([[https://github.com/tobias][Toby Crawley]])
66+
*** [[https://github.com/clojars/clojars-web/commits/204][204]]
67+
+ [[https://github.com/clojars/clojars-web/commit/571a948e90c393d296ed9c820da7ecb42b465ef1][Replace pingometer logo with uptime.com]] ([[https://github.com/tobias][Toby Crawley]])
7068

7169
*** [[https://github.com/clojars/clojars-web/commits/205][205]]
7270
+ [[https://github.com/clojars/clojars-web/issues/863][Support SSH signing]] ([[https://github.com/tobias][Toby Crawley]])
7371

74-
*** [[https://github.com/clojars/clojars-web/commits/204][204]]
75-
+ [[https://github.com/clojars/clojars-web/commit/571a948e90c393d296ed9c820da7ecb42b465ef1][Replace pingometer logo with uptime.com]] ([[https://github.com/tobias][Toby Crawley]])
72+
*** [[https://github.com/clojars/clojars-web/commits/206][206]]
73+
+ [[https://github.com/clojars/clojars-web/commit/e33ca29d83a18bfe9a51867a66876f4cd064f10f][Instruct fastly to cache repo listings for 12 hours intead of 15 minutes]] ([[https://github.com/tobias][Toby Crawley]])
7674

77-
*** [[https://github.com/clojars/clojars-web/commits/203][203]]
78-
+ [[https://github.com/clojars/clojars-web/issues/860][Return html repo indexes instead of building it in js]] ([[https://github.com/tobias][Toby Crawley]])
75+
*** [[https://github.com/clojars/clojars-web/commits/207][207]]
76+
+ [[https://github.com/clojars/clojars-web/commit/1395b24be573eac01655e5f124dcbc279462a450][Return 404s for not found repo paths]] ([[https://github.com/tobias][Toby Crawley]])
77+
+ [[https://github.com/clojars/clojars-web/commit/289171e16cbd76dc3a90dbd8bfb565916ba91b3d][Use spaces instead of nbsp in repo listing to reduce file size]] ([[https://github.com/tobias][Toby Crawley]])
7978

80-
*** [[https://github.com/clojars/clojars-web/commits/200][200]]
81-
+ [[https://github.com/clojars/clojars-web/issues/864][Properly verify io groups for VCS self-service verification]] ([[https://github.com/tobias][Toby Crawley]])
79+
*** [[https://github.com/clojars/clojars-web/commits/208][208]]
80+
+ [[https://github.com/clojars/clojars-web/commit/be2816e5b3b4408a9f2bdcb1bd44ad923c85f896][Cache repo listings locally on disk to reduce s3 calls]] ([[https://github.com/tobias][Toby Crawley]])
81+
82+
*** [[https://github.com/clojars/clojars-web/commits/209][209]]
83+
+ [[https://github.com/clojars/clojars-web/commit/d991781f5b28297b2c07153325484c975cb50c2e][Don't cache full not-found responses locally]] ([[https://github.com/tobias][Toby Crawley]])
8284

8385
** 2023-April
8486
*** [[https://github.com/clojars/clojars-web/commits/197][197]]

0 commit comments

Comments
 (0)