Skip to content

Releases: th2-net/cradleapi

5.4.4-dev

05 Nov 11:50
6d11ff9
Compare
Choose a tag to compare
5.4.4-dev Pre-release
Pre-release

What's Changed

Full Changelog: 5.4.1-dev...5.4.4-dev

5.4.1-dev

02 Jul 12:27
7dd2bdd
Compare
Choose a tag to compare
5.4.1-dev Pre-release
Pre-release

What's Changed

Full Changelog: 5.4.0-dev...5.4.1-dev

5.2.0-dev

06 Mar 15:04
40c0478
Compare
Choose a tag to compare
5.2.0-dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 5.1.4-dev...5.2.0-dev

Dev-Release 5.1.4-dev

20 Sep 07:35
74d139f
Compare
Choose a tag to compare
Dev-Release 5.1.4-dev Pre-release
Pre-release

Fixed NPE when book cache loads pages with removed field null (previous format) problem

5.1.0-dev

12 Aug 07:07
81a8365
Compare
Choose a tag to compare
5.1.0-dev Pre-release
Pre-release

Main features:

  • support LZ4 compression
  • improving performance of storing grouped message

Release 5.0.1

05 Jun 11:20
94d8e8c
Compare
Choose a tag to compare

What’s new in release 5.0.1

The Cradle 5.0.1 contains a FIX for API problem that required users to add a dependency to the DataStax Cassandra driver to their project in order to use Cradle API for Cassandra:

  • com.datastax.oss.driver.api.core.ConsistencyLevel was removed from public API and encapsulated in com.exactpro.cradle.cassandra.CassandraStorageSettings. You should use com.exactpro.cradle.cassandra.CassandraConsistencyLevel instead

Release 5.0.0

20 Mar 11:18
Compare
Choose a tag to compare

What’s new in release 5.0.0

This is conceptual change.
Introduced concept of books. Messages and Events are assigned to particular book and data for each book is totally isolated from each other.
Book are partitioned by pages. Page is slice of time.
So effectively messages and events are partitioned by time.

Books and pages can be individually added or removed from cradle

Release 3.1.4

10 Nov 07:31
083dc2b
Compare
Choose a tag to compare

What’s new in release 3.1.4

Bug fixes

  • Fixed poor performance bug while maintaining event batch durations

Release 3.1.3

21 Sep 08:02
Compare
Choose a tag to compare

What’s new in release 3.1.3

New features

  • Datastax Cassandra driver updated to 4.14.1
  • Added multiple API methods to get events from/to specific event id, added data retrieval ordering
  • Tracking event-batch maximum duration to handle overlapping batches on event retrieval. Additional table event_batch_max_durations was introduced. This was necessary to correctly return batches that has event for given start date

Bug fixes

  • Fixed Unicode string serialization bugs
  • Fixed semaphore handling bug causing deadlock on heavy loads
  • Fixed log4j dependency declarations

Release 3.1.2

21 Jul 11:32
Compare
Choose a tag to compare

What’s new in release 3.1.2

New features

  • None

Bug fixes

  • Fixed unicode string serialization / deserialization bug