v3
Overview of changes introduced in v3 of the Altinn.Platform.Storage.Interface package.
3.11.0 Extended models with support for marking a data element for automatic deletion
DataElementmodel has been extended with a new property deleteStatus.ApplicationMetadata.AppLogichas been extended with a new property autoDeleteOnProcessEnd.
3.10.0 Extended ApplicationMetadata/AppLogic with allowAnonymousOnStateless property
- The
AppLogicmodel has been expanded with a new propertyallowAnonymousOnStatelessto specify if data type can be accessed anonymously when used in stateless mode. Default isfalseas before and you need to opt in if you would like to enable anonymous access.
3.9.0 Extended EFormidlingContract with DPFShipmentType property
- The
EFormidlingContractmodel has been expanded with a new propertyDPFShipmentTypeto hold the DPF shipment type. Property is included to make routing easier for receiver, when included in the Arkivmelding.
3.8.0 Extended ProcessHistoryItem with performedBy property
- The
ProcessHistoryItemmodel has been expanded with a new propertyperformedByto hold an identification string for the entity that triggered the process event. This string can contain organisation number og person identification number.
3.7.0 Extended PlatformUser with national identity number property
- The
PlatformUsermodel has been expanded with a new property to hold national identity number.
3.6.0 Extended InstanceOwner with username property
- The
InstanceOwnermodel has been expanded with a new property to hold username.
3.5.0 Added CopyInstanceSettings to Application
- The
Applicationmodel has been expanded with a new property to hold CopyInstanceSettings. This property allows for enabling copying of application and specifies excluded data fields and types.
3.4.0 Added MessageBoxConfig to Application
- The
Applicationmodel has been expanded with a new property to hold Message Box configuration.
3.3.0 Added Tags to the model DataElement
- The
DataElementmodel has been expanded with a new property to hold a list of tags.
3.2.0 New model OnEntryConfig
- A new model,
OnEntryConfigwas added to support defining what should happen on entry on the application. The model has been added as a property to Application.
3.0.1 New model DataValues
- A new model,
DataValueswas added to support updating data values on the instance.
3.0.0 Refactoring and model application/instance model changes
Breaking changes
- The
PresentationFieldclass was renamed toDataField. This was done to make the model more generic as it’s being used by the newDataFieldsproperty on theApplicationmodel as well as the existingPresentationFieldsproperty. All properties and the usage off the class remains the same.
Other changes
- A new property,
DataFieldswas added to support data field definitions on theApplicationmodel and a correspondingDataValuesproperty on theInstancemodel to hold the actual values.