# Changelog
## [3.1.7] - 2025-11-12

### Changes

- Update documentation for constants in nestjs-temporal-core (dc2d392)

## [3.1.6] - 2025-11-12

### Changes

- chore: update release workflow to generate documentation after version bump; improve README with example project details (15cd112)

## [3.1.5] - 2025-11-12

### Changes

- Update documentation for TIMEOUTS and WORKFLOW_PARAMS_METADATA; remove WorkflowRun documentation (c293dc5)

## [3.1.4] - 2025-11-12

### Changes

- chore: add environment configuration for GitHub Pages deployment (2236d03)

## [3.1.3] - 2025-11-12

### Changes

- test: remove redundant tests for registerScheduledWorkflow error handling (e83e15e)
- chore: update release workflow to generate and deploy documentation to GitHub Pages test: enhance error handling in TemporalScheduleService for ScheduleClient initialization (4fb1ed0)
- test: improve error handling in worker shutdown process (234c751)
- test: enhance coverage for worker creation and shutdown error handling (75b2ffb)
- test: enhance error handling and lifecycle hook coverage in TemporalWorkerManagerService (b89d8e0)
- chore: remove pull request trigger from CI/CD pipeline and standardize cache syntax (8a82aff)
- feat: add shutdown hooks and timeout options for graceful worker termination (a369697)
- chore: remove outdated CHANGELOG.md file (745e94a)
- refactor: streamline error handling and logging in worker shutdown process (c7838c0)
- feat: enhance worker management and cleanup logic (f91e4ee)

