Skip to content

Commit

Permalink
Finalize specification for 0.9.0.RELEASE
Browse files Browse the repository at this point in the history
[#249]

Signed-off-by: Mark Paluch <[email protected]>
  • Loading branch information
mp911de committed Dec 6, 2021
1 parent b7a8c72 commit c3a7db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions r2dbc-spec/src/main/asciidoc/changes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,20 @@ Lifecycle extension::

Refinement of `Option`::

* Removal of generic type of `ConnectionFactoryOptions.getValue(Option)` and ``ConnectionFactoryOptions.getRequiredValue(Option)`.
* Removal of generic type of `ConnectionFactoryOptions.getValue(Option)` and `ConnectionFactoryOptions.getRequiredValue(Option)`.

Refinement of `RowMetadata`::

* Deprecate `RowMetadata.getColumnNames()` and introduce `RowMetadata.contains(String)` to simplify constraints and usage around column presence checks.

Lock Wait and Statement Timeouts::

* Introduction of <<connections.lock-acquisition-timeout>> and <<connections.statment-timeout>>.
* Introduction of the `Connection.setLockWaitTimeout(Duration)` and `Connection.setStatementTimeout(Duration)` methods.
* Introduction of <<connections.lock-acquisition-timeout>> and <<connections.statment-timeout>>.
* Introduction of the `Connection.setLockWaitTimeout(Duration)` and `Connection.setStatementTimeout(Duration)` methods.

Refined Exceptions for `Readable.get(…)` and `Statement.bind(…)`::

* Consistent set of exceptions is being used across implementations to avoid the need to catch different exception types.

[[changes.0.8.x]]
== 0.8
Expand Down
2 changes: 1 addition & 1 deletion r2dbc-spec/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:email: [email protected]
:revnumber: {version}
:revdate: {localdate}
:revremark: Under review
:revremark: Final
ifdef::backend-pdf[]
:pagenums:
:toc:
Expand Down

0 comments on commit c3a7db0

Please sign in to comment.