Skip to content

Commit ffe60ac

Browse files
Fideslang 3.0 (#186)
* Remove Data Qualifiers (#183) * feat: remove data qualifiers * feat: more qualifier removals * more data qualifier removals * remove deprecated fields from models * remove registry construct * format * update changelog * remove retention field on dataset collection and field --------- Co-authored-by: Thomas <[email protected]>
1 parent 1fabbf9 commit ffe60ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+204
-1719
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ The types of changes are:
1414
- `Fixed` for any bug fixes.
1515
- `Security` in case of vulnerabilities.
1616

17-
## [Unreleased](https://github.com/ethyca/fideslang/compare/2.2.2...main)
17+
## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.0...main)
18+
19+
## [3.0.0](https://github.com/ethyca/fideslang/compare/2.2.2...3.0.0)
20+
21+
### Removed
22+
23+
- Removed `DataQualifier` construct and all references [#186](https://github.com/ethyca/fideslang/pull/186)
24+
- Removed `Registry` construct and all references [#186](https://github.com/ethyca/fideslang/pull/186)
25+
- Removed deprecated fields on `System`, `DataUse` and `Dataset` models. [#186](https://github.com/ethyca/fideslang/pull/186)
1826

1927

2028
## [2.2.2](https://github.com/ethyca/fideslang/compare/2.2.1...2.2.2)

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@ Examples of a Data Subject are:
4848

4949
Learn more about [Data Subject Categories in the taxonomy reference now](https://ethyca.github.io/fideslang/taxonomy/data_subjects/).
5050

51-
### 4. Data Identification Qualifiers
52-
53-
Data Identification Qualifiers describe the degree of identification of the given data.
54-
Think of this as a spectrum: on one end is completely anonymous data, i.e. it is impossible to identify an individual from it; on the other end is data that specifically identifies an individual.
55-
56-
Along this spectrum are labels that describe the degree of identification that a given data might provide, such as:
57-
58-
- `identified_data`
59-
- `anonymized_data`
60-
- `aggregated_data`
61-
62-
Learn more about [Data Identification Qualifiers in the taxonomy reference now](https://ethyca.github.io/fideslang/taxonomy/data_qualifiers/).
63-
6451
### Extensibility & Interoperability
6552

6653
The taxonomy is designed to support common privacy compliance regulations and standards out of the box, these include GDPR, CCPA, LGPD and ISO 19944.

data_files/data_qualifiers.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

data_files/data_qualifiers.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

data_files/data_qualifiers.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)