Skip to content

The supports Neo4j 4.x release

Latest
Compare
Choose a tag to compare
@cskardon cskardon released this 28 Sep 15:36
· 40 commits to master since this release
4ebac9e

General

  • Neo4jClient is now NetStandard 2.0, thanks to @tobymiller1 there is one project instead of 4, and things are back to being unified.
  • Transactions are now available in Core and Full framework (everywhere)
  • Only Async
  • Support for all URI schemes that Neo4j Accepts (neo4j, neo4j+s, neo4j+sc, bolt)

Removals (most of these were marked as Obsolete)

  1. Start
  2. Create(string, params object[])
  3. Return<T>(string, CypherResultMode)
  4. StartBit
  5. Mapper

Additions

  1. WithDatabase
  2. CreateDatabase
  3. StartDatabase
  4. StopDatabase
  5. DropDatabase
  6. Use
  7. Show
  8. WithQueryStats
  9. Neo4jIgnoreAttribute (via @Clooney24)

Breaking Changes

  • Async only
  • No MSDTC (TransactionScope) interaction