Skip to content

Commit

Permalink
v1.4.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory authored and xy-peng committed Jan 5, 2023
1 parent be0470b commit fbe8d7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 变更历史

## [1.4.7](../../compare/v1.4.6...v1.4.7) - 2022-12-05
## [1.4.8](../../compare/v1.4.7...v1.4.8) - 2023-01-01

- 新增海外账单下载`/v3/global/statements`应答特殊处理逻辑;

## [1.4.7](../../compare/v1.4.6...v1.4.7) - 2022-12-06

- 对PHP8.2的官方支持,如下PHP8.2的特性需要被提及:
- ext-openssl 有若干调整,已知在 `OpenSSL3.0` 上,常量 `RSA_SSLV23_PADDING` 被删除(详细可阅读 openssl/openssl#14216, openssl/openssl#14283),PHP做了兼容处理,如果扩展依赖的是`OpenSSL3.0`,则对应的`OPENSSL_SSLV23_PADDING`常量将不存在,进而影响到了「非对称加解密混合填充模式的测试用例」的覆盖(详情可阅读 shivammathur/setup-php#658)。本类库并不支持此填充模式,删除对`OPENSSL_SSLV23_PADDING`的测试断言,向前兼容;
Expand Down

0 comments on commit fbe8d7c

Please sign in to comment.