@@ -8,7 +8,7 @@ Riposte is used heavily and is stable internally at Nike, however the wider comm
88
99#### 0.x Releases
1010
11- - ` 0.20.x ` Releases - [ 0.20.0] ( #0200 )
11+ - ` 0.20.x ` Releases - [ 0.20.1 ] ( #0201 ) , [ 0.20. 0] ( #0200 )
1212- ` 0.19.x ` Releases - [ 0.19.3] ( #0193 ) , [ 0.19.2] ( #0192 ) , [ 0.19.1] ( #0191 ) , [ 0.19.0] ( #0190 )
1313- ` 0.18.x ` Releases - [ 0.18.0] ( #0180 )
1414- ` 0.17.x ` Releases - [ 0.17.0] ( #0170 )
@@ -22,6 +22,16 @@ Riposte is used heavily and is stable internally at Nike, however the wider comm
2222- ` 0.9.x ` Releases - [ 0.9.4] ( #094 ) , [ 0.9.3] ( #093 ) , [ 0.9.2] ( #092 ) , [ 0.9.1] ( #091 ) , [ 0.9.0] ( #090 )
2323- ` 0.8.x ` Releases - [ 0.8.3] ( #083 ) , [ 0.8.2] ( #082 ) , [ 0.8.1] ( #081 ) , [ 0.8.0] ( #080 )
2424
25+ ## [ 0.20.1] ( https://github.com/Nike-Inc/riposte/releases/tag/riposte-v0.20.1 )
26+
27+ Released on 2025-04-21.
28+
29+ ### Fixed
30+
31+ - Fixed ` RequestInfoImpl ` to use a ` ConcurrentHashMap ` instead of plain ` HashMap ` for request attributes for thread
32+ safety.
33+ + Fixed by [ Stephen Duncan Jr] [ contrib_jrduncans ] in pull request [ #148 ] ( https://github.com/Nike-Inc/riposte/pull/148 ) .
34+
2535## [ 0.20.0] ( https://github.com/Nike-Inc/riposte/releases/tag/riposte-v0.20.0 )
2636
2737Released on 2022-03-01.
@@ -764,3 +774,4 @@ Released on 2016-11-03.
764774[ contrib_jcnorman48 ] : https://github.com/jcnorman48
765775[ contrib_scientificmethod ] : https://github.com/ScientificMethod
766776[ contrib_nmyers322 ] : https://github.com/nmyers322
777+ [ contrib_jrduncans ] : https://github.com/jrduncans
0 commit comments