From 4eab2a01f7389a800dcd2009a2046253444964a3 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 27 Oct 2023 10:30:48 -0700 Subject: [PATCH] Add 1.4.8 to CHANGES.md --- CHANGES.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ac405184df..32ecd4f277 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +# Version 1.4.8 + +## Notable changes + +* Fix certificate emails and add support for variables in email template subject in [#6495](https://github.com/appwrite/appwrite/)pull/6495 +* Bump console to version 3.2.5 in [#7027](https://github.com/appwrite/appwrite/pull/7027) +* Bump utopia database and storage versions in [#7002](https://github.com/appwrite/appwrite/pull/7002) + +## Bug fixes + +* Fixes cookie headers not being passed properly by router in [#7024](https://github.com/appwrite/appwrite/pull/7024) +* Fix permission problem in deletes worker in [#7013](https://github.com/appwrite/appwrite/pull/7013) + +## Miscellaneous + +* Improve error handling in the realtime service in [#6998](https://github.com/appwrite/appwrite/pull/6998) +* Update the error code for unsupported protocol in [#7006](https://github.com/appwrite/appwrite/pull/7006) +* Improve CI tests by executing them in parallel in [#6198](https://github.com/appwrite/appwrite/pull/6198) +* Update README.md to add links to orchestration tools in [#7011](https://github.com/appwrite/appwrite/pull/7011) +* Update gitpod setup to install instead of update dependencies in [#6938](https://github.com/appwrite/appwrite/pull/6938) +* Remove analytics from install script in [#7017](https://github.com/appwrite/appwrite/pull/7017) +* Improve database logging in [#7003](https://github.com/appwrite/appwrite/pull/7003) +* Add VCS tests in [#6894](https://github.com/appwrite/appwrite/pull/6894) +* Improve error messages in [#6487](https://github.com/appwrite/appwrite/pull/6487) +* Add command to delete orphaned projects in [#7015](https://github.com/appwrite/appwrite/pull/7015) + # Version 1.4.7 ## Fixes