Skip to content

Commit 51491c2

Browse files
committed
chore(release): v10.2.0
1 parent e6a44cf commit 51491c2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v10.2.0 (21 May 2024)
2+
### Feature
3+
4+
* feat(form): add more case info to jexl context ([`ab73edd`](https://github.com/projectcaluma/caluma/commit/ab73eddb03215d288c782e12ca15e04bc7dc2e48))
5+
6+
* feat(jexl): add main_case_form to info object
7+
8+
This is convenient when you'd like to write a JEXL expression in a task
9+
form attached to some work item, that depends on the main case's form. ([`bcb9136`](https://github.com/projectcaluma/caluma/commit/bcb913668e2454ca0dd0c8990eba310efef32b96))
10+
11+
### Fix
12+
13+
* fix(validation): do not block __typename when introspection is disabled
14+
15+
The `DisableIntrospection` validator rejects everything that could
16+
lead to insight into the schema. Sadly, our frontends rely on having
17+
`__typename` available, thus we need our own validator that allows this
18+
specific introspection key (but not anything else) ([`46f2184`](https://github.com/projectcaluma/caluma/commit/46f21840610be6ddb3569a2b96b7866ae9f33e12))
19+
120
# v10.1.1 (8 February 2024)
221
### Fix
322

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma"
3-
version = "10.1.1"
3+
version = "10.2.0"
44
description = "Caluma Service providing GraphQL API"
55
homepage = "https://caluma.io"
66
repository = "https://github.com/projectcaluma/caluma"

0 commit comments

Comments
 (0)