Skip to content

Latest commit

 

History

History
172 lines (81 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

172 lines (81 loc) · 6.94 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.12.13 (2024-06-14)

Bug Fixes

  • 修复CommonJS的构建产出 (58a8fdd)

0.12.12 (2024-02-06)

Bug Fixes

  • 修复对BOS对象处理时的URL错误 (3c17ef2)

0.12.11 (2024-02-06)

Bug Fixes

  • 更新BOS的请求地址解决认证失败问题 (f784efc)

0.12.10 (2023-05-06)

Bug Fixes

  • 兼容NodeJS 20要求duplex参数 (#4) (7d2a320)

0.12.8 (2023-03-03)

Features

  • sts: 导出更多STS的类型 (26f42f6)
  • 兼容NodeJS 16版本 (2ca3e66)

0.12.7 (2023-01-10)

Bug Fixes

  • bos: 修复签名算法与BOS的key处理冲突 (fdaee25)

0.12.6 (2023-01-10)

Bug Fixes

  • auth: 修复URL中有中文的签名算法 (75b023a)

0.12.5 (2023-01-09)

Bug Fixes

  • bos: 修复key中包含特殊字符时的逻辑 (fd69fb2)

0.12.4 (2022-12-22)

Features

  • bls: 支持V2版本queryLogRecord接口 (3a9119f)

0.12.3 (2022-12-08)

Bug Fixes

  • http: 错误地使用了sessionToken (1195947)

0.12.2 (2022-09-20)

Features

  • bos: 支持getObjectMeta (#2) (36408a0)
  • bos: 支持在bucket层级操作object (00f64b4)

0.12.1 (2022-09-14)

Bug Fixes

  • bos: 导出bucket和object的client类型 (32fb023)

0.12.0 (2022-09-07)

⚠ BREAKING CHANGES

  • 更新license字段为Apache-2.0

  • 更新license字段为Apache-2.0 (ea49c35)

0.11.1 (2022-09-07)

0.11.0 (2022-09-07)

⚠ BREAKING CHANGES

  • bos: 放弃对浏览器的兼容

Features

  • bos: 支持绑定bucket和object调用API (7d1d4e0)
  • 支持浏览器环境使用 (bf0940a)

0.10.1 (2022-09-06)

0.10.0 (2022-09-06)

⚠ BREAKING CHANGES

  • 使用Node原生的fetch函数

Features

0.9.2 (2022-09-05)

Features

0.9.1 (2022-09-05)

Bug Fixes

  • 发布前运行CI检查 (820bc68)

0.9.0 (2022-09-03)

⚠ BREAKING CHANGES

  • 请求失败时抛出异常
  • 发布为CommonJS格式

Features

Bug Fixes

  • 发布为CommonJS格式 (11d7bd0)

0.8.0 (2022-09-03)

Features

  • bls: 实现BLS的日志查询功能 (#1) (1770d9c)
  • bos: 实现BOS对象列表功能 (#2) (2550e46)
  • bos: 实现BOS获取单个对象 (#2) (594ae59)
  • 添加请求与签名的基类 (888b7de)