feat: Remove deprecated test files and enhance documentation for version 3.3.0 "Nexus Infinitum"
- Deleted obsolete test files: test_mime.go, test_mime_integration.go, and xmpp_client_upload_diagnosis.ipynb. - Updated README.md to reflect the new version 3.3.0 "Nexus Infinitum" and its features. - Added comprehensive release notes for version 3.3.0 detailing major enhancements and installation instructions. - Introduced cleanup script to remove development artifacts while preserving production files.
This commit is contained in:
2
revalidate_all_features.sh
Executable file → Normal file
2
revalidate_all_features.sh
Executable file → Normal file
@ -82,7 +82,7 @@ check_feature "Configuration File" "config-mobile-resilient.toml exists and read
|
||||
'[ -r "config-mobile-resilient.toml" ]'
|
||||
|
||||
check_feature "Server Version" "Server reports correct version" \
|
||||
'./hmac-file-server-network-fixed -version 2>/dev/null | grep -q "HMAC File Server\|v3.2"'
|
||||
'./hmac-file-server-network-fixed -version 2>/dev/null | grep -q "HMAC File Server\|v3.3"'
|
||||
|
||||
# ========================================
|
||||
# SECTION 2: BEARER TOKEN VALIDATION CODE
|
||||
|
Reference in New Issue
Block a user