blob: 5ea5a0da4d5ae67c38e09602f82415f1151c75c0 [file] [log] [blame] [view]
# Pack 0.6.0 Migration Guide
This document is meant to help you migrate your application to Pack 0.6.0 by providing thematic sections that mirror the developer guide.
## Omega Components
Rename @Compensable property `retries` to `forwardRetries` default 0
@Compensable add property `forwardTimeout` default 0
@Compensable add property `reverseRetries` default 0
@Compensable add property `reverseTimeout` default 0
@Compensable add property `retryDelayInMilliseconds` default 0
## gRPC protocol
Message GrpcTxEvent rename property `retries` to `forwardRetries`
Message GrpcTxEvent add properties `forwardTimeout` `reverseRetries` `reverseTimeout` `retryDelayInMilliseconds`