Skip to content

Commit 8661ecf

Browse files
committed
Bump version to 0.4.2 and add release notes
1 parent 7e59184 commit 8661ecf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.4.2

releases/v0.4.2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Features
2+
3+
- **Webhook Payload Consistency** - Webhook payloads now use the REST API v1 DTO format for consistent structure across integrations
4+
- **Channel Config Testing** - Webhook channel test endpoint now accepts the current config for live testing before saving
5+
6+
## Improvements
7+
8+
- **User Read Service** - Centralized user queries (ListAll, CountActive) into a dedicated service, reducing duplication across handlers, auth policy stats, and briefing scheduler
9+
- **ws CLI Paginated Responses** - Fixed workspace and milestone list commands to correctly parse paginated server responses
10+
- **ws CLI Non-Interactive Config** - `ws config init` now supports non-interactive mode when `--url` and `--token` flags are provided
11+
- **Unified Version Management** - Added VERSION file as single source of truth; release builds inject version, commit, and build date via ldflags
12+
13+
## Fixes
14+
15+
- **SCIM Deactivation** - Fixed accidental user deactivation during SCIM provisioning
16+
- **SCIM Unique Constraint** - Resolved unique constraint violation during SCIM user sync
17+
- **Workspace Item Scoping** - Work items are now correctly limited by workspace

0 commit comments

Comments
 (0)