File tree Expand file tree Collapse file tree 7 files changed +31
-12
lines changed Expand file tree Collapse file tree 7 files changed +31
-12
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
10
10
breaking existing names). COMMITS is an ever-increasing counter of
11
11
commits since the beginning of this repository.
12
12
13
+ ## [ 8.21.232]
14
+
15
+ - Update Sentry Java SDK to 8.21.1
16
+
13
17
## [ 8.20.229]
14
18
15
19
- Grab cookie header from the map of request headers. Fixes #70
@@ -452,7 +456,8 @@ commits since the beginning of this repository.
452
456
compatible with Sentry 10.0.1 and below. If you wish to use those
453
457
versions, please continue to use sentry-clj 1.7.30.
454
458
455
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/8.20.229...HEAD
459
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/8.21.232...HEAD
460
+ [ 8.21.232 ] : https://github.com/getsentry/sentry-clj/compare/8.20.229...8.21.232
456
461
[ 8.20.229 ] : https://github.com/getsentry/sentry-clj/compare/8.20.228...8.20.229
457
462
[ 8.20.228 ] : https://github.com/getsentry/sentry-clj/compare/7.22.227...8.20.228
458
463
[ 7.22.227 ] : https://github.com/getsentry/sentry-clj/compare/7.20.226...7.22.227
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 8.20.0 " }
7
+ io.sentry/sentry {:mvn/version " 8.21.1 " }
8
8
ring/ring-core {:mvn/version " 1.14.2" }}
9
9
10
10
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.10" }
37
37
:main-opts [" -m" " cljfmt.main" " check" ]}
38
38
39
39
:fix {:replace-deps {dev.weavejester/cljfmt {:mvn/version " 0.13.1" }}
40
- :main-opts [" -m" " cljfmt.main" " fix" ]}}}
40
+ :main-opts [" -m" " cljfmt.main" " fix" ]}}
41
+
42
+ :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
43
+ " clojars" {:url " https://repo.clojars.org/" :releases {:update :always }}}}
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.12.2" }
4
4
; ;
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.5.18" }
6
- io.sentry/sentry {:mvn/version " 8.20.0 " }
6
+ io.sentry/sentry {:mvn/version " 8.21.1 " }
7
7
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
8
8
org.clojure/tools.cli {:mvn/version " 1.1.230" }
9
9
org.clojure/tools.logging {:mvn/version " 1.3.0" }
23
23
:force true
24
24
:no-changes true
25
25
:upgrade true
26
- :verbose true }}}}
26
+ :verbose true }}}
27
+
28
+ :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
29
+ " clojars" {:url " https://repo.clojars.org/" :releases {:update :always }}}}
Original file line number Diff line number Diff line change 14
14
:force true
15
15
:no-changes true
16
16
:upgrade true
17
- :verbose true }}}}
17
+ :verbose true }}}
18
+
19
+ :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
20
+ " clojars" {:url " https://repo.clojars.org/" :releases {:update :always }}}}
Original file line number Diff line number Diff line change 4
4
; ;
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.5.18" }
6
6
integrant/integrant {:mvn/version " 0.13.1" }
7
- io.sentry/sentry {:mvn/version " 8.20.0 " }
7
+ io.sentry/sentry {:mvn/version " 8.21.1 " }
8
8
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
9
9
org.clojure/tools.cli {:mvn/version " 1.1.230" }
10
10
org.clojure/tools.logging {:mvn/version " 1.3.0" }
27
27
:exec-args {:download true
28
28
:force true
29
29
:no-changes true
30
- :skip [" pom" ]
31
30
:upgrade true
32
- :verbose true }}}}
31
+ :verbose true }}}
32
+
33
+ :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
34
+ " clojars" {:url " https://repo.clojars.org/" :releases {:update :always }}}}
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.12.2" }
4
4
; ;
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.5.18" }
6
- io.sentry/sentry {:mvn/version " 8.20.0 " }
6
+ io.sentry/sentry {:mvn/version " 8.21.1 " }
7
7
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
8
8
org.clojure/tools.cli {:mvn/version " 1.1.230" }
9
9
org.clojure/tools.logging {:mvn/version " 1.3.0" }
23
23
:force true
24
24
:no-changes true
25
25
:upgrade true
26
- :verbose true }}}}
26
+ :verbose true }}}
27
+
28
+ :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
29
+ " clojars" {:url " https://repo.clojars.org/" :releases {:update :always }}}}
Original file line number Diff line number Diff line change 7
7
8
8
(defn ^:private the-version
9
9
[patch]
10
- (format " 8.20 .%s" patch))
10
+ (format " 8.21 .%s" patch))
11
11
12
12
(defn ^:private pom-template
13
13
[tag]
You can’t perform that action at this time.
0 commit comments