Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,22 @@ The types of changes are:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [Unreleased](https://github.com/ethyca/fideslang/compare/3.1.0...main)
## [Unreleased](https://github.com/ethyca/fideslang/compare/3.2.0...main)

## [3.2.0](https://github.com/ethyca/fideslang/compare/3.1.2...3.2.0)

See [v3.2.0 Migration Guide](docs/migration/v3.2.0.md) for complete migration instructions.

### Added
- 38 new data categories with enhanced hierarchies for professional, health, children, and demographic data [#35](https://github.com/ethyca/fideslang/pull/35)

### Changed
- Major data category taxonomy restructuring: `user.biometric` → `user.biometrics`, `user.health_and_medical` → `user.health`, and other naming improvements [#35](https://github.com/ethyca/fideslang/pull/35)

### Deprecated
- 26 categories deprecated with `replaced_by` pointers for backward compatibility [#35](https://github.com/ethyca/fideslang/pull/35)

## [3.1.2](https://github.com/ethyca/fideslang/compare/3.1.1...3.1.2)

### Added
- Added `fides_meta.redact` to datasets, collections, and fields [#35](https://github.com/ethyca/fideslang/pull/35)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ check-all: teardown build-local-prod check-install check-static pytest
@echo "Running formatter, linter, typechecker and tests..."

check-static:
@$(RUN) nox -s check_static
@$(RUN) nox -s static_checks

check-install:
@echo "Checking that fideslang is installed..."
Expand Down
82 changes: 60 additions & 22 deletions data_files/data_categories.csv

Large diffs are not rendered by default.

Loading
Loading