Releases: yugabyte/yb-sample-apps
Releases · yugabyte/yb-sample-apps
Release 1.4.3
What's Changed
Full Changelog: v1.4.2...v1.4.3
Release 1.4.2
1.4.1
Updated driver version:
- cassandra-driver-core :
3.10.3-yb-2
- jdbc-yugabytedb :
42.3.5-yb-2
yb-sample-apps Sqlf workloads can use YugabyteDB Smart Driver now
This release includes the following:
- Additional argument for Sql* workloads to use Yugabyte JDBC Smart Driver or upstream PostgreSQL JDBC Driver. '--help' of each Sql* workloads shows the new argument.
- The yb-sample-apps is now packaged with both the PostgreSQL JDBC driver and the YugabyteDB Smart JDBC Driver.
- The Sql* apps can be configured to use the in-built load-balancing feature which comes with the new driver, through the new arguments added.
1.3.9
Reapplying SqlGeoPartitionedTable workload to yb-sample-apps
for YugabyteDB v2.6 testing.
1.3.8
This release includes the following enhancements to yb-sample-apps
project
- Fixes a race condition between a getter method and reset/destroy methods
- Changes to skip running DDL. Mainly used when running fault tolerance
- exception handling during connection creation
1.3.7
1.3.6
- set default value to numKeysToRead->1500000,numKeysToWrite->2000000 for SqlInserts and CassandraKeyValue
1.3.5
1.3.4
Added TLS support for YSQL.