Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Apr 10, 2024
1 parent a1341c3 commit 4314637
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- OData API now supports querying by collection ID/key (e.g. `account/covid.cases(123)`)
### Fixed
- Handle broken pipe panic when process piping data into `kamu` exits with an error
- GraphQL Dataset Endpoints object: tenant-insensitive paths

## [0.172.1] - 2024-04-08
### Fixed
Expand All @@ -17,9 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.172.0] - 2024-04-08
### Added
- Added persistency infrastructure prototype based on `sqlx` engine:
- supports Postgres, MySQL/MariaDB, SQlite database targets
- sketched simplictic Accounts domain (not-integrated yet)
- Added persistence infrastructure prototype based on `sqlx` engine:
- supports Postgres, MySQL/MariaDB, SQLite database targets
- sketched simplistic Accounts domain (not-integrated yet)
- converted Task System domain to use persistent repositories
- added test infrastructure for database-specific features
- automated and documented development flow procedures in database offline/online modes
Expand Down

0 comments on commit 4314637

Please sign in to comment.