Skip to content

Commit

Permalink
Bump to v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 1, 2024
1 parent 5543cd7 commit 5e6682d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2024-10-01 (6.1)

* Added SQL SEQUENCE permissions in `schema permissions apply` to make `pg_dump` access easier.
* Added `has_field_filter_access()` and `filter_auth` (`filterAuth` in schema) to add permissions for list filtering.
* Added `DatasetFieldSchema.is_relation` for convenience.
* Fixed `schema permissions apply` to set the correct database grants for nested/through tables (only affects `brk.kadastraleobjecten.soortCultuurBebouwd` for now).
* Fixed accessing `DatasetFieldSchema.unit` if the unit is missing.
* Fixed typo in unused property `discription_with_unit` -> `description_with_unit`.
* Fixed clearing cached properties when `auth` or `filterAuth` are updated.

# 2024-07-15 (6.0.1)

* Fix Django<4.2 pinning.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = amsterdam-schema-tools
version = 6.0.1
version = 6.1
url = https://github.com/amsterdam/schema-tools
license = Mozilla Public 2.0
author = Team Data Diensten, van het Dataplatform onder de Directie Digitale Voorzieningen (Gemeente Amsterdam)
Expand Down

0 comments on commit 5e6682d

Please sign in to comment.