Skip to content

Commit 0ca5504

Browse files
committed
Merge branch 'master' into feature/469-alias-case-insensitive-comparisons
2 parents 0284ba6 + 4b904d9 commit 0ca5504

75 files changed

Lines changed: 3442 additions & 576 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
PACKAGE_NAME: kamu-cli
88
BINARY_NAME: kamu
9-
KAMU_WEB_UI_VERSION: "0.15.0"
9+
KAMU_WEB_UI_VERSION: "0.17.0"
1010
jobs:
1111
build:
1212
strategy:

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
### Added
9+
- Support `ArrowJson` schema output format in QGL API and CLI commands
10+
- New `kamu system compact <dataset>` command that compacts dataslices for the given dataset
11+
12+
## [0.170.0] - 2024-03-29
13+
### Added
14+
- Added GrapqQL Dataset Endpoints object
15+
### Changed
16+
- REST API: `/ingest` endpoint will return HTTP 400 error when data cannot be read correctly
17+
- Improved API token generation command
18+
19+
## [0.169.0] - 2024-03-25
20+
### Changed
21+
- Updated embedded Web UI to `v0.17.0`
22+
### Fixed
23+
- S3 Repo: Ignore dataset entries without a valid alias and leave them to be cleaned up by GC
24+
- Caching object repo: Ensure directory exists before writing objects
25+
726
## [0.168.0] - 2024-03-23
827
### Changed
928
- FlightSQL: For expensive queries `GetFlightInfo` we will only prepare schemas and not compute results - this avoids doing double the work just to return `total_records` and `total_bytes` in `FlightInfo` before result is fetched via `DoGet`

0 commit comments

Comments
 (0)