Skip to content

v10.0.0

Compare
Choose a tag to compare
@winged winged released this 31 Jan 13:09
· 148 commits to main since this release
e4f67e4

Breaking

  • drop deprecated id filter on cases filterset
    you now must use the ids filter instead (e6356fa)

  • update lots of dependencies. Notable change: replacing psycopg2 with psycopg, 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 key database 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)