Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@bkanda bkanda released this 07 Feb 10:05

Features

  • React to new setting in platform, ditating whether to stream edge properties or not.

Chores

  • Updated to .NET6
  • Disable MARS (multiple active result sets).
    This is to mirror change in platform, and to improve performance.

Fixes

  • Prepend tablename with underscore, if it starts with a digit, since table names cannot start with digits in mssql.
  • Cap length column names, and append hash value of name, to ensure uniqueness

Changes:

  • b987ded Merge branch 'release/4.0.0'
  • ecc7902 Merge remote-tracking branch 'origin/master' into release/4.0.0
  • 75bb604 chore: Update references (#113)
  • dc69866 chore: Update the readme file (#112)
  • ba46fd7 chore: Add index for EntityId in edge properties tables (#110)
  • 69352e0 fix: Set max of 101 characters for main table name, to leave enough space for suffixes (#109)
  • 11e6946 feat: Use option for streaming edge properties (#103)
  • 0cd225b fix: Cap length of column name (#104)
  • d40aba1 chore: Add 4.0.0 release notes (#105)
  • da2c666 fix: Prepend table names starting with digit (#102)
See More
  • 207f497 fix: Explicitly dispose readers (#101)
  • 58304fe chore: Disable multiple active result sets in connection string (#100)
  • b7f2cff Merge branch 'support/3.7' into develop
  • 3113473 feat: Update to .NET 6 (#98)
  • 28ffd2e chore: Clean up build
  • 7e0cedd chore: Bump version to next major
  • f4bae2b chore: Update platform dependencies
  • 55c0776 chore: Update to .NET 6
  • 8326222 Merge branch 'master' into develop
  • 26570e4 Merge branch 'release/3.7.0' into develop

This list of changes was auto generated.