@@ -5,6 +5,32 @@ All notable changes to GravityMCP 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+ ## [ 1.0.5] - 2026-02-18
9+
10+ ### Fixed
11+ - Fixed OAuth signature generation in ` validateRestApiAccess ` to pass full URL, method, and params to ` getAuthHeaders() `
12+ - Fixed confirmations and notifications validation to accept objects keyed by ID instead of arrays, matching Gravity Forms' actual data format
13+ - Added defensive optional chaining for ` httpClient.defaults.baseURL `
14+
15+ ### Changed
16+ - Updated test helpers: added ` defaults.baseURL ` to MockHttpClient
17+ - Updated test data and validation tests to use object format for confirmations and notifications
18+
19+ ## [ 1.0.4] - 2025-01-13
20+
21+ ### Added
22+ - Comprehensive data sanitization for secure logging
23+ - GitHub Actions workflows for automated testing and publishing
24+ - Self-signed SSL certificate support for local development
25+ - Auto-generate inputs array for compound fields in ` gf_create_form `
26+ - Load ` .env ` from working directory with project fallback
27+
28+ ### Fixed
29+ - Updated CodeQL Action to v3
30+
31+ ### Changed
32+ - Removed local Claude settings from version control
33+
834## [ 1.0.3] - 2024-12-09
935
1036### Changed
@@ -46,6 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4672- Field filters (1 tool)
4773- Results/Analytics (1 tool)
4874
75+ [ 1.0.5 ] : https://github.com/GravityKit/GravityMCP/releases/tag/v1.0.5
76+ [ 1.0.4 ] : https://github.com/GravityKit/GravityMCP/releases/tag/v1.0.4
4977[ 1.0.3 ] : https://github.com/GravityKit/GravityMCP/releases/tag/v1.0.3
5078[ 1.0.2 ] : https://github.com/GravityKit/GravityMCP/releases/tag/v1.0.2
5179[ 1.0.1 ] : https://github.com/GravityKit/GravityMCP/releases/tag/v1.0.1
0 commit comments