Skip to content

Releases: halo-dev/plugin-s3

1.9.1

06 May 11:19
6b62ce7
Compare
Choose a tag to compare

What's Changed

  • 优化插件详情页中使用提示的展现方式。 by @ichenhe in #140
  • 完善插件详情页中相关信息。 by @ruibaby in #138
  • 隐藏配置校验接口的权限。 by @longjuan in #147

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0

22 Apr 06:25
5e7e662
Compare
Choose a tag to compare

What's Changed

新特性

  • 在 S3 存储策略配置中增加了验证配置的功能。 by @longjuan in #134

功能优化

  • 将策略模板的显示名称改为中文。 by @ruibaby in #128
  • 使用索引优化“关联S3文件”接口以提高性能。 by @longjuan in #127
  • 简化 GitHub workflow。 by @JohnNiang in #130

问题修复

  • 修复上传目录中 ${origin-filename} 占位符被错误替换为空字符串的问题。 by @longjuan in #129

Full Changelog: 1.8.1...1.9.0

1.8.1

18 Mar 01:48
2503c6e
Compare
Choose a tag to compare

What's Changed

  • 修复自定义重命名模板中 millisecond 没有被格式化3位数的问题 by @longjuan in #126

Full Changelog: 1.8.0...1.8.1

1.8.0

05 Mar 14:25
73bd9e9
Compare
Choose a tag to compare

What's Changed

  • 优化异常提示信息。 by @longjuan in #113
  • 将 S3 关联页面放置在左侧菜单。 by @ruibaby in #116
  • 简化打包器配置。 by @ruibaby in #117
  • 修复 S3 关联功能中每页显示数量下拉框样式缺失的问题。 by @longjuan in #119
  • 上传自动重命名支持自定义模板,支持更多占位符。 by @longjuan in #115

Full Changelog: 1.7.0...1.8.0

1.7.0

04 Dec 04:29
82f409e
Compare
Choose a tag to compare

What's Changed

  • chore: update .gitignore and remove untracked directories by @longjuan in #95
  • feat: only delete halo attachment records without deleting files in object storage by @longjuan in #97
  • fix: list s3 file error in Halo 2.11 by @longjuan in #103
  • fix: log cannot be output and log information error by @longjuan in #101
  • chore: improve the usage and configuration guidelines in Readme by @longjuan in #104

Full Changelog: 1.6.1...1.7.0

1.6.1

27 Oct 07:19
07127d7
Compare
Choose a tag to compare

What's Changed

  • Fix findUrlSuffix NPE when upgrading from old version by @longjuan in #94

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Oct 07:14
c0fb2b1
Compare
Choose a tag to compare

What's Changed

  • feat: improve the styles of the data list filter area on the mobile devices by @longjuan in #87
  • feat: add URL suffix to files of specified type by @longjuan in #79
  • perf: improve s3link role permissions by @longjuan in #89
  • fix: s3 link error when filename renaming enable by @longjuan in #91

Full Changelog: 1.5.0...1.6.0

1.5.0

10 Oct 06:43
84345ef
Compare
Choose a tag to compare

⚠️请 Halo 2.10 用户将本插件升级到最新版本并重启 Halo 容器,旧版本会有上传失败的问题。

新功能 关联 S3 文件 在【插件】->【对象存储(Amazon S3 协议)】->【关联s3文件】

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

02 Aug 14:42
c109bbd
Compare
Choose a tag to compare

What's Changed

  • 保证分片上传时片段大小一致,解决部分服务商因分片大小不一致而上传失败的问题 by @JohnNiang in #50
  • 解决导入 Halo 1.x 附件后出现“Cannot obtain object key from attachment attachment-xyz”的问题 by @JohnNiang in #57
  • 完善 README 中七牛云空间名相关内容 by @zhangfeibiao in #46

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

09 Jun 10:34
022ecea
Compare
Choose a tag to compare

⚠️由于新增了Endpoint 访问风格配置项,从旧版本升级到此版本的用户请编辑旧的 S3 存储策略,参考README,选择与您所使用的服务商兼容的Endpoint 访问风格,并提交保存一次。

What's Changed

  • 当相同文件名存在时,自动重命名。 by @longjuan in #22
  • 使用 S3Client 代替 S3AsyncClient 以避免上传完毕后需要等待两秒钟,修复文件上传慢的问题。 by @JohnNiang in #30
  • 支持获取分享链接和永久链接。 by @JohnNiang in #35
  • 永久链接支持 Path Style。 by @longjuan in #38
  • 增加 Cloudflare 文档链接。 by @SanQianQVQ in #18
  • 增加 Oracle Cloud 文档链接。 by @bfmiaodi in #20

New Contributors

Full Changelog: 1.3.0...1.4.0