mcp-compression-proxy 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ## [1.1.0](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.0.3...v1.1.0) (2026-09-04)
6
+
7
+ ### Features
8
+
9
+ * add managed proxy runtime ([#53](https://github.com/kdpa-llc/mcp-compression-proxy/issues/53)) ([ded1561](https://github.com/kdpa-llc/mcp-compression-proxy/commit/ded1561e287e4204de2c53898dd4e9db8c79e99d))
10
+ * remote HTTP servers, reconnect, hot-reload, pagination, staleness, and CLI diagnostics ([#50](https://github.com/kdpa-llc/mcp-compression-proxy/issues/50)) ([dc4fd51](https://github.com/kdpa-llc/mcp-compression-proxy/commit/dc4fd51af2ec0fd11c3c4f94625af5b4f39f1ff1))
11
+
12
+ ### Bug Fixes
13
+
14
+ * authenticate releases with bypass token ([20746b4](https://github.com/kdpa-llc/mcp-compression-proxy/commit/20746b4a6c8fef2ecd31c35ed958c20abc6e14af))
15
+
16
+ ### Documentation
17
+
18
+ * document release ruleset bypass ([#55](https://github.com/kdpa-llc/mcp-compression-proxy/issues/55)) ([49bf208](https://github.com/kdpa-llc/mcp-compression-proxy/commit/49bf208f35ea24052ca3a702f5a7bac55c218340))
19
+ * rewrite README around progressive discovery ([#54](https://github.com/kdpa-llc/mcp-compression-proxy/issues/54)) ([2e37f57](https://github.com/kdpa-llc/mcp-compression-proxy/commit/2e37f57bf61438ffa3b164276f592967cd930313))
20
+
21
+ ## [1.0.3](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.0.2...v1.0.3) (2026-08-24)
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** raise SDK floor, and stop Dependabot breaking releases ([#47](https://github.com/kdpa-llc/mcp-compression-proxy/issues/47)) ([78f71f0](https://github.com/kdpa-llc/mcp-compression-proxy/commit/78f71f0722f9094f9a871c946984273fc6695664)), closes [#45](https://github.com/kdpa-llc/mcp-compression-proxy/issues/45) [#45](https://github.com/kdpa-llc/mcp-compression-proxy/issues/45)
26
+
5
27
  ## [1.0.2](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.0.1...v1.0.2) (2026-08-23)
6
28
 
7
29
  ### Documentation