From 1d4a06b38eb3816898a2277d546f187a00af17c5 Mon Sep 17 00:00:00 2001 From: Abhi Vaidyanatha Date: Thu, 8 Jul 2021 23:54:28 -0700 Subject: [PATCH] 0.27.1 Platform Patch Notes --- docs/project-overview/changelog/platform.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/project-overview/changelog/platform.md b/docs/project-overview/changelog/platform.md index b4801fde1c6d..76984bce07c6 100644 --- a/docs/project-overview/changelog/platform.md +++ b/docs/project-overview/changelog/platform.md @@ -6,6 +6,11 @@ description: Be sure to not miss out on new features and improvements! This is the changelog for Airbyte Platform. For our connector changelog, please visit our [Connector Changelog](connectors.md) page. +## [07-8-2021 - 0.27.1](https://github.com/airbytehq/airbyte/releases/tag/v0.27.1-alpha) +* New API endpoint: List workspaces +* K8s: Server doesn't start up before Temporal is ready to operate now. +* Silent source failures caused by last patch fixed to throw exceptions. + ## [07-1-2021 - 0.27.0](https://github.com/airbytehq/airbyte/releases/tag/v0.27.0-alpha) * Airbyte now automatically upgrades on server startup! * Airbyte will check whether your `.env` Airbyte version is compatible with the Airbyte version in the database and upgrade accordingly.