Releases: th2-net/th2-common-j
Releases · th2-net/th2-common-j
5.13.1-dev
What's Changed
- Provided ability to set either of raw body of several dody data to
Event
builder by @Nikita-Smirnov-Exactpro in #315
Full Changelog: 5.13.0-dev...5.13.1-dev
5.12.0-dev
What's Changed
- Updated kubernetes-client:
6.12.1
by @Nikita-Smirnov-Exactpro in #307
Full Changelog: 5.11.1-dev...5.12.0-dev
5.11.0-dev
What's Changed
- Migrated to th2 gradle plugin
0.0.6
by @Nikita-Smirnov-Exactpro in #300 - Updated:
- grpc-common: 4.5.0-dev
- grpc-service-generator: 3.6.1
- cradle: 5.3.0-dev
Full Changelog: 5.10.1-dev...5.11.0-dev
5.10.1-dev
What's Changed
- [TH2-5042] Update BOM and dependencies to get rid of vulnerabilities by @OptimumCode in #290
- Use box name from
box.json
config as RabbitMQ connection name by @Nikita-Smirnov-Exactpro in #294 - Rise
th2_component
metric with box name asname
label value by @Nikita-Smirnov-Exactpro in #295 - Fixed UUID generation for each event id by @Nikita-Smirnov-Exactpro in #293
Full Changelog: 5.9.1-dev...5.10.1-dev
5.9.1-dev
What's Changed
- [TH2-2212] recover after channel-level exceptions (#283) by @lumber1000 in #291
- Cradle NPE fix by @lumber1000 in #292
Full Changelog: 5.8.0-dev...5.9.1-dev
5.8.0-dev
What's Changed
- Fix NPE in case the resource is AutoClosable and can be null by @OptimumCode in #287
- Th2 5157 provide not wildcard filter for mq routing by @Nikita-Smirnov-Exactpro in #288
- Merge dev-version-5 into master by @Nikita-Smirnov-Exactpro in #289
Full Changelog: 5.7.2-dev...5.8.0-dev
Dev-Release 5.7.2-dev
Fixed
- Event builder checks is the book name from attached message match to the event book name
Dev-Release 5.7.1-dev
Support retry for one request multiple responses gRPC methods.
NOTE: gRPC library should be build using grpc-service-generator:3.5.1
or higher because the generator creates a new protected method for handling blocking one request multiple responses gRPC method.
Updated:
- grpc-service-generator: 3.5.1
Dev Release 5.7.0-dev
Fix:
- default gRPC retry lasts too shot period (less than component restarts). New whole default gRPC retry interval is about 1 minute.
Changes:
- gRPC
retryConfiguration
has been moved from grpc.json to grpc_router.json to provide ability to configure using infra structure.
Updated:
- grpc-service-generator:
3.5.0
Dev Release 5.5.0-dev
Provided the ability to define configs directory using the th2.common.configuration-directory
system property