File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to CrowdSieve will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] - 2026-02-04
9+
10+ ### Added
11+
12+ #### OIDC Authentication
13+
14+ - ** Optional OIDC authentication for dashboard** : Protect the dashboard with OpenID Connect authentication via any OIDC-compliant provider
15+ - ** JWE support** : Handle encrypted ID tokens from OIDC providers
16+ - ** ` private_key_jwt ` authentication** : Support ` private_key_jwt ` client authentication method for back-channel logout
17+ - ** Key rotation** : Automatic rotation of cryptographic keys used for OIDC
18+
19+ ### Changed
20+
21+ - ** Alert download optimization** : Skip downloading alerts when no changes detected
22+ - ** Dependencies update** : Update project dependencies
23+
824## [ 0.2.0] - 2026-02-01
925
1026### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " crowdsieve-dashboard" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : crowdsieve
33description : A Helm chart for deploying CrowdSieve with CrowdSec - filtering proxy for CrowdSec CAPI
44type : application
5- version : 0.2 .0
6- appVersion : " 0.2 .0"
5+ version : 0.3 .0
6+ appVersion : " 0.3 .0"
77
88home : https://github.com/linagora/crowdsieve
99
Original file line number Diff line number Diff line change 11{
22 "name" : " crowdsieve" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " CrowdSieve - CrowdSec CAPI filtering proxy with dashboard" ,
55 "license" : " AGPL-3.0-only" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments