Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/release-notes/release-notes-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ import Content from '../reuse-content/_cloud-features.md';

To enhance the user experience, TapData Cloud continuously enriches and optimizes product features and rectifies known defects by releasing new versions. This article provides an update log for TapData Cloud, helping you grasp the new feature specifications more effectively.

### 2025-01-24

#### Bug Fixes

- Fixed an issue where heartbeat task startup failures prevented data synchronization tasks from starting properly.
- Fixed a problem where notification settings were not applied after saving.

### 2025-01-15

#### New Features
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/release-notes-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ import Content from '../reuse-content/_community-features.md';

This document introduces the recent release notes for TapData Community. For more information on earlier versions, please refer to the [GitHub Release Page](https://github.com/tapdata/tapdata/releases).

## 3.22.0

### Enhancements

- Improved the method for retrieving software version information to prevent version discrepancies caused by page caching.

### Bug Fixes

- Fixed an issue where heartbeat task startup failures prevented data synchronization tasks from starting properly.

## 3.21.0

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions docs/release-notes/release-notes-on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ import Content from '../reuse-content/_enterprise-features.md';

This article provides release notes for TapData Enterprise, including new features, improvements, and bug fixes.

## 3.22.0

### Enhancements

- Improved the method for retrieving software version information to prevent version discrepancies caused by page caching.

### Bug Fixes

- Fixed an issue where heartbeat task startup failures prevented data synchronization tasks from starting properly.
- Resolved an issue where enabling SSL for MongoDB, a core system dependency, led to API service failures.

## 3.21.0

### New Features
Expand Down
Loading