Skip to content

Commit

Permalink
[Deployment Instructions] Release (minor): 0.224.0 + Use SQLite d…
Browse files Browse the repository at this point in the history
…atabase in single-tenant Kamu-CLI case too (#1089)

* MultiTenantRebacDatasetLifecycleMessageConsumer -> RebacDatasetLifecycleMessageConsumer

* test_system_info: fix a typo

* Activate sqlite by default for single-tenant workspaces

* kamu init: update tests

* repo-tools: increasing regex replacement accuracy

* CHANGELOG.md: update

* Release (minor): 0.224.0

* Images: add "make clean" targets

* Fixed false-positive panic

* get_app_database_config(): use WorkspaceStatus

* WorkspaceStatus::is_indexing_needed(): introduce

* E2E: stabilize tests that rely on multiline command output
  • Loading branch information
s373r authored Feb 18, 2025
1 parent 2250b79 commit e0c9dda
Show file tree
Hide file tree
Showing 30 changed files with 571 additions and 375 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [Unreleased]
## [0.224.0] - 2025-02-18
### Added
- The usage of local database (SQLite) is activated by default for all single tenant workspaces
### Fixed
- Improved error message for SQL parsing method for queries which includes invalid or reserved keywords
- Fixed false-positive panic ("There cannot be predefined users in a single-tenant workspace")
if a `kamu` subcommand that doesn't require workspace found a multiuser `.kamuconfig`
- For example, before attempting to initialize a workspace or attempting to invoke autocomplete in shell

## [0.223.0] - 2025-02-13
### Added
Expand Down
Loading

0 comments on commit e0c9dda

Please sign in to comment.