Skip to content

Commit b0dd7d1

Browse files
authored
Merge pull request Nike-Inc#149 from nicmunroe/release/v0.20.1-bookkeeping
Release/v0.20.1 bookkeeping
2 parents 8afe722 + 26eee2f commit b0dd7d1

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

2737
Released 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.20.1-SNAPSHOT
1+
version=0.20.2-SNAPSHOT
22
groupId=com.nike.riposte
33
artifactId=riposte

0 commit comments

Comments
 (0)