hrms-api-org/CHANGELOG.md
waruneeauy 7955c855bc fix: extend OrgStructureCache TTL and add graceful shutdown cleanup
- Extended OrgStructureCache TTL from 10 to 30 minutes (reduce cleanup frequency)
- Added orgStructureCache.destroy() in graceful shutdown handler
- Updated documentation to reflect changes

Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
2026-01-29 00:05:56 +07:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • Profile educations endpoints
  • Profile assessments endpoints
  • Profile leave endpoints

🐛 Bug Fixes

  • แก้ชนิด type ที่ reques

Performance

  • Extended OrgStructureCache TTL from 10 to 30 minutes (reduce cleanup frequency)
  • Added OrgStructureCache.destroy() in graceful shutdown handler

⚙️ Miscellaneous Tasks

  • Git-cliff changelog
  • Update CHANGELOG.md

[1.0.62] - 2024-03-13

🚀 Features

  • 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

  • (utils) Merge 2 statement of same conditions
  • (middlewares) Add type to function parameter auth role
  • History in database after first edit only

⚙️ Miscellaneous Tasks

  • (tsoa-setting) Update to recursive path
  • Add response example

[1.0.61] - 2024-03-11