FlowInquiry Change Logs
Track our journey as we continuously improve and evolve FlowInquiry.
For more detailed information, visit our GitHub releases page.
v1.2.3 - July 5, 2025
โจ New Features
- Added backend and frontend support for project management
- Introduced parent ticket support and project-level ticket numbers
- Added Slack integration
- Enabled OpenAPI docs for the dev profile
- Introduced project settings page and navigation entry
๐ง Improvements
- Upgraded Tailwind CSS to v4
- Upgraded Zod to v4
- Updated Spring AI dependencies
- Added integration tests for epics, iterations, and authorities
- Expanded Playwright tests and improved dev guidelines
- Improved backend stability and i18n coverage
- Refined project entity with settings and relationships
- Linked project listing to user dashboard
- Improved documentation across backend, API, and project modules
- Integrated JaCoCo reporting for test coverage
- Fixed GitHub workflow issues
๐ Bug Fixes
- Fixed frontend compilation errors
- Resolved validation issues in workflows
- Fixed UI and backend issues related to project settings
v1.2.2 - June 1, 2025
โจ New Features
- Added Playwright E2E testing to CI pipeline
- Introduced Kubernetes deployment with Helm and Terraform
- Prepared backend for AI, Slack, and GitHub integrations
๐ง Improvements
- Refactored team request to generic ticket model
- Upgraded Gradle wrapper and other dependencies
- Expanded backend and UI documentation
- Added manual install guide and project management docs
- Improved style consistency and caching behavior
- Integrated Spring TestContainers for backend testing
- Reorganized codebase and updated release/versioning scripts
v1.2.1 - May 1, 2025
โจ New Features
- Introduced OpenSSL-based random string generator for CLI scripts to ensure cross-platform compatibility
๐ง Improvements
- Improved backend stability through minor issue resolutions
- Enhanced i18n coverage by adding missing localized text
- Updated UI behavior to refresh avatar immediately after upload
- Cleaned up outdated code and documentation
- Improved developer experience and scripting compatibility across environments
๐ Bug Fixes
- Fixed Docker frontend startup and updated README
- Resolved script and Docker port issues in bash setup
- Fixed UI bugs across project task views and Kanban board refresh
- Resolved incorrect ticket counts when filtering by date range
- Fixed sidebar menu display and layout glitches
v1.2.0 - April 27, 2025
โจ New Features
- Implemented iterations and epics for project management
- Added estimation field to tasks
- SMTP configuration now available in admin panel
- Version tracking and upgrade notification added
๐ง Improvements
- Refactored mail service with GreenMail for integration testing
- Enhanced form handling for timezones and date fields
- Added i18n improvements and localization coverage
- Migrated to monorepo structure
- Improved Docker Compose setup and documentation
- Fixed CLI scripts for Windows support
- Standardized frontend build commands
๐ Bug Fixes
- Fixed backend test failures and build issues
- Resolved frontend Docker build errors
v1.1.0 - March 13, 2025
โจ New Features
- Launched project management: Kanban board, analytics, notifications
- Added APIs and navigation for project access
๐ง Improvements
- Introduced Hibernate second-level cache
- Optimized query caching
- Added integration tests for project module
๐ Bug Fixes
- Fixed query utility inconsistencies and overdue ticket counts
- Improved navigation in team requests
v1.0.0 - February 24, 2025
โจ New Features
- Added SLA-based workflow notifications
- Introduced persistent WebSocket notification mechanism
- Extended watcher model and visibility features
๐ง Improvements
- Improved date range filters in ticket APIs
- Added integration tests and sample data for team services
๐ Bug Fixes
- Fixed Spring Data constructor warnings
- Resolved type compatibility issues
- Prevented auto-adding request creators to watchers
v0.9.0 - February 9, 2025
โจ New Features
- Initial public release of FlowInquiry
- Dynamic workflows with SLAs and transitions
- Team request tracking and routing
- Role-based access control
- Spring Boot + PostgreSQL backend
- Liquibase database versioning
- Real-time notifications via WebSocket
๐ง Improvements
- Implemented entity-level access control
- Prepared core infrastructure for scaling
- Improved integration test coverage