Skip to content

Commit

Permalink
JwtAuthenticationConfig::new(): make "jwt_secret" as optional for `ka…
Browse files Browse the repository at this point in the history
…mu-node` (#623)

* JwtAuthenticationConfig::new(): make "jwt_secret" as optional
* Release (minor): 0.180.0
  • Loading branch information
s373r authored May 8, 2024
1 parent 26f2705 commit 3636c4f
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 95 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ 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).

## Unreleased
## [0.180.0] - 2024-05-08
### Added
- GraphQL account flows endpoints:
- List of flows by account(including filters `byDatasetName`, `byFlowType`, `byStatus`, `byInitiator`)
- Pause all flows by account
- Resume all flows by account
### Changed
- Correct JWT config creation for `kamu-node`
### Fixed
- `kamu repo alias rm` command regression crash. Changed accepted type and covered by integration test

Expand Down
Loading

0 comments on commit 3636c4f

Please sign in to comment.