Este documento compartilha o Release Notes relacionado à plataforma Carol - 3.23.1 (deployment em 2020-09-18).


Carol Platform

Carol App

Carol App not accepting new manifest files (https://trello.com/c/g912Xgbi)

Carol has fixed a case where sometimes it failed to upload a new manifest file for a Carol App.

Data Processing

Data Subscription for Data Models (https://trello.com/c/5YVXEj4Q)

The data subscription feature allows us to subscribe to a data model and receive updates related to the data model from a webhook (Google Pub/Sub). More information about this feature is accessible from this URL: https://www.notion.so/totvslab/New-Carol-Subscription-Flow-6c2a9b4b6c3e4dbf9b9c250a02e1f58e

API to reprocess Rejected records in CDS (https://trello.com/c/nmVSt1Zx)

Carol has an API that allows us to reprocess rejected data directly from the CDS storage type. The API is /staging/processData.

Rejected data in CDS has the rejection reason (https://trello.com/c/etU1c6Nd)

Rejected data stored in CDS has the Rejected Reason. This is part of the project to reprocess rejected data directly from the CDS storage type - important when the data model does not have the Realtime storage type.

Environment

Organization Admin and environment status when it is being deleted (https://trello.com/c/0cblAJg4)

Carol shows the environment status correctly, even when the Organization Admin is deleting an environment. Before, it was showing the environment status as active during the deletion process.

Ps.: Deployment related to sprint 3.25.1 (deployed on 2020-09-18). Main features: - Data Subscription. - Manage Rejected data on CDS.


<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}

.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { 
	background: #FF9900; !important 
}

.menu-item.active-tab { 
	border-bottom: none !important; 
}

</style>