Skip to content

Latest commit

 

History

History
174 lines (93 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

174 lines (93 loc) · 12.7 KB

Changelog

1.42.1 (2024-02-07)

Bug Fixes

  • api-filters: Add Filters API endpoints to API docs generation ZMS-121 (#611) (95f829d)
  • api-generate: Move API generation code into separate package and use it ZMS-119 (#613) (c7a1ab4)
  • deps: downgraded joi to fix conflict with restifyapigenerate (6724ec9)

1.42.0 (2024-02-05)

Features

  • api-addresses: ZMS-115 (#608) (85e09ec)
  • api-health: Added /health endpoint to check Wildduck API health during runtime ZMS-120 (#607) (84ab0c0)
  • api-mailboxes: Mailboxes API endpoints added to automatic API docs generation ZMS-114 (#602) (76d0e8f)
  • api-search: Allow searching for messages by uid (#587) (a4ae3d7)
  • api-upload: Allow to upload a draft message with incorrect (non-emal) to addresses ZMS-117 (#595) (8b7f6c9)
  • upload: ZMS-111 (#584) (6bdeeaa)

Bug Fixes

  • api-docs: Fix openapi.yaml so it passes schema validation (#588) (4a4fb2f)
  • api-docs: Fixed requestBody in API docs ZMS-118 (#593) (fae91d1)
  • api-search: Fixed or query. Fixes #592 (4336554)
  • api: header.key and header.value not required ZMS-116 (#582) (29cffe0)
  • deps: bumped deps to upgrade mailauth for fixed ed25519 DKIM support (857e4c0)
  • docs: /users API docs ZMS-110 (#575) (a15878c)
  • journal-parse: Improve idle CPU performance ZMS-109 (#597) (5721047)
  • message-threading: Take non-standard but conventional subject prefixes into account (#605) (816114f)
  • pop3: if connection is closed during authentication, then do not process the response. Fixes #596 (eecb31a)

1.41.3 (2023-12-19)

Bug Fixes

  • api: Remove unnecessary required() that brakes the e-mail send (#580) (d80ba77)

1.41.2 (2023-12-15)

Bug Fixes

  • upload: allow empty name field in the Upload message FROM: header ZMS-113 (#577) (c1e28db)

1.41.1 (2023-12-14)

Bug Fixes

  • defer: Added new setting const:sender:defer_times ZMS 63 (#574) (9aab242)
  • mime-parsing: ensure that text content for multipart nodes always ends with a newline. Fixes #571 (6f4994d)

1.41.0 (2023-11-30)

Features

  • apidocs: Autogenerate OpenAPI docs ZMS-100 (#552) (ea24b93)
  • docs: ZMS-[9x] Automatic API generation (#535) (c1cc143)
  • mailbox-count-limit: Set a limit for maximum number of mailbox folders ZMS-93 (#542) (779bb11)

Bug Fixes

  • addressregister: Do not add no-reply addresses to the addressregister ZMS-99 (#551) (be24af0)
  • audit: Fixed find() query for expired audits (#547) (48b9efb)
  • docs: Added support for enums ZMS-104 (#565) (28bdc76)
  • docs: Fixed descriptions ZMS-101 (#553) (3c9e175)
  • imap-search: rename headerdate to date (closes #560) (#561) (fd98244)
  • imap: fixed string conversion to utf8 vs binary (closes #563) (#564) (ee2708e)
  • mailbox-create: Use correct database for loading User data when creating mailboxes (#550) (4434cb5)

1.40.10 (2023-10-16)

Bug Fixes

  • api-filters: Return valid action.mailbox value for a filter object (c00cc02)
  • attachments: Added contentDisposition property for attachments (292bbc2)
  • imapconnection: inherit logger and loggelf from server for IMAPConnection (#533) (667f992)

1.40.9 (2023-10-09)

Bug Fixes

  • deps: Bumped nodemailer to force embedded images to content-disposition:inline (1fee80e)

1.40.8 (2023-10-05)

Bug Fixes

  • docker: moved docker release workflow under release workflow (2641c7e)

1.40.7 (2023-10-05)

Bug Fixes

  • docker: moved docker release workflow under release workflow (64be636)

1.40.6 (2023-10-05)

Bug Fixes

  • docker: moved docker release workflow under release workflow (8db8d21)

1.40.5 (2023-10-05)

Bug Fixes

  • docker: moved docker release workflow under release workflow (efbe0dd)

1.40.4 (2023-10-05)

Bug Fixes

  • package: fixed breaking package lock file (c008191)

1.40.3 (2023-10-05)

Bug Fixes

  • docker: trying to get release building working (761f5fa)

1.40.2 (2023-10-05)

Bug Fixes

  • fixed typo validateSequnce > validateSequence (closes #518) (#520) (8766ab9)
  • pop3: run socket.destroy() if pop3 socket is not closed in 1.5s (2de6c0b)

1.40.1 (2023-10-04)

Bug Fixes

  • debug: replaced SIGPIPE with SIGHUP to generate snapshots (7a30ed7)
  • sending: Do not count sending limits twice (#505) (b9349f6)

1.40.0 (2023-09-28)

Features

  • storage: Added cid property to storage files (#502) (80797ee)

Bug Fixes

  • index: removed unneeded related_attachments index (81ec8ca)
  • test: Added POST storage test (#492) (1c17f5f)

1.39.15 (2023-09-05)

Bug Fixes

  • ci: Added NPM release workflow (f4cdbb2)
  • ci: Added NPM release workflow (326ed59)
  • release: Added package-lock required for pubslishing (6b42cc5)
  • release: updated repo url for automatic publishing (48ce200)