Skip to content

Commit

Permalink
chore(master): release 1.44.0 [skip-ci] (#689)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 29, 2024
1 parent d06071b commit c4d19d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.44.0](https://github.com/nodemailer/wildduck/compare/v1.43.3...v1.44.0) (2024-07-29)


### Features

* added base support for XAPPLEPUSHSERVICE (per [#711](https://github.com/nodemailer/wildduck/issues/711)) ([#712](https://github.com/nodemailer/wildduck/issues/712)) ([4e96db2](https://github.com/nodemailer/wildduck/commit/4e96db26ad09aecdd4a80ddb6a1723e06437fa8a))


### Bug Fixes

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

## [1.43.3](https://github.com/nodemailer/wildduck/compare/v1.43.2...v1.43.3) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.43.3",
"version": "1.44.0",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit c4d19d5

Please sign in to comment.