Skip to content

Commit 6c86226

Browse files
Release 1.1.0.
1 parent 4450097 commit 6c86226

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# Changelog
1+
## Version 1.1.0
2+
- Added support for simple pre-anonymization `WHERE` clauses.
3+
- Added `sum` and `avg` aggregrators.
4+
- Added `*_noise` variants of aggregrators.
5+
- Added `count_histogram` aggregrator.
26
- Allow more metadata discovery queries.
7+
- Various tweaks and fixes.
38

49
## Version 1.0.3
510
- Reject unsupported column types during AID labeling.

META.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"name": "pg_diffix",
33
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
44
"description": "Diffix is a bundled set of mechanisms for anonymizing structured data. Open Diffix is a project to make Diffix anonymization free and open. More details at open-diffix.org.",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"maintainer": "Open Diffix <hello@open-diffix.org>",
77
"license": {
88
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
99
},
1010
"release_status": "stable",
1111
"provides": {
12-
"pg_diffix": {
13-
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
14-
"file": "src/pg_diffix.c",
15-
"docfile": "docs/user_guide.md",
16-
"version": "1.0.2"
17-
}
12+
"pg_diffix": {
13+
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
14+
"file": "src/pg_diffix.c",
15+
"docfile": "docs/user_guide.md",
16+
"version": "1.1.0"
17+
}
1818
},
1919
"prereqs": {
2020
"runtime": {
21-
"requires": {
22-
"PostgreSQL": "13.0.0"
23-
}
21+
"requires": {
22+
"PostgreSQL": "13.0.0"
23+
}
2424
}
2525
},
2626
"resources": {
2727
"homepage": "https://open-diffix.org/",
2828
"bugtracker": {
29-
"web": "https://github.com/diffix/pg_diffix/issues",
30-
"mailto": "hello@open-diffix.org"
29+
"web": "https://github.com/diffix/pg_diffix/issues",
30+
"mailto": "hello@open-diffix.org"
3131
},
3232
"repository": {
33-
"url": "git://github.com/diffix/pg_diffix.git",
34-
"web": "https://github.com/diffix/pg_diffix/",
35-
"type": "git"
33+
"url": "git://github.com/diffix/pg_diffix.git",
34+
"web": "https://github.com/diffix/pg_diffix/",
35+
"type": "git"
3636
}
3737
},
3838
"tags": [
@@ -43,9 +43,9 @@
4343
"privacy",
4444
"privacy-protection",
4545
"privacy-tools"
46-
],
46+
],
4747
"meta-spec": {
48-
"version": "1.0.0",
49-
"url": "https://pgxn.org/meta/spec.txt"
48+
"version": "1.0.0",
49+
"url": "https://pgxn.org/meta/spec.txt"
5050
}
5151
}

0 commit comments

Comments
 (0)