Skip to content

Roadmap

Mark Paluch edited this page Apr 1, 2022 · 8 revisions

1.0 GA

  • Refine Result.getRowsUpdated() to return Long
  • Remove RowMetadata.getColumns() method

0.9.0 GA

0.9.0 RC1

  • Timeout configuration methods
  • Stored Procedures consumption (Readable, Segments)

0.9.0 M1

  • Extended transaction definitions
  • Improved bind-parameter declaration

0.8.0 GA (Dec 2, 2019)

0.8.0 RC1

  • Positional and named parameter binding/value retrieval in Statement respective Row.
  • Vendor-independent connection validation.
  • Connection metadata exposing details about the connected database.
  • Specification for Auto-Commit and IsolationLevel behavior.

0.8.0 M8

  • Categorized R2DBC Exception hierarchy
  • Streaming support for Blob and Clob types
  • R2DBC Connection URL
  • R2DBC Pool as a top-level project

1.0 M8

  • Relabelled to 0.8.0 M8

1.0 M7 (November 2018)

  • ConnectionFactory discovery
  • Improved ColumnMetadata
  • Wrapped interface
  • R2DBC Proxy as a top-level project
  • R2DBC BOM: Arabba-M7
  • Support for generated keys

1.0 M6 (November 2018)

  • H2 and MS SQL Server drivers
  • Add bind(…) methods accepting integer index

1.0 M5 (September 2018)

Bugfixes.

1.0 M4 (September 2018)

Initial SPI and Postgres support release.