manction 1.4.10 API更新导致WeHalo小程序无法获取文章列表 更新:Content Api 中的获取文章列表支持传入关键字和分类 id 筛选项。halo-dev/halo1373 问题:1.4.10 API 更新导致 WeHalo 小程序无法获取文章列表,需要新增关键字和分类 id 参数才能正常访问。 日志: org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'keyword' for method parameter type String is not present org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'categoryId' for method parameter type String is not present
huasio @Ryan Wang 👍 从 1.4.8 升级到 1.4.10 发生错误了。 我根据文档中 docker 方案部署,现有的 halo 服务已停止。 然后docker 成功启动,访问服务报 502 错误,我看了 nginx 错误日志: 查看 nginx 和 docker 服务均已启动成功,正在监听端口:
Ryan Wang 👍 1.4.11 Bug Fixes 修复 Content Api 中文章列表接口的 keyword 和 categoryId 参数为必传的问题。halo-dev/halo1436 修复删除非图片附件时提示附件缩略图删除失败的问题。halo-dev/halo1438 Upgrade guide https://docs.halo.run/install/upgrade https://github.com/halo-dev/halo/compare/v1.4.10...v1.4.11 https://github.com/halo-dev/halo-admin/compare/v1.4.10...v1.4.11