hrms-api-org/CHANGELOG.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2024-03-13 09:18:50 +07:00
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### 🚀 Features
2024-03-13 11:30:20 +07:00
- Profile educations endpoints
- Profile assessments endpoints
- Profile leave endpoints
### 🐛 Bug Fixes
2024-10-07 14:53:27 +07:00
- แก้ชนิด type ที่ reques
2024-03-13 11:30:20 +07:00
### ⚡ Performance
- Extended OrgStructureCache TTL from 10 to 30 minutes (reduce cleanup frequency)
- Added OrgStructureCache.destroy() in graceful shutdown handler
- Changed LogMemoryStore from active refresh (setInterval) to passive refresh on-access (60 min TTL)
2024-03-13 11:30:20 +07:00
### ⚙️ Miscellaneous Tasks
- Git-cliff changelog
- Update CHANGELOG.md
## [1.0.62] - 2024-03-13
### 🚀 Features
2024-03-13 09:18:50 +07:00
- Profile certificate endpoints
- Profile honor endpoints
- Profile insignia endpoints
- Profile training endpoints
- Check if profile exists
### 🐛 Bug Fixes
- Missing id
- History response
- Wrong database save
### 🚜 Refactor
2024-10-07 14:53:27 +07:00
- _(utils)_ Merge 2 statement of same conditions
- _(middlewares)_ Add type to function parameter auth role
2024-03-13 09:18:50 +07:00
- History in database after first edit only
### ⚙️ Miscellaneous Tasks
2024-10-07 14:53:27 +07:00
- _(tsoa-setting)_ Update to recursive path
2024-03-13 09:18:50 +07:00
- Add response example
## [1.0.61] - 2024-03-11
<!-- generated by git-cliff -->