Skip to content

Commit

Permalink
v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Dec 30, 2024
1 parent e7ecd4b commit 199da99
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@ 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).

## [0.48.1]
## [0.49.0] - 2024-12-30
### Changed
- Flight SQL authentication (see https://github.com/kamu-data/kamu-cli/pull/1012)

## [0.48.1] - 2024-12-30
### Changed
- `/verify` endpoint hot fix (kamu CLI `0.215.1`)

## [0.48.0]
## [0.48.0] - 2024-12-27
### Changed
- Flow configuration separation (kamu CLI `0.215.0`)

## [0.47.0]
## [0.47.0] - 2024-12-23
### Changed
- Improved FlightSQL session state management (CLI v 0.214.0)

## [0.46.3]
## [0.46.3] - 2024-12-21
### Fixed
- Regression in FlightSQL interface related to database-backed `QueryService`

## [0.46.2]
## [0.46.2] - 2024-12-19
### Fixed
- Less aggressive telemetry for key dataset services, like ingestion (CLI v0.213.1)

## [0.46.1]
## [0.46.1] - 2024-12-18
### Fixed
- Eliminated regression crash on metadata queries

## [0.46.0]
## [0.46.0] - 2024-12-18
### Changed
- Upgrade kamu-cli version to `0.213.0`
- Upgrade to `datafusion v43`
Expand All @@ -38,12 +42,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Environment variables are automatically deleted if the dataset they refer to is deleted.

## [0.45.0]
## [0.45.0] - 2024-12-03
### Changed
- Upgrade kamu-cli version to `0.211.0`:
- Dataset dependency graph is now backed with a database, removing need in dependendency scanning at startup.

## [0.44.0]
## [0.44.0] - 2024-11-29
### Changed
- Upgrade kamu-cli version to `0.210.0`:
- Improved OpenAPI integration
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"

[workspace.dependencies]
# Utils
graceful-shutdown = { path = "src/utils/graceful-shutdown", version = "0.48.1", default-features = false }
graceful-shutdown = { path = "src/utils/graceful-shutdown", version = "0.49.0", default-features = false }
# Utils (core)
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.216.0", version = "0.216.0", default-features = false }
database-common = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.216.0", version = "0.216.0", default-features = false }
Expand Down Expand Up @@ -64,7 +64,7 @@ kamu-task-system-sqlite = { git = "https://github.com/kamu-data/kamu-cli", tag =


[workspace.package]
version = "0.48.1"
version = "0.49.0"
edition = "2021"
homepage = "https://github.com/kamu-data/kamu-platform"
repository = "https://github.com/kamu-data/kamu-platform"
Expand Down
4 changes: 2 additions & 2 deletions 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.48.1
Licensed Work: Kamu Platform Version 0.49.0
The Licensed Work is © 2023 Kamu Data, Inc.

Additional Use Grant: You may use the Licensed Work for any purpose,
Expand All @@ -24,7 +24,7 @@ Additional Use Grant: You may use the Licensed Work for any purpose,
Licensed Work where data or transformations are
controlled by such third parties.

Change Date: 2028-12-27
Change Date: 2028-12-30

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion resources/openapi-mt.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
},
"termsOfService": "https://docs.kamu.dev/terms-of-service/",
"title": "Kamu REST API",
"version": "0.48.1"
"version": "0.49.0"
},
"openapi": "3.1.0",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
},
"termsOfService": "https://docs.kamu.dev/terms-of-service/",
"title": "Kamu REST API",
"version": "0.48.1"
"version": "0.49.0"
},
"openapi": "3.1.0",
"paths": {
Expand Down

0 comments on commit 199da99

Please sign in to comment.