Releases: guoshiqiufeng/dify-spring-boot-starter
Releases · guoshiqiufeng/dify-spring-boot-starter
1.7.2
1.7.1
Server login for new password encryption feature
Fixed server login issue for Dify 1.11.2 by adding Base64 password encryption support.
Key Changes
New Configuration Parameter: dify.server.password-encryption
- Type: Boolean
- Default: true
- Required for Dify 1.11.2+, set to false for earlier versions
Upgrade Guide
- Dify 1.11.2+: No configuration change needed (default: true); Or set it to false and set the password to Base64 encrypted ciphertext.
- Dify < 1.11.2: Set
password-encryption: false
Full Changelog: v1.7.0...v1.7.1
1.7.0
Service Status Monitoring
The dify-status module provides health check and status monitoring capabilities for Dify API services, with integration support for Spring Boot Actuator.
Features
- 🔍 Multi-Client Monitoring: Monitor multiple Dify clients including Chat, Dataset, Workflow, and Server
- 🏥 Health Checks: Integrate with Spring Boot Actuator to provide standard health check endpoints
- ⚡ Parallel Checks: Support parallel execution of status checks across multiple clients for improved efficiency
- 💾 Cache Support: Built-in caching mechanism to avoid frequent requests with configurable TTL
- 📊 Detailed Reports: Provide comprehensive status reports including response times, error messages, and HTTP status codes
- 🔑 Flexible Configuration: Support independent API Key configuration for different clients
🔨 Dependency
What's Changed
Full Changelog: v1.6.3...v1.7.0
1.7.0-SNAPSHOT
1.6.3
🐞 Fix
New Contributors
- @evelynn996 made their first contribution in #255
Full Changelog: v1.6.2...v1.6.3
1.6.2
1.6.1
1.6.0
1.6.0-SNAPSHOT
1.5.0
⭐ Feature
- feat: chat-conversations api
- feat: daily-conversations api
- feat: daily-end-users api
- feat: average-session-interactions api
- feat: tokens-per-second api
- feat: user-satisfaction-rate api
- feat: token-costs api
- feat: daily-messages api
- feat: delete appApiKey api
- feat: delete datasetApiKey api
🔨 Dependency
- update springboot3 to 3.5.7
- update hutool to 5.8.41
- update testcontainers to 1.21.3
- update mockito to 5.20.0
- update bytebuddy to 1.17.8
⚡ Other
What's Changed
Full Changelog: v1.4.6...v1.5.0