From 046f9ffdd2ecac7be8b22333784442c38464d334 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Sep 2025 01:58:56 +0000 Subject: [PATCH] chore(release): bump version to 1.5.0 and upload released assets [ci skip] --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a6d3a..2d30248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [1.5.0](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/compare/v1.4.0...v1.5.0) (2025-09-05) + + +### Bug Fixes + +* **email sending:** guidance for use of exchange ([5b727cb](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/5b727cb51c86d7a954c8388c0957f35e4595e33f)) +* **email_sending:** resolve the NameError ([b9bd4f3](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/b9bd4f373e19c596efbb47530fd7b60ceba25f4c)) +* **email_sending:** use the template created and stored in mongodb ([b8aa0cf](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/b8aa0cf2b9369302b5092a8ed1c6b670e86bf685)) +* **email:** make these changes to Fixed the duplicate email sending bug ([6d7c6af](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/6d7c6af8a1f5c875c8bcc73d106fe77ac54287e0)) +* **notification:** some small changes ([b6f8b70](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/b6f8b70f694f011483ffc8a900761d2bf867ed3d)) +* re-submit due to missing some contents ([2d3adb0](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/2d3adb093607a1813fa05ae9792561d1364b6ec4)) +* **services:** correct spelling errors ([9cb29cd](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/9cb29cd4009887aaee3a096ba48cb781e86666bf)) + + +### Features + +* add new apis for Magicleaps product use ([c200e70](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/c200e709704a6f8c3bada0776995268a975ebd2b)) +* **alpha:** make the alpha environment available ([59e8c06](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/59e8c06078ce40c809ede1b50383a46f67cbd61c)) +* **api:** add CRUD interfaces for message templates and email senders ([4f45878](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/4f4587893af49233a7b4728cf4762b43c152bcb2)) +* **api:** re-code the api interfaces for template message and email senders ([58d085a](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/58d085a4c6cd33e64bbae39049acc1a238e36afa)) +* **config:** add MongoDB connection configration ([9449f0e](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/9449f0e99bee3f86f9c616799e357243c175a4a2)) +* **devops:** If ttl_hours < 0, the deployment will take effect permanently ([52f8715](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/52f87152410eb5b223e092d5da4d1d365b73c1af)) +* **email_comsumer:** introduce multi-tenant delivery system ([4187c95](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/4187c95743bee97c2680a2f27af875b6641d6225)) +* **email_sending:** introduce multi-tenant delivery system ([d164b6f](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/d164b6f5673106459aec8456acb5771922d99605)) +* **email:** implement multi-tenant delivery function ([b5c9ab6](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/b5c9ab6126cb88e9be63752eb23a21bdc010a01b)) +* **email:** remove rate limit functionality ([8a53431](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/8a5343156c733ca2b2b5bd729436c484585b54c7)) +* **models:** add indexs and models ([c1148a4](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/c1148a44d59318217daf058995c897957dcc94a9)) +* **multi-tenant:** define the send status and bounce type ([cc90c86](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/cc90c862d779ccf54636f4b1e8036efeb8ae2e73)) +* **routes:** add API setup support for route files ([830311f](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/830311fe7e485a13da477814a08a62b24a15bc57)) +* **service:** Add email status update handling for bounce cases ([0a01b1c](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/0a01b1c6c6293b9da456ba84f33bc62e4fa3021a)) +* **template:** define MongoDB schema for message templates and email senders ([f7ad36b](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/f7ad36bef8c17e0a47db29be5e58bdc4aeb072bb)) +* **templates:** add duplicate creation prevention ([58c77ce](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/58c77ce0022dfd33979b16a716fdd01233d8eb73)) +* **templates:** enforce uniqueness and improve safety ([2213fa5](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/2213fa59b5f5f19972624bcc094f0c1e391f692d)) +* **tenant:** enable customization of message templates and email senders ([fec7ac6](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/fec7ac607178cf6cf79334d7517b558653df4733)) +* **websockt:** add websocket ([d20b5ab](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/commit/d20b5abff530f99fdfd18e29f69d1cdb659b37e9)) + # [1.4.0](https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub/compare/v1.3.1...v1.4.0) (2025-08-12) diff --git a/VERSION b/VERSION index 88c5fb8..bc80560 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0