[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History
176 lines (155 loc) · 20.1 KB

CHANGELOG.md

File metadata and controls

176 lines (155 loc) · 20.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.3 (2024-05-29)

Bug Fixes

  • fix email subject in email processor test (a7dd63b)

1.0.2 (2024-05-23)

1.0.1 (2024-05-03)

1.0.0 (2024-04-30)

Features

  • add api key guard (fff2b83)
  • add create email service (0f77c9b)
  • add email queue test and email queue function moved to queue service (8997af4)
  • add handle post hook for queue (4e82740)
  • add ignoreSuccess functionality for hooks (5d3baf8)
  • add manifest module and test (d656360)
  • add manifest schema post hook email regex validation (f196823)
  • add post hook and send email queue test (046aed3)
  • add pre hook and test (be18e61)
  • add pre hook hash (740ec40)
  • add readme file (5e3380d)
  • add test for manifest controller prehookSignatures (71b85a5)
  • add tranform for webhook params value (8a8cbd8)
  • add transform webhook params value function to manifest controller (03ced4e)
  • add validate endpoint and test (9d5bbc9)
  • add validation module (e29e172)
  • add validation module test (03616d6)
  • add validation service test (1a86114)
  • add webhook success path (f4c7176)
  • create bull queue (9fa7ecc)
  • create custom validation (1a12faa)
  • create encrypt decrypt helper (e1d9d50)
  • create hash endpoint (f6eabf4)
  • create manifest schema (6654418)
  • create manifest service encrypt fields (7148ec0)
  • create manifest service validate manifest (f52fcef)
  • create manifest service with get manifest (ca7edf5)
  • create post hook and email queue (5c861b0)
  • create swagger (d288590)
  • create tilda manifest model (d9039a1)
  • create validation service (b919973)
  • datacord hook (b35fdd8)
  • queue hook structure was converted to factory. (93584c7)

Bug Fixes

  • Add error handling for email sending in SmtpEmailService (c7770f6)
  • add missing test for hook and manifest service (b611d84)
  • add oneMoreValidatorsManifest for validation test (36798b9)
  • Add required 'data' field to TildaManifestSchema (3db2e1b)
  • fix algorithm CBC to GCM for crypto-helpers (4be4441)
  • fix code smell for custom validation (fb24b27)
  • fix crypto helpers algorithm (aef5500)
  • fix crypto helpers error message (20e2703)
  • fix dockerfile for sonar security issue (c7480af)
  • fix dockerfile for sonarcloud security issue (8745eef)
  • fix e2e test for env email_service (7959d09)
  • fix for bull redis connection (bfa2676)
  • fix for code smells (a4d7139)
  • fix for code smells (88d5d51)
  • fix for email hook email content and transform pattern (1912abf)
  • fix for email module test (117df77)
  • fix for email service test (c977bc5)
  • fix for manifest controller test (c425748)
  • fix for pre-hook result processing logic (046be1e)
  • fix for preHookResultsWithSuccess control and add test (9c79ce9)
  • fix for sonar issue (daade16)
  • fix for validation alpha pattern (ca07908)
  • fix for validation alpha regex patern test (7379254)
  • fix for validation patterns to include Turkish characters (1b48613)
  • fix for validation service constructor (2ad734d)
  • fix for validation test (8ff20de)
  • fix http service mock for manifest service (9c61b5b)
  • fix manifest service code smell (19d330c)
  • fix manifest service error message (b2d5eb0)
  • fix manifest service error message (facd5d3)
  • fix manifest service error message (a472b5a)
  • fix one more validator properties value and add mapValidationErrors for validation service (9e44bfa)
  • fix sendEmailAsync for email service (ad47db9)
  • fix sonar issues (b2386cb)
  • fix validation module test (fe7e92b)
  • remove manifest controller validate unnecessary type (d744ad0)
  • remove todo comment (f18341f)
  • revised singular preference check for manifest retrieval. (e5c8f5c)

1.0.0 (2024-04-30)

Features

  • add api key guard (fff2b83)
  • add create email service (0f77c9b)
  • add email queue test and email queue function moved to queue service (8997af4)
  • add handle post hook for queue (4e82740)
  • add ignoreSuccess functionality for hooks (5d3baf8)
  • add manifest module and test (d656360)
  • add manifest schema post hook email regex validation (f196823)
  • add post hook and send email queue test (046aed3)
  • add pre hook and test (be18e61)
  • add pre hook hash (740ec40)
  • add readme file (5e3380d)
  • add test for manifest controller prehookSignatures (71b85a5)
  • add tranform for webhook params value (8a8cbd8)
  • add transform webhook params value function to manifest controller (03ced4e)
  • add validate endpoint and test (9d5bbc9)
  • add validation module (e29e172)
  • add validation module test (03616d6)
  • add validation service test (1a86114)
  • add webhook success path (f4c7176)
  • create bull queue (9fa7ecc)
  • create custom validation (1a12faa)
  • create encrypt decrypt helper (e1d9d50)
  • create hash endpoint (f6eabf4)
  • create manifest schema (6654418)
  • create manifest service encrypt fields (7148ec0)
  • create manifest service validate manifest (f52fcef)
  • create manifest service with get manifest (ca7edf5)
  • create post hook and email queue (5c861b0)
  • create swagger (d288590)
  • create tilda manifest model (d9039a1)
  • create validation service (b919973)
  • datacord hook (b35fdd8)
  • queue hook structure was converted to factory. (93584c7)

Bug Fixes

  • Add error handling for email sending in SmtpEmailService (c7770f6)
  • add missing test for hook and manifest service (b611d84)
  • add oneMoreValidatorsManifest for validation test (36798b9)
  • Add required 'data' field to TildaManifestSchema (3db2e1b)
  • fix algorithm CBC to GCM for crypto-helpers (4be4441)
  • fix code smell for custom validation (fb24b27)
  • fix crypto helpers algorithm (aef5500)
  • fix crypto helpers error message (20e2703)
  • fix dockerfile for sonar security issue (c7480af)
  • fix dockerfile for sonarcloud security issue (8745eef)
  • fix e2e test for env email_service (7959d09)
  • fix for bull redis connection (bfa2676)
  • fix for code smells (a4d7139)
  • fix for code smells (88d5d51)
  • fix for email hook email content and transform pattern (1912abf)
  • fix for email module test (117df77)
  • fix for email service test (c977bc5)
  • fix for manifest controller test (c425748)
  • fix for pre-hook result processing logic (046be1e)
  • fix for preHookResultsWithSuccess control and add test (9c79ce9)
  • fix for sonar issue (daade16)
  • fix for validation alpha pattern (ca07908)
  • fix for validation alpha regex patern test (7379254)
  • fix for validation patterns to include Turkish characters (1b48613)
  • fix for validation service constructor (2ad734d)
  • fix for validation test (8ff20de)
  • fix http service mock for manifest service (9c61b5b)
  • fix manifest service code smell (19d330c)
  • fix manifest service error message (b2d5eb0)
  • fix manifest service error message (facd5d3)
  • fix manifest service error message (a472b5a)
  • fix one more validator properties value and add mapValidationErrors for validation service (9e44bfa)
  • fix sendEmailAsync for email service (ad47db9)
  • fix sonar issues (b2386cb)
  • fix validation module test (fe7e92b)
  • remove manifest controller validate unnecessary type (d744ad0)
  • remove todo comment (f18341f)
  • revised singular preference check for manifest retrieval. (e5c8f5c)