Wow

Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing | 基于 DDD & EventSourcing 的现代响应式 CQRS 架构微服务开发框架

APACHE-2.0 License

Stars
146
Committers
5

Bot releases are hidden (Show)

Wow - v3.5.0

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.8...v3.5.0

Wow - v3.4.8

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.6...v3.4.8

Wow - v3.4.6

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.5...v3.4.6

Wow - v3.4.5

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.4...v3.4.5

Wow - v3.4.4

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.3...v3.4.4

Wow - v3.4.3

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.2...v3.4.3

Wow - v3.4.2

Published by Ahoo-Wang 6 months ago

What's Changed

KCallable DSL grammar

condition {
            nestedState()
            ExecutionFailedState::recoverable ne RecoverableType.UNRECOVERABLE.name
            ExecutionFailedState::isRetryable eq true
            ExecutionFailedState::retryState nested {
                RetryState::nextRetryAt lte currentTime
            }
            or {
                ExecutionFailedState::status eq ExecutionFailedStatus.FAILED.name
                and {
                    ExecutionFailedState::status eq ExecutionFailedStatus.PREPARED.name
                    ExecutionFailedState::retryState nested {
                        RetryState::timeoutAt lte currentTime
                    }
                }
            }
        }

ExecutionFailedStateProperties generated by QuerySymbolProcessorProvider

condition {
            nestedState()
            ExecutionFailedStateProperties.RECOVERABLE ne RecoverableType.UNRECOVERABLE.name
            ExecutionFailedStateProperties.IS_RETRYABLE eq true
            ExecutionFailedStateProperties.RETRY_STATE__NEXT_RETRY_AT lte currentTime
            or {
                ExecutionFailedStateProperties.STATUS eq ExecutionFailedStatus.FAILED.name
                and {
                    ExecutionFailedStateProperties.STATUS eq ExecutionFailedStatus.PREPARED.name
                    ExecutionFailedStateProperties.RETRY_STATE__TIMEOUT_AT lte currentTime
                }
            }
        }

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.1...v3.4.2

Wow - v3.4.1

Published by Ahoo-Wang 6 months ago

What's Changed

between DSL grammar

condition {
    QueryModel::id between 1 to 2
}

nested DSL grammar

condition {
    QueryModel::nested nested {
        NestedObject::id eq "value"
    }
}

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.4.0...v3.4.1

Wow - v3.4.0

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.8...v3.4.0

Wow - v3.3.8

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.7...v3.3.8

Wow - v3.3.7

Published by Ahoo-Wang 6 months ago

What's Changed

  • feat(dashboard): update unrecoverableCondition.

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.6...v3.3.7

Wow - v3.3.6

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.5...v3.3.6

Wow - v3.3.5

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.4...v3.3.5

Wow - v3.3.4

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.3...v3.3.4

Wow - v3.3.3

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.2...v3.3.3

Wow - v3.3.2

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.1...v3.3.2

Wow - v3.3.1

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.3.0...v3.3.1

Wow - v3.3.0

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.2.3...v3.3.0

Wow - v3.2.3

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.2.2...v3.2.3

Wow - v3.2.2

Published by Ahoo-Wang 6 months ago

What's Changed

Full Changelog: https://github.com/Ahoo-Wang/Wow/compare/v3.2.1...v3.2.2