ReleaseHistory
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Release history record.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
event_group_sk | str | ✅ | — | — |
object_type | str | ✅ | — | — |
object_id | str | ✅ | — | — |
event_id | str | ✅ | — | — |
event_name | str | ✅ | — | — |
created_at | str | ✅ | — | — |
user_id | str | ✅ | — | — |
user_name | str | ✅ | — | — |
snapshot | ForwardRef('Dict[str, Any]') | ❌ | — | — |
changes | ForwardRef('List[ReleaseHistoryChange]') | ❌ | — | — |
chunk_index | Optional[ForwardRef('Optional[int]')] | ❌ | — | — |
chunk_count | Optional[ForwardRef('Optional[int]')] | ❌ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
ReleaseHistoryChange — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
key | str | ✅ | — | — |
display_name | str | ✅ | — | — |
show_to_user | bool | ✅ | — | — |
before | Optional[ForwardRef('Any')] | ❌ | — | — |
after | Optional[ForwardRef('Any')] | ❌ | — | — |
Change history
v1.0.0· 2026-06-04 · Cian (shared account) · Initial version. (ae22ffdda)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-06-04 · Cian (shared account) · ae22ffdda
Add Releases history and smoke tests
- Initial version.
Generated from
dismantly-backend/Microservices/Releases/dependencies/models.py. Do not edit by hand.