datai/datai-scenes/datai-scene-salesforce/CHANGELOG.md

53 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 变更摘要
## [Unreleased]
### Added
- 基于单一真源的 Workflow 文档结构
- 协作基线文件README.md、CONTRIBUTING.md、CHANGELOG.md
- 文档中心docs/ 目录结构
- 各种文档模板文件
## [0.1.0] - 2026-01-08
### Added
- 项目初始化
- 认证模块datai-salesforce-auth
- 通用模块datai-salesforce-common
- 集成模块datai-salesforce-integration
- 支持多种 Salesforce APIBulk API v1/v2、Partner API、REST API
### Changed
-
### Fixed
-
## 变更记录规范
本文件遵循 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 规范,记录项目的重要变更。
### 变更类型
- **Added**: 新增功能
- **Changed**: 功能变更
- **Fixed**: 问题修复
- **Deprecated**: 废弃功能
- **Removed**: 移除功能
- **Security**: 安全相关
### 版本号格式
采用语义化版本号格式MAJOR.MINOR.PATCH
- **MAJOR**: 不兼容的 API 变更
- **MINOR**: 向下兼容的功能新增
- **PATCH**: 向下兼容的问题修复
### 变更记录要求
- 每个版本的变更必须包含日期
- 变更描述必须清晰、简洁
- 重大变更必须详细说明影响
- 变更必须与代码提交对应