Releases: Zero6992/chatGPT-discord-bot
Releases · Zero6992/chatGPT-discord-bot
Version 3.0.0
🚀 New Features
- Provider System Architecture: Completely redesigned provider management system with enhanced reliability and flexibility
- New modular provider framework supporting multiple AI backends
- Intelligent automatic fallback mechanism between providers
- Support for both authenticated and free providers
- Real-time provider health monitoring
- Enhanced Security Controls:
- Implemented comprehensive security measures for jailbreak personas
- Added safeguards against potentially harmful prompt injections
- Improved user permission management
- Comprehensive Test Suite:
- Added extensive unit tests for core components
- Test coverage for providers, personas, and client functionality
- Continuous integration ready
🔧 Improvements
- Docker Security Hardening:
- Non-root user implementation
- Read-only filesystem support
- Reduced attack surface with minimal base image
- Security best practices applied throughout
- Dependency Updates:
- All dependencies updated to latest stable versions
- Security vulnerabilities patched
- Performance improvements from newer library versions
- Bot Command System:
- Refactored command handling with provider system integration
- Improved error handling and user feedback
- More intuitive command responses
🐛 Bug Fixes
- Docker Logging: Resolved read-only filesystem issues preventing proper logging in containerized environments
- Free Provider Authentication: Fixed authentication errors with free AI providers
- Provider Reliability: Completely rewrote FreeProvider to use only working auth-free providers
📚 Documentation
- Improved setup instructions
- New provider configuration system requires updating .env file
- Some deprecated commands have been removed
🔄 Migration Guide
Users upgrading from 2.x should:
- Update their .env file with new configuration options
- Review the updated provider settings
- Test persona configurations with new security controls
- Update any custom integrations to use the new provider system
Version 2.1.2
- Provider updated
Version 2.1.1
- OpenAI provider update
Version 2.0.3
- gpt-3.5-turbo
Version 2.0.2
- Docker fixed
- Persona fixed
Version 2.0.1
-
Using gpt4free now
-
Chat support Gemeni-pro and GPT-4 (all free)
-
Image Generation support Bing, OpenAI and Gemini
Version 1.6.2
- Update
/draw
to DALL·E 3
Version 1.6.1
- Serval bugs fixed
- Code refactoring
- Added the ability to generate multiple images at once by @MCUxDaredevil in #405
Version 1.5.1
What's Changed
- Update README.md by @KingBain in #204
- Add ci workflow by @yangchuansheng in #324
- add auto login for Bard and Bing by @YungPingXu in #397
- add
info
command and remove model info in response - fix
UNOFFICIAL
gpt-3 model issue
New Contributors
- @KingBain made their first contribution in #204
- @yangchuansheng made their first contribution in #324
- @YungPingXu made their first contribution in #397
Full Changelog: v1.4.2...v1.5.1