Skip to content

Commit 1d385dd

Browse files
Merge pull request #413 from diffix/cristian/misc
Release 1.0.2.
2 parents 182ea12 + e2c3e2a commit 1d385dd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## Next version
3+
## Version 1.0.2
44
- Allow casts between `int4` and `int8`.
55
- Allow more metadata discovery queries.
66
- Allow more statement types.
77
- Fixed handling of `IN (subquery)` expressions.
8+
- Added analyst guide section for allowed type conversions.
9+
- Small fixes to docs.
10+
- Added support for parameterized queries.
11+
- Queries selecting or grouping by non-generalized AID columns are now rejected.
812

913
## Version 1.0.1
1014
- Fixed some docs links.

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.1",
5+
"version": "1.0.2",
66
"maintainer": "Open Diffix <[email protected]>",
77
"license": {
88
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
@@ -13,7 +13,7 @@
1313
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
1414
"file": "src/pg_diffix.c",
1515
"docfile": "docs/user_guide.md",
16-
"version": "1.0.1"
16+
"version": "1.0.2"
1717
}
1818
},
1919
"prereqs": {

0 commit comments

Comments
 (0)