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)
Start
Create(string, params object[])
Return<T>(string, CypherResultMode)
StartBit
Mapper
Additions
WithDatabase
CreateDatabase
StartDatabase
StopDatabase
DropDatabase
Use
Show
WithQueryStats
Neo4jIgnoreAttribute
(via @Clooney24)
Breaking Changes
- Async only
- No MSDTC (TransactionScope) interaction