Skip to content

update CHANGELOG.md #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
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
5 changes: 1 addition & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: NodeJS CI with NPM

on:
push:
paths-ignore:
- '**.md'
on: [push]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lihsai0 这里应该是 on: [push, pull_request]


jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- 对象存储,查询区域域名支持配置 UC 地址
- 对象存储,查询区域域名接口升级
- 对象存储,更新设置镜像源的域名
- 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
- 对象存储,新增备用 UC 域名用于查询区域域名

## 7.8.0
- 移除不推荐域名,并增加 亚太-首尔 和 华东-浙江2 固定区域
Expand Down