Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# SingleStore Change Log

## [1.2.9](https://github.com/memsql/S2-JDBC-Connector/releases/tag/v1.2.9)
* [PLAT-7700] Simplified LOAD DATA LOCAL INFILE statement parsing
* [PLAT-7493] Throw an exception on overflow time value
* [PLAT-7511] Introduce a new JDBC connection string parameter to enable jaas Login Context caching
* [mics] Update dependencies to fix Vulnerability alerts


## [1.2.8](https://github.com/memsql/S2-JDBC-Connector/releases/tag/v1.2.8)
* [PLAT-7326] Update publish workflow to run only jdk test. Fix all java doc warnings
* [PLAT-7329] DatabaseMetaData.getTypeInfo add missed types
* [PLAT-7353] Fix java.util.ServiceLoader race condition in JDBC (#36)
* [PLAT-7407] Fix console logger configuration (#38)
* [PLAT-7414] Rollback additional aliases for truststore parameters (#39)
* [PLAT-7398] Add a unit tests for JDBC mutual TLS (#37)
* [PLAT-7464] Migrate JDBC from circleCI to GitHub actions (#44)

## [1.2.7](https://github.com/memsql/S2-JDBC-Connector/releases/tag/v1.2.7)

* [PLAT-7290] Fix the executeBatch return value when rewriteBatchedStatements are enabled
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>singlestore-jdbc-client</artifactId>
<packaging>jar</packaging>
<name>singlestore-jdbc-client</name>
<version>1.2.9-beta0</version>
<version>1.2.9</version>
<description>SingleStore JDBC Driver</description>
<url>https://github.com/memsql/S2-JDBC-Connector</url>

Expand Down Expand Up @@ -55,7 +55,7 @@
<url>git://git@github.com:memsql/S2-JDBC-Connector.git</url>
<connection>scm:git:git@github.com:memsql/S2-JDBC-Connector.git</connection>
<developerConnection>scm:git:git@github.com:memsql/S2-JDBC-Connector.git</developerConnection>
<tag>singlestore-jdbc-client-1.2.9-beta0</tag>
<tag>singlestore-jdbc-client-1.2.9</tag>
</scm>

<distributionManagement>
Expand Down
Loading