Skip to content

Fluent 2.0 Beta 5

Pre-release
Pre-release

Choose a tag to compare

@tanner0101 tanner0101 released this 05 Apr 11:54
· 748 commits to main since this release
  • Query logging comes from driver (so we get actual sql, not general sql)
  • Creating connections now includes ConnectionType in preparation for read replica support
  • New QueryError.connectionClosed. whenever this is thrown, the thread connection pool will do one retry
  • Simplified Executor protocol to RawOr<Query> instead of two separate methods