Skip to content

Commit f9d39fb

Browse files
committed
docs: update CHANGELOG for v3.0.8 release
1 parent 4eec516 commit f9d39fb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All 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):

0 commit comments

Comments
 (0)