Skip to content

Commit

Permalink
v0.14.1: upgraded to Kamu v0.165.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Mar 13, 2024
1 parent c6a4280 commit c033ab3
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 81 deletions.
61 changes: 47 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,89 @@
# Changelog

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.14.1] - 2024-03-13

### Changed

- Updated to `kamu v0.165.0` to bring in flow system latest demo version

## [0.14.0] - 2024-03-06

### Changed
- Updated to `kamu v0.164.0` to bring in new REST data endpoints

- Updated to `kamu v0.164.0` to bring in new REST data endpoints

## [0.13.3] - 2024-02-29

### Added
- Introduced a `ghcr.io/kamu-data/kamu-api-server:latest-with-data-mt` image with multi-tenant workspace

- Introduced a `ghcr.io/kamu-data/kamu-api-server:latest-with-data-mt` image with multi-tenant workspace

## [0.13.2] - 2024-02-28

### Change
- Updated to `kamu v0.162.1` to bring in more verbose logging on JWT token rejection reason

- Updated to `kamu v0.162.1` to bring in more verbose logging on JWT token rejection reason

## [0.13.1] - 2024-02-28

### Fixed
- Startup crash in Flow Service that started to require admin token to operate

- Startup crash in Flow Service that started to require admin token to operate

## [0.13.0] - 2024-02-28

### Changed
- Updated to `kamu v0.162.0`

- Updated to `kamu v0.162.0`

## [0.12.2] - 2024-02-13

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

- Upgraded Rust toolchain and minor dependencies
- Synced with `kamu` v0.158.0

## [0.12.0] - 2024-01-17

### Changed
- Upgraded to major changes in ODF and `kamu`

- Upgraded to major changes in ODF and `kamu`

## [0.11.0] - 2023-11-26

### Added
- Push ingest API

- Push ingest API

## [0.10.0] - 2023-10-29

### Added
- Introduced a config file allowing to configure the list of supported auth providers

- Introduced a config file allowing to configure the list of supported auth providers

## [0.9.0] - 2023-10-26

### Added
- FlightSQL endpoint

- FlightSQL endpoint

## [0.8.0] - 2023-10-13

### Added
- Integrated multi-tenancy support: authentication & authorization for public datasets

- Integrated multi-tenancy support: authentication & authorization for public datasets

## [0.7.0] - 2023-07-27

### Added
- Keeping a CHANGELOG

- Keeping a CHANGELOG

### Changed
- Integrated latest core with engine I/O strategies - this allows `api-server` run ingest/transform tasks for datasets located in S3 (currently by downloading necessary inputs locally)

- Integrated latest core with engine I/O strategies - this allows `api-server` run ingest/transform tasks for datasets located in S3 (currently by downloading necessary inputs locally)
Loading

0 comments on commit c033ab3

Please sign in to comment.