File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file documents any relevant changes done to ViUR-core since version 3.
4
4
5
+ ## [ 3.7.9]
6
+
7
+ - chore: Remove legacy ` viur-queued-tasks ` code (#1433 )
8
+ - feat: Evaluate ` x-viur-bonelist ` on default ` viewSkel() ` (light-version) (#1415 )
9
+ - feat: Implement ` conf.tasks_default_queues ` (#1434 )
10
+ - feat: Implement ` on_delete ` hook/event for sessions (#1438 )
11
+ - fix: ` File.onEdit() ` executes "leaf"-related stuff regardless of the ` skelType ` (#1439 )
12
+ - fix: ` NumericBone.singleValueUnserialize ` can't handle ` str ` (#1437 )
13
+ - fix: Check in ` updateRelations ` if ` request_data ` exist (#1435 )
14
+ - fix: Make ` skeleton.listKnownSkeletons ` always sorted (#1430 )
15
+ - fix: Type annotation ` None ` now correctly supported with value-check and ` "null" ` (#1429 )
16
+ - perf: Add check to avoid redundant ` ensureDerived ` calls (#1428 )
17
+
5
18
## [ 3.7.8]
6
19
7
20
- fix: ` NumericBone ` ignores precision on read & write (#1425 )
Original file line number Diff line number Diff line change 3
3
# This will mark it as a pre-release as well on PyPI.
4
4
# See CONTRIBUTING.md for further information.
5
5
6
- __version__ = "3.7.8 "
6
+ __version__ = "3.7.9 "
7
7
8
8
assert __version__ .count ("." ) >= 2 and "" .join (__version__ .split ("." , 3 )[:3 ]).isdigit (), \
9
9
"Semantic __version__ expected!"
You can’t perform that action at this time.
0 commit comments