File tree Expand file tree Collapse file tree 7 files changed +34
-18
lines changed Expand file tree Collapse file tree 7 files changed +34
-18
lines changed Original file line number Diff line number Diff line change 30
30
restore-keys : ${{ env.APPLICATION }}-${{ hashFiles('deps.edn') }}
31
31
32
32
- name : Setup Java
33
- uses : actions/setup-java@v2
33
+ uses : actions/setup-java@v3
34
34
with :
35
35
distribution : ' temurin'
36
36
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ commits since the beginning of this repository.
16
16
### Added
17
17
### Removed
18
18
19
+ ## [ 5.6.170]
20
+
21
+ ### Changed
22
+
23
+ - Fixed an issue where sometimes keywords where not being converted to strings #36
24
+ - Bumped various libraries
25
+
19
26
## [ 5.6.169]
20
27
21
28
### Changed
@@ -243,8 +250,9 @@ commits since the beginning of this repository.
243
250
compatible with Sentry 10.0.1 and below. If you wish to use those
244
251
versions, please continue to use sentry-clj 1.7.30.
245
252
246
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.6.169...HEAD
247
- [ 5.6.169 ] : https://github.com/getsentry/sentry-clj/compare/5.5.166...5.6.169
253
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.6.170...HEAD
254
+ [ 5.6.170 ] : https://github.com/getsentry/sentry-clj/compare/5.6.169...5.6.170
255
+ [ 5.6.169 ] : https://github.com/getsentry/sentry-clj/compare/5.6.166...5.6.169
248
256
[ 5.6.166 ] : https://github.com/getsentry/sentry-clj/compare/5.5.165...5.6.166
249
257
[ 5.5.165 ] : https://github.com/getsentry/sentry-clj/compare/5.5.164...5.5.165
250
258
[ 5.5.164 ] : https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
Original file line number Diff line number Diff line change 7
7
io.sentry/sentry {:mvn/version " 5.6.1" }
8
8
ring/ring-core {:mvn/version " 1.9.5" }}
9
9
10
- :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.6.7 "
11
- :git/sha " 22c2d09 " }}
10
+ :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.7.0 "
11
+ :git/sha " 5d2cb60 " }}
12
12
:ns-default scripts.build}
13
13
14
14
:test {:extra-paths [" test" ]
15
15
:extra-deps {cheshire/cheshire {:mvn/version " 5.10.2" }
16
16
com.github.seancorfield/expectations {:mvn/version " 2.0.157" }
17
- lambdaisland/kaocha {:mvn/version " 1.62.993 " }
17
+ lambdaisland/kaocha {:mvn/version " 1.63.998 " }
18
18
lambdaisland/kaocha-cloverage {:mvn/version " 1.0.75" }
19
19
lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76" }
20
20
orchestra/orchestra {:mvn/version " 2021.01.01-1" }
21
21
org.clojure/test.check {:mvn/version " 1.1.1" }}}
22
22
23
- :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 1.4.0 " }
24
- org.slf4j/slf4j-nop {:mvn/version " 1.7.35 " }}
23
+ :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 1.5.1 " }
24
+ org.slf4j/slf4j-nop {:mvn/version " 1.7.36 " }}
25
25
:exec-fn antq.tool/outdated
26
26
:exec-args {:directory [" ." ]
27
27
:skip [" pom" ]
Original file line number Diff line number Diff line change 6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.2.10" }
8
8
io.sentry/sentry {:mvn/version " 5.6.1" }
9
- io.sentry/sentry-clj {:mvn/version " 5.6.169 " }
9
+ io.sentry/sentry-clj {:mvn/version " 5.6.170 " }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.35 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 1.7.35 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.35 " }
15
- org.slf4j/slf4j-api {:mvn/version " 1.7.35 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.36 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 1.7.36 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.36 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 1.7.36 " }}}
Original file line number Diff line number Diff line change 9
9
io.sentry/sentry-clj {:mvn/version " 5.6.169" }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.35 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 1.7.35 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.35 " }
15
- org.slf4j/slf4j-api {:mvn/version " 1.7.35 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.36 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 1.7.36 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.36 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 1.7.36 " }}}
Original file line number Diff line number Diff line change 27
27
on walk/stringify-keys."
28
28
[m]
29
29
(let [f (fn [[k v]]
30
- (let [k (if (keyword? k) (name k) k)]
30
+ (let [k (if (keyword? k) (name k) k)
31
+ v (if (keyword? v) (name v) v)]
31
32
(if (map? v) [k (HashMap. ^Map v)] [k v])))]
32
33
(walk/postwalk (fn [x] (if (map? x) (into {} (map f x)) x)) m)))
33
34
Original file line number Diff line number Diff line change 18
18
(expect SentryLevel/ERROR (#'sut/keyword->level :error ))
19
19
(expect SentryLevel/FATAL (#'sut/keyword->level :fatal ))))
20
20
21
+ (defexpect java-util-hashmappify-vals-tests
22
+ (expecting
23
+ " everything is a string"
24
+ (expect {" a" " b" } (#'sut/java-util-hashmappify-vals {:a :b }))
25
+ (expect {" a" " b" {" c" " d" } (#'sut/java-util-hashmappify-vals {:a {:b {:c :d }}})})
26
+ (expect {" var1" " val1" " var2" {" a" {" b" {" c" {" d" {" e" " f" } " g" " h" }}}}} (#'sut/java-util-hashmappify-vals {:var1 " val1" :var2 {:a {:b {:c {:d {:e :f } :g :h }}}}}))))
27
+
21
28
(def event
22
29
{:event-id (UUID/fromString " 4c4fbea9-57a7-4c99-808d-2284306e6c98" )
23
30
:message {:message " ok" :params [" foo" " bar" ]}
You can’t perform that action at this time.
0 commit comments