Skip to content

Commit c38af2d

Browse files
committed
chore: update change log and revisions for 1.1.7
1 parent 106bf82 commit c38af2d

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.7] - 2024-09-20
9+
10+
### Updated
11+
12+
* use EC2 launch template instead of deprecated launch configuration. See Upgrade documentation for the post-upgrade action details.
13+
14+
### Fixed
15+
16+
* scan workflow fails due to processing events with large sizes of custom properties
17+
* retry failure pipeline not working
18+
819
## [1.1.6] - 2024-05-24
920

1021
### Updated

docs/en/revisions.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
| July 2023 | Initial release |
44
| Sep 2023 | Add Web SDK |
55
| Dec 2023 | <li>Add Analytics Studio</li><li>Add Flutter SDK</li><li>Add identity management</li><li>Add upgrade the solution</li><li>update Cost, Getting started, Pipeline management</li> |
6-
| May 2024 | <li>Optimize data schema to improve performance of Explorations, Analyzes, and ad-hoc query</li><li>Support automatic traffic source detection, classification, and dashboard</li><li>Revamp out-of-the-box dashboard</li><li>Support timezone in out-of-the-box dashboard</li><li>Add more metric types in Event analysis</li><li>Support "show all nodes" in Path analysis</li><li>Add new analysis model - attribution analysis in Exploration</li><li>Support using internal load balancer as the ingestion endpoint</li><li>Improve stability of loading data into Redshift</li><li>Add React Native SDK</li>|
6+
| May 2024 | <li>Optimize data schema to improve performance of Explorations, Analyzes, and ad-hoc query</li><li>Support automatic traffic source detection, classification, and dashboard</li><li>Revamp out-of-the-box dashboard</li><li>Support timezone in out-of-the-box dashboard</li><li>Add more metric types in Event analysis</li><li>Support "show all nodes" in Path analysis</li><li>Add new analysis model - attribution analysis in Exploration</li><li>Support using internal load balancer as the ingestion endpoint</li><li>Improve stability of loading data into Redshift</li><li>Add React Native SDK</li>|
7+
| Sep 2024 | <li>Used Amazon EC2 launch template instead of deprecated launch configuration. See [Post-Upgrade Actions][post-upgrade] for details.</li><li>Fixed scan workflow fails due to processing events with large sizes of custom properties.</li><li>Fixed retry failure pipeline.</li> |
8+
9+
[post-upgrade]: ./upgrade.md#post-upgrade-actions

docs/zh/revisions.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
| 2023年09月 | 新增 Web SDK |
55
| 2023年12月 | <li>新增分析工作坊</li><li>新增 Flutter SDK</li><li>新增身份管理</li><li>新增升级解决方案</li><li>更新成本、入门指南、管道管理</li> |
66
| 2024年5月 | <li>优化数据模式,以提高在探索、分析和临时查询中的查询性能</li><li>支持自动流量源检测、分类和仪表板</li><li>优化预置仪表板</li><li>在预置仪表板中支持时区</li><li>在事件分析中支持更多指标类型</li><li>在路径分析中支持"显示所有节点"</li><li>在探索中添加新的分析模型 - 归因分析</li><li>支持使用内部负载均衡器作为数据接收端点</li><li>提高将数据加载到Redshift的稳定性</li><li>添加React Native SDK</li>|
7+
| 2024年9月 | <li>使用亚马逊EC2启动模板替代已弃用的启动配置。有关详细信息,请参见[升级后操作][post-upgrade]。</li><li>修复了由于处理具有大量自定义属性的事件而导致扫描工作流程失败的问题。</li><li>修复了重试失败管道。</li> |
8+
9+
[post-upgrade]: ./upgrade.md#_4

0 commit comments

Comments
 (0)