v10.0.0
Breaking
-
drop deprecated id filter on cases filterset
you now must use theids
filter instead (e6356fa
) -
update lots of dependencies. Notable change: replacing
psycopg2
withpsycopg
, version 3
This drops support for PostgreSQL versions 9, 10 and 11, as well as Python 3.8. -
feat(healthz)!: overhaul health-checks for them to be less intrusive.
In the healthz response, the keydatabase models
has
been dropped. (4a585da
)
Feature
- feat: disable introspection via validation rules property (
21afd5d
) - feat: implement flat_answer_map (analog to ember-caluma) (
d96d33e
) - feat(filters): add EXACT_WORD lookup type to SearchAnswer (
23c0e55
) - feat(healthz): overhaul health-checks for them to be less intrusive (
54c545f
)
Fix
- fix(graphene): add a custom metaclass factory for interface types (
d56f131
) - fix(analytics/tests): do not assume sorted output (
136f1ae
) - fix: new keycloak versions omit groups in claims if no groups are set (
d88affa
) - fix: only save updated fields in post_complete case logic (
8c9edae
) - fix(healthz): do not warn about expected events (
b747c1f
)