Skip to content

Version 2.0.0-rc01 (2023-05-30)

Compare
Choose a tag to compare
@AlecKazakova AlecKazakova released this 30 May 14:21
· 441 commits to master since this release

NOTE: IntelliJ plugins now go through an approval process, if you want the latest plugin you can download it below in these release notes.

Added

Changed

  • [Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism (#3986 by Alex Doubov)
  • [Gradle Plugin] Create explicit compiler env (#4079 by Philip Wedemann)
  • [JS Driver] Split web worker driver into separate artifact
  • [JS Driver] Don't expose JsWorkerSqlCursor (#3874 by Philip Wedemann)
  • [JS Driver] Disable publication of the sqljs driver (#4108)
  • [Runtime] Enforce that synchronous drivers require a synchronous schema initializer (#4013)
  • [Runtime] Improve async support for Cursors (#4102)
  • [Runtime] Remove deprecated targets (#4149 by Philip Wedemann)
  • [Runtime] Remove support for old MM (#4148 by Philip Wedemann)

Fixed