Skip to content

Commit 2ebfa06

Browse files
committed
Update CHANGELOG.md
1 parent 4807241 commit 2ebfa06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Latest
22

3+
## 0.8.0
4+
- `jdbc-v2` - Updated Driver and DataSource to default to updated (`client-v2`) implementation of the JDBC driver.
5+
- `jdbc-v2` - Removed support for Transaction Support. Early versions of the driver only simulated transaction support, which could have unexpected results.
6+
- `jdbc-v2` - Removed support for Response Column Renaming. `ResultSet` was mutable - for efficiency sake they're now read-only
7+
- `jdbc-v2` - Removed support for Multi-Statement SQL. Multi-statement support was only simulated, now it strictly follows 1:1
8+
- `jdbc-v2` - Removed support for Named Parameters. Not part of the JDBC spec
9+
- `jdbc-v2` - Removed support for Stream-based `PreparedStatement`. Early version of the driver allowed for non-jdbc usage of `PreparedStatement` - if you desire such options, we recommend looking at client-v2.
10+
311
## 0.7.2
412

513
### New Components

0 commit comments

Comments
 (0)