@semiont/cli 0.2.34-build.91 → 0.2.34-build.93

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.
@@ -29,6 +29,10 @@ static_resources:
29
29
  typed_config:
30
30
  "@type": type.googleapis.com/envoy.extensions.access_loggers.stream.v3.StdoutAccessLog
31
31
  http_filters:
32
+ - name: envoy.filters.http.buffer
33
+ typed_config:
34
+ "@type": type.googleapis.com/envoy.extensions.filters.http.buffer.v3.Buffer
35
+ max_request_bytes: 1048576 # 1MB max request size
32
36
  - name: envoy.filters.http.router
33
37
  typed_config:
34
38
  "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
@@ -70,6 +74,10 @@ static_resources:
70
74
  cluster: backend
71
75
  timeout: 0s # No timeout for SSE long-lived connections
72
76
  idle_timeout: 3600s # 1 hour idle timeout
77
+ typed_per_filter_config:
78
+ envoy.filters.http.buffer:
79
+ "@type": type.googleapis.com/envoy.extensions.filters.http.buffer.v3.BufferPerRoute
80
+ disabled: true # Disable buffering for SSE streams
73
81
  - match:
74
82
  prefix: "/annotations/"
75
83
  route:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.2.34-build.91",
3
+ "version": "0.2.34-build.93",
4
4
  "description": "Semiont CLI - Unified environment management tool",
5
5
  "_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
6
6
  "type": "module",
@@ -65,8 +65,8 @@
65
65
  "@aws-sdk/client-sts": "^3.859.0",
66
66
  "@aws-sdk/client-wafv2": "^3.859.0",
67
67
  "@prisma/client": "^6.13.0",
68
- "@semiont/api-client": "0.2.34-build.91",
69
- "@semiont/core": "0.2.34-build.91",
68
+ "@semiont/api-client": "0.2.34-build.93",
69
+ "@semiont/core": "0.2.34-build.93",
70
70
  "@testcontainers/postgresql": "^11.5.1",
71
71
  "arg": "^5.0.2",
72
72
  "bcrypt": "^5.1.1",