Skip to content

Commit

Permalink
v0.12.2: synced with kamu v0.158.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Feb 13, 2024
1 parent 7047abc commit 2736581
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 60 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.12.2]
### Changed
- Upgraded Rust toolchain and minor dependencies
- Synced with `kamu` v0.158.0

## [0.12.0] - 2024-01-17
### Changed
Expand Down
90 changes: 46 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ resolver = "2"

[workspace.dependencies]
# Utils
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
# Domain
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
# Infra
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.153.0", version = "0.153.0", default-features = false }
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }
kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.158.0", version = "0.158.0", default-features = false }


[workspace.package]
version = "0.12.1"
version = "0.12.2"
edition = "2021"
homepage = "https://github.com/kamu-data/kamu-platform"
repository = "https://github.com/kamu-data/kamu-platform"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Business Source License 1.1

Licensor: Kamu Data, Inc.

Licensed Work: Kamu Platform Version 0.12.1
Licensed Work: Kamu Platform Version 0.12.2
The Licensed Work is © 2023 Kamu Data, Inc.

Additional Use Grant: You may use the Licensed Work for any purpose,
Expand Down
1 change: 1 addition & 0 deletions src/app/api-server/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ pub async fn init_dependencies(
b.add::<kamu_flow_system_inmem::FlowServiceInMemory>();
b.add_value(kamu_flow_system_inmem::domain::FlowServiceRunConfig::new(
chrono::Duration::seconds(1),
chrono::Duration::minutes(1),
));
b.add::<kamu_flow_system_inmem::FlowEventStoreInMem>();
b.add::<kamu_flow_system_inmem::FlowConfigurationEventStoreInMem>();
Expand Down

0 comments on commit 2736581

Please sign in to comment.