Skip to content

Releases: yugabyte/yb-sample-apps

Release 1.4.3

28 Feb 09:20
74138b9
Compare
Choose a tag to compare

What's Changed

  • Log at info level instead of throwing UnsupportedOperationException by @ashetkar in #95

Full Changelog: v1.4.2...v1.4.3

Release 1.4.2

03 Jan 11:55
7c5f62a
Compare
Choose a tag to compare

Contains:

  • Row count validation for select workloads (#94)
  • Fix for possible OOM for json metrics output (#92)
  • Updated README

1.4.1

06 Feb 09:25
55c3ac0
Compare
Choose a tag to compare

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

26 Oct 09:36
Compare
Choose a tag to compare

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

02 Jul 13:11
Compare
Choose a tag to compare

Reapplying SqlGeoPartitionedTable workload to yb-sample-apps for YugabyteDB v2.6 testing.

1.3.8

01 Jul 18:44
Compare
Choose a tag to compare

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

03 May 20:19
Compare
Choose a tag to compare

Changed SqlGeoPartitionedTable sample app to now use Tablespaces to place the partitions of the tables it creates.

1.3.6

05 Apr 14:43
Compare
Choose a tag to compare
  • set default value to numKeysToRead->1500000,numKeysToWrite->2000000 for SqlInserts and CassandraKeyValue

1.3.5

10 Mar 01:00
b0445aa
Compare
Choose a tag to compare
  • Sample apps fails to connect to TLS enabled clusters that don't need a client cert

1.3.4

25 Feb 23:34
b2c2a56
Compare
Choose a tag to compare

Added TLS support for YSQL.