Skip to content

3.0.0

Compare
Choose a tag to compare
@dotarj dotarj released this 24 Jan 12:47
· 18 commits to master since this release
541c047
  • performance improved due to more efficient serialization and deserialization
  • documentation updated
  • ProtoDataReader.GetTimeSpan method added
  • SourceLink support added (#39 by @marfenij)

This release also introduces some breaking changes:

  • IDataRecord indexer properties are now implicitly implemented
  • ProtoDataReader.Depth now always returns 0 instead of 1
  • ProtoDataReader.Length property now throws NotSupportedException instead of returning -1
  • ProtoDataReader.SchemaTable now only returns the columns ColumnName, ColumnOrdinal, ColumnSize, DataType, and DataTypeName
  • various methods and properties that are not (and never were) supported now throw NotSupportedException instead of InvalidOperationException

This version is available on NuGet.