Skip to content

Commit d2382af

Browse files
committed
Updated to OnTopic Data Transfer 1.2.0
This update builds off of OnTopic Library 4.3.0 in improving performance and reliability when importing and saving large topic graphs (4c8a1db). Most notably, this includes the ability to dynamically update the content type and attribute schemas based on the in-memory topic graph, thus addressing potential conflicts between the current configuration and the imported configuration. This is especially critical when bootstrapping an empty database with a reference configuration, which is now supported. In addition, a number of updated have been made to better maintain referential integrity, such as support for implicit topic references—i.e., references that point to other topics. Those are now translated to unique topic keys on `Export()`, and then translated back to topic identifiers on `Import()`.
1 parent 4c8a1db commit d2382af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
33-
<PackageReference Include="OnTopic.Data.Transfer" Version="1.2.0-maintenance-pre-release-cleanup.33" />
3433
<PackageReference Include="OnTopic" Version="4.3.0" />
34+
<PackageReference Include="OnTopic.Data.Transfer" Version="1.2.0" />
3535
<PackageReference Include="OnTopic.ViewModels" Version="4.3.0" />
3636
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.3.0" />
3737
</ItemGroup>

OnTopic.Editor.Models/OnTopic.Editor.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="OnTopic.Data.Transfer" Version="1.2.0-maintenance-pre-release-cleanup.33" />
3130
<PackageReference Include="OnTopic" Version="4.3.0" />
31+
<PackageReference Include="OnTopic.Data.Transfer" Version="1.2.0" />
3232
<PackageReference Include="OnTopic.ViewModels" Version="4.3.0" />
3333
<PackageReference Include="System.Text.Json" Version="4.6.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)