Skip to content

Commit 3add450

Browse files
Update CHANGELOG for 2.15.1 (#3735)
Co-authored-by: Dave Quinlan <[email protected]>
1 parent 111bf3b commit 3add450

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,22 @@ The types of changes are:
1515
- `Fixed` for any bug fixes.
1616
- `Security` in case of vulnerabilities.
1717

18-
## [Unreleased](https://github.com/ethyca/fides/compare/2.15.0...main)
18+
## [Unreleased](https://github.com/ethyca/fides/compare/2.15.1...main)
1919

2020
### Added
2121
- Empty state for when there are no relevant privacy notices in the privacy center [#3640](https://github.com/ethyca/fides/pull/3640)
2222
- GPC indicators in fides-js banner and modal [#3673](https://github.com/ethyca/fides/pull/3673)
23-
- Set `sslmode` to `prefer` if connecting to Redshift via ssh [#3685](https://github.com/ethyca/fides/pull/3685)
2423
- Include `data_use` and `data_category` metadata in `upload` of access results [#3674](https://github.com/ethyca/fides/pull/3674)
2524

2625
### Fixed
2726
- Render linebreaks in the Fides.js overlay descriptions, etc. [#3665](https://github.com/ethyca/fides/pull/3665)
28-
- Handle names with a double underscore when processing access and erasure requests [#3688](https://github.com/ethyca/fides/pull/3688)
2927
- Broken link to Fides docs site on the About Fides page in Admin UI [#3643](https://github.com/ethyca/fides/pull/3643)
3028
- Add Systems Applicable Filter to Privacy Experience List [#3654](https://github.com/ethyca/fides/pull/3654)
3129
- Privacy center and fides-js now pass in `Unescape-Safestr` as a header so that special characters can be rendered properly [#3706](https://github.com/ethyca/fides/pull/3706)
3230
- Fixed ValidationError for saving PrivacyPreferences [#3719](https://github.com/ethyca/fides/pull/3719)
3331

3432
### Developer Experience
3533
- Reorganized some `api.api.v1` code to avoid circular dependencies on `quickstart` [#3692](https://github.com/ethyca/fides/pull/3692)
36-
- Allow Privacy Notices banner and modal to scroll as needed [#3713](https://github.com/ethyca/fides/pull/3713)
3734

3835
### Changed
3936
- Moved GPC preferences slightly earlier in Fides.js lifecycle [#3561](https://github.com/ethyca/fides/pull/3561)
@@ -42,8 +39,23 @@ The types of changes are:
4239
- Remove name and description fields from integration form [#3684](https://github.com/ethyca/fides/pull/3684)
4340
- Update EU PrivacyNoticeRegion codes and allow experience filtering to drop back to country filtering if region not found [#3630](https://github.com/ethyca/fides/pull/3630)
4441
- Fields with default fields are now flagged as required in the front-end [#3694](https://github.com/ethyca/fides/pull/3694)
42+
43+
44+
## [2.15.1](https://github.com/ethyca/fides/compare/2.15.0...2.15.1)
45+
46+
### Added
47+
- Set `sslmode` to `prefer` if connecting to Redshift via ssh [#3685](https://github.com/ethyca/fides/pull/3685)
48+
49+
### Changed
4550
- Privacy center action cards are now able to expand to accommodate longer text [#3669](https://github.com/ethyca/fides/pull/3669)
4651

52+
### Fixed
53+
- Handle names with a double underscore when processing access and erasure requests [#3688](https://github.com/ethyca/fides/pull/3688)
54+
- Allow Privacy Notices banner and modal to scroll as needed [#3713](https://github.com/ethyca/fides/pull/3713)
55+
56+
### Security
57+
- Resolve path traversal vulnerability in webserver API [CVE-2023-36827](https://github.com/ethyca/fides/security/advisories/GHSA-r25m-cr6v-p9hq)
58+
4759

4860
## [2.15.0](https://github.com/ethyca/fides/compare/2.14.1...2.15.0)
4961

0 commit comments

Comments
 (0)