Releases: ever-co/ever-gauzy
Releases · ever-co/ever-gauzy
v0.450.0
0.450.0 (2024-02-03)
Features
- add isDeleted field to IntervalTO interface (088dea6), closes ever-co/ever-gauzy-desktop#44
- Include non-deleted intervals in timer query (e75f76c), closes ever-co/ever-gauzy-desktop#44
- migrate: add 'isDeleted' column to intervals table (5337996), closes ever-co/ever-gauzy-desktop#44
Bug Fixes
- deepscan (d1c8b77)
Code Refactoring
- DAO methods to soft delete intervals (6e61ddb), closes ever-co/ever-gauzy-desktop#44
- Interval model to include isDeleted flag (a400576), closes ever-co/ever-gauzy-desktop#44
- interval, timer, and user services (1717b6f), closes ever-co/ever-gauzy-desktop#44
- time logs handling in time tracker (cdbe39d), closes ever-co/ever-gauzy-desktop#44
What's Changed
Full Changelog: v0.449.6...v0.450.0
v0.449.8
0.449.8 (2024-02-03)
What's Changed
- [Fix] Signin Workspace Teams by @rahul-rocket in #7491
- Stage by @evereq in #7494
- Stage by @evereq in #7495
Full Changelog: v0.449.5...v0.449.8
v0.449.7
0.449.7 (2024-02-03)
What's Changed
- [Fix] Signin Workspace Teams by @rahul-rocket in #7491
- Stage by @evereq in #7494
Full Changelog: v0.449.4...v0.449.7
v0.449.6
0.449.6 (2024-02-03)
Bug Fixes
- added missing include teams query parameter (1fd58ae)
- get teams for workspace login (09f5d45)
- query parsing for mysql & postgresql (e30780e)
What's Changed
- [Fix] Signin Workspace Teams by @rahul-rocket in #7491
Full Changelog: v0.449.3...v0.449.6
v0.449.5
v0.449.4
0.449.4 (2024-02-02)
What's Changed
- [Fix] Array Query Parameters Escape by @rahul-rocket in #7488
- Release by @evereq in #7489
Full Changelog: v0.449.1...v0.449.4
v0.449.3
0.449.3 (2024-02-02)
Bug Fixes
- array query parameters escape (5eef9fd)
- removed unnecessary comma (be347e8)
- removed unnecessary console.log (b363e7e)
- tasks pagination API filter by teams (ae4dde8)
What's Changed
- [Fix] Array Query Parameters Escape by @rahul-rocket in #7488
Full Changelog: v0.449.0...v0.449.3
v0.449.2
0.449.2 (2024-02-01)
What's Changed
- [Fix] Escape Query Parameters for pagination by @rahul-rocket in #7476
- Release by @evereq in #7478
- chore(deps): bump nodemailer from 6.9.7 to 6.9.9 by @dependabot in #7479
- Release by @evereq in #7480
- chore: fix build by @evereq in #7483
- Refactor/ Gauzy Server by @adkif in #7485
- Release by @evereq in #7486
- Stage by @evereq in #7487
Full Changelog: v0.448.9...v0.449.2
v0.449.1
v0.449.0
0.449.0 (2024-02-01)
Features
- add ISslFactory and IProxyConfig to interfaces (2e166a9)
- Add SSL factory interface and implementation (ab9781f)
- Add Timeout decorator for method timeout functionality (873f226)
- create child process factory and observer classes (a371e2b)
- create new abstraction to for secured server (6a3b177)
- Introduce API and UI service classes (e30563a), closes #7456
Code Refactoring
- desktop server creation and management (8031615)
- local server and SSL port configuration (c9d2afa)
- reverse proxy classes to inherit from SecuredProxy (fbd3f77)
- server dashboard button behavior for improved user feedback (c390092)
- server process initialization and error handling (5e432b1)
- server startup and configuration (a86a924)
- switch case to handle potential null values (ad2d2c3)
What's Changed
Full Changelog: v0.448.17...v0.449.0