Skip to content

Commit 2104ab2

Browse files
committed
Improve changelog
1 parent 146c357 commit 2104ab2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

ChangeLog/7.1.0-Beta-2-dev.txt

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[main] NET6 support
12
[main] Obsolete CatalogHelper class has been removed
23
[main] Obsolete ReacreateTableHint has been removed
34
[main] Obsolete Session.SelectStorageNode() method is removed
@@ -10,6 +11,7 @@
1011
[main] Changed translation of queries when DomainConfiguration.ShareStorageSchemaOverNodes set to true
1112
[main] StorageDriver.Compile(ISqlCompileUnit, NodeConfiguration) became obsolete
1213
[main] SqlNodeActualizer became obsolete
14+
[main] LockableExtensions.EnsureNotLocked() became obsolete, implementation moved to LockableBase directly
1315
[main] TypeInfoCollection.FindAncestor method became obsolete, use new TypeInfo.Ancestor property
1416
[main] TypeInfoCollection.FindDescendants methods became obsolete, use new TypeInfo.DirectDescendants/.AllDescendants properties
1517
[main] TypeInfoCollection.FindInterfaces methods became obsolete, use new TypeInfo.DirectInterfaces/.AllInterfaces properties
@@ -24,17 +26,18 @@
2426
[main] PropertyValidator.IsImmediate property has no setter, only init
2527
[main] PropertyValidator.ValidateOnlyIfModified property has no setter, only init
2628
[main] PropertyValidator.SkipOnTransactionCommit property has no setter, only init
27-
[main] RecordSetHeader.OrderTupleDescriptor became nullable to compensate TupleDescriptor's transition to read-only struct
29+
[main] RecordSetHeader.OrderTupleDescriptor became nullable to compensate TupleDescriptor's transition to read-only structure
2830
[main] IndexInfo.FilterByTypes changed result type to IReadOnlyList<TypeInfo>
2931
[main] IndexInfo.SelectColumns changed result type to IReadOnlyList<int>
3032
[main] IndexInfo.ValueColumnsMap changed result type to IReadOnlyList<Pair<int, List<int>>>
3133
[main] SqlCompilerConfiguration's DatabaseMapping and SchemaMapping moved to SqlPostCompilerConfiguration
3234
[main] Some EventArgs inheritors that were sealed classes transformed to read-only structures
3335
[main] DbCommandEventArgs became read-only structure
36+
[main] LogEventInfo became read-only structure
3437
[main] ILockable.Lock() now has default implementation that refers to ILockable.Lock(true)
35-
[main] TupleDescriptor became read-only struct
36-
[main] InterfaceMapping became read-only struct
37-
[main] ColumnIndexMap became read-only struct and properties changed retun type to IReadOnlyList<int>
38+
[main] TupleDescriptor became read-only structure
39+
[main] InterfaceMapping became read-only structure
40+
[main] ColumnIndexMap became read-only structure and properties changed retun type to IReadOnlyList<int>
3841
[main] TopologicalSorter.Sort() methods return IEnumerable<T>, use .SortToList() if results are needed as collection
3942
[main] TypeHelper.OrderByInheritance() returns IEnumerable<T> to avoid copying
4043
[main] TypeHelper.GetInterfaces() became obsolete, GetInterfacesUnordered() and GetInterfacesOrderedByInheritance() introduced
@@ -56,8 +59,11 @@
5659
[main] Introduced TypeInfo.DirectImplementors .AllImplementors properties
5760
[main] BitFaster.Caching package reference is updated to 1.0.7
5861
[main] No error caused by ambiguity due to new IQueryable extension methods of .Net 6
62+
[main] Improved internal logging speed
5963
[main] General performance and memory efficiency improvements
6064
[reprocessing] DomainBuildErrorEventArgs (not sealed) became read-only structure
6165
[reprocessing] ExecuteErrorEventArgs (not sealed) became read-only structure
6266
[tracking] TrackingCompletedEventArgs (sealed) became read-only structure
67+
[tracking] ITrackingItem ChangedValues property changed return type to IReadOnlyList<ChangedValue>
68+
[tracking] ChangedValue became read-only structure
6369
[Web] Removed Obsolete SessionManager and StartupConfigurationExtension

0 commit comments

Comments
 (0)