PlexPt / chatgpt-java

ChatGPT Java SDK。支持 GPT-4o、 GPT4 API。开箱即用。An unofficial Java SDK for seamless integration with ChatGPT's GPT-3.5 and GPT-4 APIs. Ready-to-use, simple setup, and efficient for building AI-powered applications.
https://chat.plexpt.com/
GNU General Public License v3.0
3.6k stars 706 forks source link

Bump cn.hutool:hutool-all from 5.8.32 to 5.8.33 #339

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps cn.hutool:hutool-all from 5.8.32 to 5.8.33.

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.33(2024-11-05)

🐣新特性

  • 【core 】 SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee)
  • 【http 】 HttpConfig增加setUseDefaultContentTypeIfNull方法(issue#3719@Github)
  • 【core 】 用ArrayList重新实现权重随机类:WeightListRandom(pr#3720@Github)
  • 【crypto 】 SM2解密时,兼容GmSSL非压缩省略的04头的密文(issue#IAP1QJ@Gitee)
  • 【core 】 兼容NumberUtil.add方法传入整型自动类型转换为浮点类型的精度丢失问题(pr#3721@Github)
  • 【core 】 ModifierUtil明确注释,并增加hasAllModifiers方法(issue#IAQ2U0@Gitee)
  • 【http 】 HttpRequest增加setFixedContentLength方法(issue#3462@Github)
  • 【db 】 AbstractDb增加getDs方法(issue#IARKZL@Gitee)
  • 【db 】 QrCodeUtil添加二维码logo支持配置圆角(pr#3747@Github)
  • 【core 】 TreeUtil.buildSingle指定rootId节点存在时,作为根节点(issue#IAUSHR@Gitee)
  • 【core 】 EscapeUtil.escapeHtml4增加空处理(issue#IAZMYU@Gitee)
  • 【core 】 PropDesc.isTransientForGet使用className,避免Android下类找不到问题(issue#IB0JP5@Gitee)
  • 【core 】 优化NumberUtil.count(pr#3772@Github)
  • 【crypto 】 SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义(issue#IB0NVY@Gitee)
  • 【all 】 优化所调用的ObjectUtil#defaultIfNull避免重复创建(pr#1274@Gitee)
  • 【core 】 NetUtil.bigIntegerToIPv6增加长度修正(issue#IB27HV@Gitee)

🐞Bug修复

  • 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)
  • 【core 】 修复RegexPool.CHINESE_NAME范围太大的问题(issue#IAOGDR@Gitee)
  • 【http 】 修复重定向没有按照RFC7231规范跳转的问题,修改为除了307外重定向使用GET方式(issue#3722@Github)
  • 【core 】 修复ArrayUtil.lastIndexOfSub死循环问题(issue#IAQ16E@Gitee)
  • 【core 】 修复ImgUtil.write写出临时文件未清理问题(issue#IAPZG7@Gitee)
  • 【json 】 修复ignoreNullValue在JSONArray中无效问题(issue#3759@Github)
Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.33(2024-11-05)

🐣新特性

  • 【core 】 SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee)
  • 【http 】 HttpConfig增加setUseDefaultContentTypeIfNull方法(issue#3719@Github)
  • 【core 】 用ArrayList重新实现权重随机类:WeightListRandom(pr#3720@Github)
  • 【crypto 】 SM2解密时,兼容GmSSL非压缩省略的04头的密文(issue#IAP1QJ@Gitee)
  • 【core 】 兼容NumberUtil.add方法传入整型自动类型转换为浮点类型的精度丢失问题(pr#3721@Github)
  • 【core 】 ModifierUtil明确注释,并增加hasAllModifiers方法(issue#IAQ2U0@Gitee)
  • 【http 】 HttpRequest增加setFixedContentLength方法(issue#3462@Github)
  • 【db 】 AbstractDb增加getDs方法(issue#IARKZL@Gitee)
  • 【db 】 QrCodeUtil添加二维码logo支持配置圆角(pr#3747@Github)
  • 【core 】 TreeUtil.buildSingle指定rootId节点存在时,作为根节点(issue#IAUSHR@Gitee)
  • 【core 】 EscapeUtil.escapeHtml4增加空处理(issue#IAZMYU@Gitee)
  • 【core 】 PropDesc.isTransientForGet使用className,避免Android下类找不到问题(issue#IB0JP5@Gitee)
  • 【core 】 优化NumberUtil.count(pr#3772@Github)
  • 【crypto 】 SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义(issue#IB0NVY@Gitee)
  • 【all 】 优化所调用的ObjectUtil#defaultIfNull避免重复创建(pr#1274@Gitee)
  • 【core 】 NetUtil.bigIntegerToIPv6增加长度修正(issue#IB27HV@Gitee)

🐞Bug修复

  • 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)
  • 【core 】 修复RegexPool.CHINESE_NAME范围太大的问题(issue#IAOGDR@Gitee)
  • 【http 】 修复重定向没有按照RFC7231规范跳转的问题,修改为除了307外重定向使用GET方式(issue#3722@Github)
  • 【core 】 修复ArrayUtil.lastIndexOfSub死循环问题(issue#IAQ16E@Gitee)
  • 【core 】 修复ImgUtil.write写出临时文件未清理问题(issue#IAPZG7@Gitee)
  • 【json 】 修复ignoreNullValue在JSONArray中无效问题(issue#3759@Github)

**# 5.8.32(2024-08-30)

🐣新特性

  • 【core 】 FileUtil.getTotalLines()支持CR换行符(issue#IAMZYR@Gitee)
  • 【json 】 GlobalSerializeMapping增加null检查(issue#IANH1Y@Gitee)

🐞Bug修复

  • 【http 】 修复getFileNameFromDisposition不符合规范问题(issue#IAKBPD@Gitee)
  • 【crypto 】 修复SymmetricCrypto.setParams和setRandom没有加锁问题(issue#IAJIY3@Gitee)
  • 【crypto 】 修复ZipUtil压缩成流的方法检查文件时报错问题(issue#3697@Github)
  • 【core 】 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题(issue#3702@Github)
  • 【json 】 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题(issue#IALQ0N@Gitee)
  • 【core 】 修复Tree.cloneTree的Parent节点引用错误问题(issue#IANJTC@Gitee)

-------------------------------------------------------------------------------------------------------------**

5.8.31(2024-08-12)

🐣新特性

  • 【core 】 TreeUtil增加build方法,可以构建Bean的树结构(pr#3692@Github)

🐞Bug修复

... (truncated)

Commits
  • d57de39 🤤release 5.8.33
  • fe4e56f 修复ignoreNullValue在JSONArray中无效问题
  • 735f531 NetUtil.bigIntegerToIPv6增加长度修正
  • 4224e86 优化所调用的ObjectUtil#defaultIfNull避免重复创建
  • 270b9d2 !1274 修改所调用的 ObjectUtil#defaultIfNull 的重载版本
  • 75b434f 修改所调用的 ObjectUtil#defaultIfNull 的重载版本
  • 8b79d3c add test
  • c04c561 SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义
  • 0e2884c 优化NumberUtil.count
  • e7659d6 Merge pull request #3772 from Pluto-Whong/patch-1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)