
- Complete NestJS TypeScript implementation with WebSocket support - Direct messaging (DM) and group chat functionality - End-to-end encryption with AES encryption and key pairs - Media file support (images, videos, audio, documents) up to 100MB - Push notifications with Firebase Cloud Messaging integration - Mention alerts and real-time typing indicators - User authentication with JWT and Passport - SQLite database with TypeORM entities and relationships - Comprehensive API documentation with Swagger/OpenAPI - File upload handling with secure access control - Online/offline status tracking and presence management - Message editing, deletion, and reply functionality - Notification management with automatic cleanup - Health check endpoint for monitoring - CORS configuration for cross-origin requests - Environment-based configuration management - Structured for Flutter SDK integration Features implemented: ✅ Real-time messaging with Socket.IO ✅ User registration and authentication ✅ Direct messages and group chats ✅ Media file uploads and management ✅ End-to-end encryption ✅ Push notifications ✅ Mention alerts ✅ Typing indicators ✅ Message read receipts ✅ Online status tracking ✅ File access control ✅ Comprehensive API documentation Ready for Flutter SDK development and production deployment.
5.3 KiB
5.3 KiB
Changelog
1.1.1 (2023-02-02)
Bug Fixes
1.1.0 (2023-01-24)
Features
1.0.2 (2022-09-09)
Bug Fixes
1.0.1 (2022-08-26)
Bug Fixes
- deps: update dependency glob to v8 (#1750) (8303a64)
- remove unused
@types/long
(#1785) (0f4af83) - types: update type deps (#1776) (d87978b)
1.0.0 (2022-07-08)
⚠ BREAKING CHANGES
- drop support for Node 4, 6, 8, 10 (#1764)
- move command line tool to a new package named protobufjs-cli (#1234)
Features
- add --no-service option for pbjs static target (#1577) (d01394a)
- add alt-comment CLI option (#1692) (7558ef0)
- add getTypeUrl method to generated code (#1463) (d13d5d5)
- add null-defaults option (#1611) (6e713ba)
- add support for buffer configuration (#1372) (101aa1a)
- allow message.getTypeUrl provide custom typeUrlPrefix (#1762) (8aad1dd)
- move command line tool to a new package named protobufjs-cli (#1234) (da34f43)
- prepare initial publication of cli (#1752) (64811d5)
- proto3 optional support (#1584) (6c4d307)
- update dependencies / general cleanup (#1356) (42f49b4)
Bug Fixes
- deps: patch minimatch vulnerability (#1704) (bac61b8)
- drop support for Node 4, 6, 8, 10 (#1764) (50370dd)
- es6 export enum (#1446) (9f33784)
- fromObject should not initialize oneof members (#1597) (90afe44)
- proper relative path to protobufjs in cli (#1753) (a1d6029)
- typo in pbjs help text (#1552) (7f46dbe)