68 Commits

Author SHA1 Message Date
8b857e3d1d update 2025-05-08 12:46:10 +00:00
7aaf8f2595 2.8.9 v2.8.9 2025-05-08 10:39:43 +00:00
39b634b6bb fix(types): Fix TypeScript build errors and improve API type safety across platformservice interfaces 2025-05-08 10:39:43 +00:00
4624fdbe10 2.8.6 v2.8.6 2025-05-08 10:24:50 +00:00
858794799b fix(tests): fix: Improve test stability by handling race conditions in SenderReputationMonitor and IPWarmupManager. Disable filesystem operations and external DNS lookups during tests by checking NODE_ENV, add proper cleanup of singleton instances and active timeouts to ensure consistent test environment. 2025-05-08 10:24:50 +00:00
cb33dd26d0 2.8.4 v2.8.4 2025-05-08 01:37:38 +00:00
d3d197d9d3 fix(mail): refactor(mail): Remove Mailgun references from PlatformService. Update keywords, error messages, and documentation to use MTA exclusively. 2025-05-08 01:37:38 +00:00
0e914a3366 2.8.2 v2.8.2 2025-05-08 01:24:03 +00:00
747478f0f9 fix(tests): Fix outdated import paths in test files for dcrouter and ratelimiter modules 2025-05-08 01:24:03 +00:00
b61de33ee0 2.8.1 v2.8.1 2025-05-08 01:16:21 +00:00
970c0d5c60 fix(readme): Update readme with consolidated email system improvements and modular directory structure
Clarify that the platform now organizes email functionality into distinct directories (mail/core, mail/delivery, mail/routing, mail/security, mail/services) and update the diagram and key features list accordingly. Adjust code examples to reflect explicit module imports and the use of SzPlatformService.
2025-05-08 01:16:21 +00:00
fe2069c48e update 2025-05-08 01:13:54 +00:00
63781ab1bd 2.8.0 v2.8.0 2025-05-08 00:39:43 +00:00
0b155d6925 feat(docs): Update documentation to include consolidated email handling and pattern‑based routing details 2025-05-08 00:39:43 +00:00
076aac27ce 2.7.0 v2.7.0 2025-05-08 00:12:36 +00:00
7f84405279 feat(dcrouter): Implement unified email configuration with pattern‐based routing and consolidated email processing. Migrate SMTP forwarding and store‐and‐forward into a single, configuration-driven system that supports glob pattern matching in domain rules. 2025-05-08 00:12:36 +00:00
13ef31c13f 2.6.0 v2.6.0 2025-05-07 23:45:20 +00:00
5cf4c0f150 feat(dcrouter): Implement integrated DcRouter with comprehensive SmartProxy configuration, enhanced SMTP processing, and robust store‐and‐forward email routing 2025-05-07 23:45:19 +00:00
04b7552b34 update plan 2025-05-07 23:30:04 +00:00
1528d29b0d 2.5.0 v2.5.0 2025-05-07 23:04:54 +00:00
9d895898b1 feat(dcrouter): Enhance DcRouter configuration and update documentation 2025-05-07 23:04:54 +00:00
45be1e0a42 2.4.2 v2.4.2 2025-05-07 22:15:08 +00:00
ba39392c1b fix(tests): Update test assertions and singleton instance references in DMARC, integration, and IP warmup manager tests 2025-05-07 22:15:08 +00:00
f704dc78aa 2.4.1 v2.4.1 2025-05-07 22:06:55 +00:00
7e931d6c52 fix(tests): Update test assertions and refine service interfaces 2025-05-07 22:06:55 +00:00
630e911589 update 2025-05-07 20:20:17 +00:00
f6377d1973 2.4.0 v2.4.0 2025-05-07 17:41:04 +00:00
c852e954c9 feat(email): Enhance email integration by updating @push.rocks/smartmail to ^2.1.0 and improving the entire email stack including validation, DKIM verification, templating, MIME conversion, and attachment handling. 2025-05-07 17:41:04 +00:00
2ee66ef967 update 2025-05-07 14:33:20 +00:00
5ad43470f3 2.3.1 v2.3.1 2025-05-04 10:10:07 +00:00
efd64d6304 fix(platformservice): Update dependency versions and refactor import paths for improved compatibility; add initial DcRouter plan documentation. 2025-05-04 10:10:07 +00:00
a29cff2fc5 2.3.0 v2.3.0 2025-03-15 16:24:56 +00:00
d161fe4f19 feat(platformservice): Add AIBridge module and refactor service file paths for improved module organization 2025-03-15 16:24:56 +00:00
df9a8ad14e 2.2.1 v2.2.1 2025-03-15 16:21:37 +00:00
8ddad6e652 fix(platformservice): Refactor module structure to update import paths and file organization 2025-03-15 16:21:37 +00:00
3d36d3d1c5 2.2.0 v2.2.0 2025-03-15 16:14:49 +00:00
329320cd40 feat(plugins): Add smartproxy support by including the @push.rocks/smartproxy dependency and exporting it in the plugins module. 2025-03-15 16:14:49 +00:00
63ecf60543 2.1.0 v2.1.0 2025-03-15 16:09:18 +00:00
87917f68fb feat(MTA): Update readme with detailed Mail Transfer Agent usage and examples 2025-03-15 16:09:18 +00:00
018b499010 2.0.0 v2.0.0 2025-03-15 16:04:03 +00:00
a4d79c2d01 BREAKING CHANGE(platformservice): Remove deprecated AIBridge module and update email service to use the MTA connector; update dependency versions and adjust build scripts in package.json. 2025-03-15 16:04:03 +00:00
90d3e75963 1.1.2 v1.1.2 2025-03-15 14:13:02 +00:00
4887ec9d93 fix(mta): Expose HttpResponse.statusCode and add explicit generic type annotations in DNSManager cache retrieval 2025-03-15 14:13:02 +00:00
983e6cb623 1.1.1 v1.1.1 2025-03-15 13:57:21 +00:00
e9b2ec0f59 fix(paths): Update directory paths to use a dedicated data directory and add ensureDirectories function for proper directory creation. 2025-03-15 13:57:21 +00:00
c084de9c78 fix(meta): type improvements 2025-03-15 13:52:48 +00:00
2b207833ce 1.1.0 v1.1.0 2025-03-15 13:45:29 +00:00
4dc095e662 feat(mta): Enhance MTA service and SMTP server with robust session management, advanced email handling, and integrated API routes 2025-03-15 13:45:29 +00:00
c1311f493f 1.0.11 v1.0.11 2024-05-11 12:33:15 +02:00
97cbe6e398 fix(core): update 2024-05-11 12:33:14 +02:00