Skip to content

Releases: nodemailer/wildduck

v1.44.0

29 Jul 08:47
c4d19d5
Compare
Choose a tag to compare

1.44.0 (2024-07-29)

Features

Bug Fixes

  • api-addresses: Main isn't required when updating an address (#695) (c9188b3)
  • api-all: Fixes to some API endpoint request and/or response types and schemas ZMS-157 (#691) (836ca26)
  • api-all: Replaced old documentation with new, autogenerated, one ZMS-154 (#693) (753997f)
  • api-endpoints: public_get and acme endpoints excluded from api docs generation ZMS-156 (#688) (cc832b2)
  • api-req_end: req_end issue fix ZMS-147 (#681) (ca57ea4)
  • api-submit: Fix submit.js mailboxId and reference request fields ZMS-158 (#690) (37b6793)
  • api-users-updates: added users/updates api endpoint to api docs generation ZMS-155 (#687) (490b4e5)
  • api-webhooks: added all webhook api endpoints to api docs generation ZMS-153 (#686) (e9abf85)
  • deps: Bumped deps to clear out some security warnings (aacf132)
  • fixed callback invocations to check if session already closed (#705) (d06071b)
  • fixed edge cases when session could be null (#699) (a68725d)

v1.43.3

02 May 11:10
c7c2867
Compare
Choose a tag to compare

1.43.3 (2024-05-02)

Bug Fixes

  • api-storage: Added all storage endpoints to API docs generation ZMS-149 (#675) (8e9af88)
  • autsni: Fixed garbage collection for unfinished certificates (5bf6c86)

v1.43.2

29 Apr 10:47
7ee5d06
Compare
Choose a tag to compare

1.43.2 (2024-04-29)

Bug Fixes

  • SNI: do not use the default db for SNI (a6c53eb)

v1.43.1

29 Apr 10:20
28bb4f4
Compare
Choose a tag to compare

1.43.1 (2024-04-29)

Bug Fixes

  • api-submit: Added submission api endpoint to api docs generation (#676) (82133df)
  • SNI: disable SNI certificate autogeneration by default (ecbdc9b)

v1.43.0

29 Apr 07:41
10be9e6
Compare
Choose a tag to compare

1.43.0 (2024-04-29)

Features

  • autoacme: Allow setting up automatic ACME certificate generation (cd8596a)
  • SNI: Autogenerate TLS certificates for SNI (40db519)

Bug Fixes

  • SNI: delete expired autogenerated SNI certificate (61c03e1)

v1.42.6

22 Apr 06:44
af80959
Compare
Choose a tag to compare

1.42.6 (2024-04-22)

Bug Fixes

  • api-ApplicationPassword: Added all ApplicationPasswords API endpoints to API docs generation ZMS-136 (#645) (9f9c55a)
  • api-audit: Added all Audit API endpoints to API docs generation ZMS-135 (#642) (b9e3f94)
  • api-certs: Certs API endpoints added to API docs generation ZMS-141 (#663) (f55ddea)
  • api-dkim: Fix empty p value in dnsText.value if no private key initially given ZMS-142 (#664) (d983477)
  • api-domainaccess: Added all DomainAccess endpoints to api docs generation ZMS-144 (#670) (c846b66)
  • api-generate: API docs generation now is run through a separate npm command ZMS-139 (#659) (6548f3c)
  • api-messages-attachment-download: is sendAsString param is set, and is set to true then decode the original file and send back as UTF-8 ZMS-134 (#655) (1f27778)
  • api-messages-intro: Take intro from HTML if possible ZMS-112 (#672) (9d9fbd2)
  • api-messages: Added all messages endpoints to api docs generation ZMS-140 (#666) (6e251c5)
  • api-messages: messages fix response types (#673) (16c6fb8)
  • api-settings: Added all Settings API endpoints to API docs generation ZMS-145 (#671) (02a43c6)
  • deps: Bumped deps (2d0e920)

v1.42.5

14 Mar 11:27
a5c7d70
Compare
Choose a tag to compare

1.42.5 (2024-03-14)

Bug Fixes

  • roles: Added new role 'downloader' that can download any email (4dbc5c5)

v1.42.4

14 Mar 09:52
41f10e4
Compare
Choose a tag to compare

1.42.4 (2024-03-14)

Bug Fixes

  • deploy: Fixed package-lock for release (d57a397)

v1.42.3

14 Mar 09:46
2b193a2
Compare
Choose a tag to compare

1.42.3 (2024-03-14)

Bug Fixes

  • api-autoreplies: Added logging to graylog. Autoreply docs have a created field now ZMS-127 (#633) (f6f5f5e)
  • api-domainaliases: Added DomainAliases API endpoints to API docs generation ZMS-132 (#641) (5af8126)
  • api-generation: api generation package now uses WIldduck Joi and does not depend on fixed joi version ZMS-126 (#639) (9f704f7)
  • api-quota: Quota reset now also logs storage diff. Log now includes zero valued fields ZMS-128 (#640) (64c6b5e)
  • move: Extend move operaiton lock automatically (b1ba513)
  • move: Increase lock time for moving messages (b7f0aa6)
  • password-hash: Rehash pbkdf2 if required iterations count increases (3b7f28c)
  • password-hash: Update PBKDF2 iteration count to more closely align with OWASP recommendations (#648) (46654da)

v1.42.2

26 Feb 08:32
f19540f
Compare
Choose a tag to compare

1.42.2 (2024-02-26)

Bug Fixes

  • api-2fa: Added 2FA API endpoints to API docs generation ZMS-124 (#626) (0efae19)
  • api-addresses: Fix tags typo in addresses.js (#627) (7e9e62e)
  • api-autoreply: Autoreply API endpoints added to API docs generation ZMS-130 (#632) (aa60ef9)
  • api-dkim: Add all DKIM API endpoints to API docs generation ZMS-129 (#630) (78a9e1b)
  • api-dkim: DKIM now supports ED25519 keys, both in PEM and raw format as input ZMS-125 (#617) (3d7d0a6)
  • api-filters: Filter creation is now logged to graylog and authlog ZMS-34 (#616) (6f0e4b5)
  • git: Changed git: url in install script to https: (#610) (5019cf1)
  • imap-starttls: define SNICallback only when insecure (closes #635) (#637) (4b19dee)
  • pop3-starttls: ensure default SNICallback option (f61111e)