Full Mattermost server source with integrated Community Enterprise features. Includes vendor directory for offline/air-gapped builds. Structure: - enterprise-impl/: Enterprise feature implementations - enterprise-community/: Init files that register implementations - enterprise/: Bridge imports (community_imports.go) - vendor/: All dependencies for offline builds Build (online): go build ./cmd/mattermost Build (offline/air-gapped): go build -mod=vendor ./cmd/mattermost 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2.8 KiB
2.8 KiB
Changelog
1.6.1 (2025-04-26)
Bug Fixes
- Handle CRC being in the unpackInfo (#346) (695062b)
- Make it possible to override decompressor for existing method (#302) (63e8b07)
1.6.0 (2024-11-17)
Features
1.5.2 (2024-08-29)
Bug Fixes
- Avoid panic in Reader init (empty2.7z); header.filesInfo is nil. (#252) (10d7550)
- Lint fixes (#253) (c82d2e9)
1.5.1 (2024-04-05)
Performance Improvements
1.5.0 (2024-02-08)
Features
1.4.5 (2023-12-12)
Bug Fixes
- Handle lack of CRC digests (#143) (4ead944)
- Handle small reads in branch converters (#144) (dfaf538)