Skip to content

Commit

Permalink
chore(release): v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed May 21, 2024
1 parent e6a44cf commit 51491c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v10.2.0 (21 May 2024)
### Feature

* feat(form): add more case info to jexl context ([`ab73edd`](https://github.com/projectcaluma/caluma/commit/ab73eddb03215d288c782e12ca15e04bc7dc2e48))

* feat(jexl): add main_case_form to info object

This is convenient when you'd like to write a JEXL expression in a task
form attached to some work item, that depends on the main case's form. ([`bcb9136`](https://github.com/projectcaluma/caluma/commit/bcb913668e2454ca0dd0c8990eba310efef32b96))

### Fix

* fix(validation): do not block __typename when introspection is disabled

The `DisableIntrospection` validator rejects everything that could
lead to insight into the schema. Sadly, our frontends rely on having
`__typename` available, thus we need our own validator that allows this
specific introspection key (but not anything else) ([`46f2184`](https://github.com/projectcaluma/caluma/commit/46f21840610be6ddb3569a2b96b7866ae9f33e12))

# v10.1.1 (8 February 2024)
### Fix

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma"
version = "10.1.1"
version = "10.2.0"
description = "Caluma Service providing GraphQL API"
homepage = "https://caluma.io"
repository = "https://github.com/projectcaluma/caluma"
Expand Down

0 comments on commit 51491c2

Please sign in to comment.