Skip to content

Commit

Permalink
Bump to v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jul 10, 2024
1 parent 1552b1f commit 1f6d2be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2024-07-09 (6.0)

* Improved performance of auth checks (especially `has_field_access()`).
* Changed method signature of `UserScopes.has_all_scopes()` and `UserScopes.has_any_scopes()`
(most callers should use `has_field_access()` anyway.)
* Block `deepcopy()` of schema fields, as it's very slow.
* Removed `DatasetType` base class.
* Removed `schema import events` code, as its no longer used.
* Removed wirerope dependency.
* Removed Python 3.8 style annotations.

# 2024-03-04 (5.27.0)

* Add `unit` and `description_with_unit` properties to fields.
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = amsterdam-schema-tools
version = 5.27.0
version = 6.0
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 All @@ -20,6 +20,8 @@ classifiers =
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
package_dir =
= src
Expand Down

0 comments on commit 1f6d2be

Please sign in to comment.