Skip to content

Commit

Permalink
Merge pull request #68 from nicmunroe/release/v0.15.1-bookkeeping
Browse files Browse the repository at this point in the history
Release/v0.15.1 bookkeeping
  • Loading branch information
nicmunroe authored Aug 10, 2023
2 parents ca0ca1c + 6e0b75c commit ed31303
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,27 @@ Backstopper is used heavily and is stable internally at Nike, however the wider

#### 0.x Releases

- `0.15.x` Releases - [0.15.0](#0150)
- `0.15.x` Releases - [0.15.1](#0151), [0.15.0](#0150)
- `0.14.x` Releases - [0.14.1](#0141), [0.14.0](#0140)
- `0.13.x` Releases - [0.13.0](#0130)
- `0.12.x` Releases - [0.12.0](#0120)
- `0.11.x` Releases - [0.11.5](#0115), [0.11.4](#0114), [0.11.3](#0113), [0.11.2](#0112), [0.11.1](#0111), [0.11.0](#0110)
- `0.10.x` Releases - [0.10.0](#0100)
- `0.9.x` Releases - [0.9.2](#092), [0.9.1.1](#0911), [0.9.1](#091), [0.9.0.1](#0901), [0.9.0](#090)

## [0.15.1](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v0.15.1)

Released on 2023-08-09.

### Fixed

* Fixed header-masking comparisons for the backstopper log. Previously it was doing exact string equals to determine
if a header name should be masked in the logs or not, but headers are inherently case-insensitive which could lead
to header values ending up in the logs due to case sensitivity issues (e.g. an incoming `authorization` header not
being masked because it's not an exact string equals for captial-A `Authorization`). After this fix, any header
with a matching name will be masked regardless of case sensitivity.
- Fixed by [dearcherian]][[contrib_dearcherian]] in pull request [#67](https://github.com/Nike-Inc/backstopper/pull/67).

## [0.15.0](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v0.15.0)

Released on 2022-06-03.
Expand Down Expand Up @@ -343,3 +356,4 @@ Released on 2016-09-20.
[contrib_mikesir87]: https://github.com/mikesir87
[contrib_rabeyta]: https://github.com/rabeyta
[contrib_apjo]: https://github.com/apjo
[contrib_dearcherian]: https://github.com/dearcherian
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.15.1-SNAPSHOT
version=0.15.2-SNAPSHOT
nikeInternalUtilVersion=0.10.1-SNAPSHOT
groupId=com.nike.backstopper
nikeInternalUtilGroupId=com.nike.internal
Expand Down

0 comments on commit ed31303

Please sign in to comment.