There was an error while loading. Please reload this page.
2 parents ce4cd96 + 37d0e84 commit 10c20f0Copy full SHA for 10c20f0
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# v5.1.0 (31 Jan 2020)
2
+
3
+### Feature
4
5
+* add hierarchical inspection classes (0d746594d9d14e23b7d90b359c8869b8d3ab7afc)
6
+ Useful for extension points and caluma-as-django-app
7
8
+### Fix
9
10
+* validation performance vastly improved (25570a9b220d773b5a1517bb4e0b40d27ed306f1)
11
+ form validation query count is roughly 10% of what it used to be
12
13
14
# v5.0.0 (22 Jan 2020)
15
16
caluma/caluma_metadata.py
@@ -2,4 +2,4 @@
__title__ = "caluma"
__description__ = "Caluma Service providing GraphQL API"
-__version__ = "5.0.0"
+__version__ = "5.1.0"
0 commit comments