File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 3.0.8] - 2025-12-07
6+
7+ ### Fixed
8+ - Docker startup failure when ` SECRET ` not provided ([ #21 ] ( https://github.com/GetPageSpeed/MTProxy/issues/21 ) ):
9+ - Added ` vim-common ` package to provide ` xxd ` for automatic secret generation
10+ - Secret is now auto-generated if not provided via environment variable
11+ - Container "cannot raise open file limit" error:
12+ - Added ` -c ` flag with ` MAX_CONNECTIONS ` env var (default: 60000)
13+ - Added ` ulimits ` configuration to docker-compose files
14+
15+ ### Added
16+ - CI testing workflow with GitHub Actions
17+ - Simplified test suite (HTTP stats + MTProto port connectivity)
18+ - ` TESTING.md ` documentation
19+ - Docker Quick Start section in README - run with zero configuration
20+ - ` EXTERNAL_IP ` environment variable for NAT support in Docker
21+ - Explicit ` --platform linux/amd64 ` in Dockerfile for Apple Silicon compatibility
22+
23+ ### Changed
24+ - Simplified test suite - removed Telethon dependency for faster, more reliable CI
25+ - Updated Docker documentation with clearer examples
26+
527## 2025-11-28
628
729- Fixed high CPU usage (Issue #100 ):
You can’t perform that action at this time.
0 commit comments