nestjs-temporal-core 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +118 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,122 @@
1
1
  # Changelog
2
+ ## [3.1.2] - 2025-11-11
3
+
4
+ ### Changes
5
+
6
+ - chore: remove outdated README.md for automated release setup (5d2ac9d)
7
+ - feat: Enhance TemporalWorkerManagerService with multiple workers support (0d6fd0d)
8
+ - test: add unit tests for TemporalWorkerManagerService with multiple workers support (e474cdd)
9
+ - chore: bump version to 3.0.12 (81600c5)
10
+ - feat: add multiple workers support with different task queues (0121ba9)
11
+ - chore: release v3.0.11 - streamline README documentation (d20a0ba)
12
+ - docs: remove attribution line from README (ae2bbac)
13
+ - docs: fix and streamline README with accurate API patterns (52011b5)
14
+ - test: add comprehensive validation and configuration tests for TemporalWorkerManagerService (69b7a52)
15
+ - test: enhance error handling and coverage for Temporal services (feb9ade)
16
+ - feat(tests): enhance coverage for Temporal services (9d8dc29)
17
+ - Add unit tests for TemporalService covering initialization, workflow management, and error handling (c432119)
18
+ - Remove tests for @InjectWorkflowClient decorator in workflow.decorator.spec.ts (8e17921)
19
+ - fix: remove Node.js CI badge from README (727e21f)
20
+ - refactor: remove better-docs dependency and update health check logic (c8ba8b7)
21
+ - docs: Update README to enhance application setup instructions and improve section organization (24e9e92)
22
+ - fix: Remove Node.js 22.x from CI/CD pipeline matrix (2e00e23)
23
+ - Refactor code structure for improved readability and maintainability (d27f619)
24
+ - fix: Update coverage configuration and enhance tests for client and worker connection handling (d5e1478)
25
+ - fix: Update README badges to reflect improved test coverage metrics (fb51369)
26
+ - test: Enhance health check for worker connection and add tests for error handling (caa7bb6)
27
+ - fix: Update README badges to reflect improved test coverage metrics (e0cf0fc)
28
+ - test: Update async module test to clarify handling of null in imports array (7379e82)
29
+ - fix: Update README badges to reflect improved test coverage metrics (d4e50bc)
30
+ - test: Enhance unit tests for activity and workflow decorators with error handling and validation cases (2a50a3f)
31
+ - fix: Update README badges to reflect decreased test coverage (1651416)
32
+ - refactor: Rename interfaces for clarity and enhance validation utilities (d8ae02a)
33
+ - chore: Update test workflow to run unit tests without coverage (e01c35f)
34
+ - fix: Update README badges to reflect significant increase in test coverage (0ec59de)
35
+ - refactor: Clean up package.json scripts and remove deprecated Temporal module (e09c34a)
36
+ - fix: Update README badges to reflect improved test coverage (07e99f1)
37
+ - feat: Enhance Temporal services with improved error handling, initialization, and activity management (9f360ad)
38
+ - feat: Introduce auto-restart functionality in TemporalWorkerManagerService and enhance connection management (b026e3c)
39
+ - feat: Improve connection handling and worker configuration in TemporalWorkerManagerService (9c39d22)
40
+ - fix: Update README badges to reflect current test coverage (1198c3b)
41
+ - refactor: Remove deprecated workflow-related constants and interfaces (dab77db)
42
+ - fix: Update README badges for accuracy (4f62d81)
43
+ - fix: Update README badges for accuracy and ensure proper async handling in TemporalScheduleService methods (15ca4be)
44
+ - feat: Enhance Temporal client and worker services with improved error handling, workflow registration, and connection validation (4f30ff6)
45
+ - docs: Revise README to reflect updates in service architecture and functionality (2cdcd99)
46
+ - docs: Update branch coverage badge in README for accuracy (2565ea9)
47
+ - test: Enhance unit tests for activity decorator and temporal discovery service (5ebdd63)
48
+ - docs: Update coverage badges in README for accuracy (a666d53)
49
+ - chore: Update dependencies and improve documentation structure (2a89546)
50
+ - feat: Enhance workflow ID generation with randomness and update tests (94c6b18)
51
+ - chore: Update Jest configuration and add Istanbul badges for coverage reporting (55fa933)
52
+ - docs: Update Codecov badge link in README for accuracy (2f9e5ac)
53
+ - docs: Enhance README and update test workflow for coverage reporting (d390527)
54
+ - chore: Update testing configuration and Node.js version in workflows (41273cc)
55
+ - chore: Remove npm package lock files from .gitignore (e2c107f)
56
+ - feat: Add testing scripts and update README for improved developer experience (3703186)
57
+ - 3.0.10 (069cfd0)
58
+ - fix: Update workflow arguments in ScheduledService for daily report generation (66d3152)
59
+ - 3.0.9 (6be5b8b)
60
+ - docs: Update README with getting started recommendations and workflow implementation approaches (5d00f6e)
61
+ - 3.0.8 (6777205)
62
+ - refactor: Improve worker startup and error handling in TemporalWorkerManagerService (8fa6942)
63
+ - 3.0.7 (8f3c9c6)
64
+ - feat: Enhance NestJS Temporal Core with new features and utilities (b7728d1)
65
+ - refactor: Replace TemporalLogger instantiation with createLogger for improved logging consistency (59b7ceb)
66
+ - refactor: Enhance TemporalService and Worker Management (d81992a)
67
+ - feat: Update dependencies and implement TemporalLogger for improved logging across services (db08c73)
68
+ - 3.0.6 (b94d3f8)
69
+ - feat: Implement configurable logging across Temporal modules with ConditionalLogger utility (2ed9b8e)
70
+ - 3.0.5 (2095b82)
71
+ - refactor: Remove redundant keywords from package.json for clarity (3200693)
72
+ - feat: Add Activity and Schedules modules with comprehensive service and module options (7595d98)
73
+ - 3.0.4 (cc0962e)
74
+ - docs: Add example repository link to README for better user guidance (bfaa1e3)
75
+ - 3.0.3 (d618287)
76
+ - refactor: Simplify Temporal integration by removing workflow controller and method support, enhancing auto-discovery for activities and scheduled workflows (a08d789)
77
+ - chore: Update version to 3.0.2 and adjust import paths for consistency (e41d9c5)
78
+ - chore: Update pre-commit hook to run all checks with 'npm run check-all' (66cf653)
79
+ - chore: Update configuration files and improve code structure for better readability and maintainability (81152a2)
80
+ - refactor: Remove architecture diagram from README for clarity and conciseness (b03c4ac)
81
+ - feat(discovery): Implement TemporalDiscoveryService for auto-discovery of workflow controllers and methods (69668d8)
82
+ - chore: Replace ESLint configuration with new format and add Prettier integration; remove old .eslintrc.js file (80f6ece)
83
+ - docs: Revise getting started guide for NestJS Temporal Core (5bc3832)
84
+ - 3.0.1 (b1138d8)
85
+ - refactor: Remove outdated links and advanced topics from README (bcbdba4)
86
+ - fix: Remove test command from release scripts in package.json (5936fcb)
87
+ - feat: Add comprehensive getting started guide for NestJS Temporal integration (5c0e9a8)
88
+ - feat: Enhance Temporal service with workflow discovery and scheduling management (c72b49e)
89
+ - Update package.json (765e201)
90
+ - Update package.json (096ce6f)
91
+ - Update package.json (0b46b1c)
92
+ - Update package.json (50ee730)
93
+ - 2.0.8 (e421748)
94
+ - docs: Update README to improve code organization and clarify file purposes (d5c9077)
95
+ - 2.0.7 (bcd7c0a)
96
+ - feat: Refactor Temporal integration interfaces and modules (a452143)
97
+ - feat: remove deprecated decorators and interfaces related to Temporal scheduling (5d826b6)
98
+ - 2.0.6 (1beec39)
99
+ - feat: refactor Temporal scheduling module and service integration (76c0111)
100
+ - 2.0.5 (01b7ec1)
101
+ - feat: add update methods and related metadata for workflow updates (3d0cc8a)
102
+ - 2.0.4 (ff4dcea)
103
+ - feat: update README with enhanced feature descriptions and new advanced features (0e2f61e)
104
+ - feat: add Temporal scheduling module and service (ea44dcb)
105
+ - 2.0.3 (544db18)
106
+ - feat: Enhance Temporal integration with comprehensive metadata and configuration options (81260bb)
107
+ - 2.0.2 (18f01af)
108
+ - docs: update README with new features and configuration options (2a3754d)
109
+ - 2.0.1 (db35846)
110
+ - feat: updated code structure and fix issues with graceful shutdown (b3c494b)
111
+ - doc: updated documentation for example repo addition (07e77b0)
112
+ - 2.0.0 (87e7e68)
113
+ - chore: prepare for 1.0.0 release (88417db)
114
+ - chore: prepare for beta release (bc103ee)
115
+ - 1.0.1-beta.1 (ae00c7a)
116
+ - chore: prepare for beta release (7393357)
117
+ - 1.0.1-beta.0 (6cf61b2)
118
+ - Initial commit (9cfe52f)
119
+
2
120
  ## [3.1.1] - 2025-11-11
3
121
 
4
122
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-temporal-core",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features",
5
5
  "author": "Harsh M",
6
6
  "license": "MIT",