File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ [Unreleased]
5+ ------------
6+
7+ Performance
8+ ^^^^^^^^^^^
9+ - Cached commonly used metadata of fields to :attr: `~scim2_models.BaseModel.__scim_info__ `.
10+ - Collapsed all scim context validators in :class: `~scim2_models.BaseModel ` to one model validator.
11+ - Collapsed serialization to one model serializer in :class: `~scim2_models.BaseModel `.
12+ - Moved ``model_dump `` and ``model_dump_json `` to :class: `~scim2_models.BaseModel `.
13+ - Cached ``_normalize_attribute_name ``.
14+ - Simplified ``normalize_attribute_names ``
15+
16+ Fixed
17+ ^^^^^
18+ - Check recursively extensions' replace constraints.
19+ - The result of ``model_dump `` does not differ from native pydantic's dump if ``scim_ctx `` is set to ``None ``.
20+
421[0.6.12] - 2026-04-13
522---------------------
623
You can’t perform that action at this time.
0 commit comments