Httpfpt

Latest version: v0.6.3

Safety actively analyzes 640296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.3

What's Changed
* 采用ruff格式化程序 by wu-clan in https://github.com/wu-clan/httpfpt/pull/61
* 简化部分配置参数命名 by wu-clan in https://github.com/wu-clan/httpfpt/pull/63
* 添加运行测试CLI命令 by wu-clan in https://github.com/wu-clan/httpfpt/pull/62
* 添加测试数据文件hash作为缓存更新条件 by wu-clan in https://github.com/wu-clan/httpfpt/pull/64
* 添加配置文件读取缓存 by wu-clan in https://github.com/wu-clan/httpfpt/pull/65
* 更新版本号为0.2.3 by wu-clan in https://github.com/wu-clan/httpfpt/pull/66


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* 重构CLI应用程序为cappa by wu-clan in https://github.com/wu-clan/httpfpt/pull/59
* 更新版本号为0.2.2 by wu-clan in https://github.com/wu-clan/httpfpt/pull/60


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/wu-clan/httpfpt/pull/51
* 添加python3.12到ci工作流 by wu-clan in https://github.com/wu-clan/httpfpt/pull/55
* 更新redis键存储分割符 by wu-clan in https://github.com/wu-clan/httpfpt/pull/56
* 更新版本号为0.2.1 by wu-clan in https://github.com/wu-clan/httpfpt/pull/57


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* 修复前后置sql解析和执行方法 by wu-clan in https://github.com/wu-clan/httpfpt/pull/33
* 修复请求数据assert传输类型 by wu-clan in https://github.com/wu-clan/httpfpt/pull/34
* 修复run方法自定义运行参数 by wu-clan in https://github.com/wu-clan/httpfpt/pull/35
* 更新jsonpath版本为0.82.2 by wu-clan in https://github.com/wu-clan/httpfpt/pull/36
* 重构jsonpath实施为python-jsonpath by wu-clan in https://github.com/wu-clan/httpfpt/pull/39
* 添加版本检测到ci工作流 by wu-clan in https://github.com/wu-clan/httpfpt/pull/40
* 添加内部自定义异常类 by wu-clan in https://github.com/wu-clan/httpfpt/pull/45
* 添加ASCII字符LOGO打印 by wu-clan in https://github.com/wu-clan/httpfpt/pull/47
* 更新测试报告内日志输出格式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/46
* 添加运行异常时发送邮件通知 by wu-clan in https://github.com/wu-clan/httpfpt/pull/48
* 重构测试用例数据缓存 by wu-clan in https://github.com/wu-clan/httpfpt/pull/49
* 重构关联测试用例执行逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/50
* 添加PEP563恢复环境支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/52
* 更新版本号为0.2.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/53
* 添加release徽章到README by wu-clan in https://github.com/wu-clan/httpfpt/pull/54


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.1.0a3...v0.2.0

0.1.0a3

What's Changed
* 更新cli应用内部实现逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/17
* 更新枚举数据类型并统一数据格式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/18
* 更新测试数据存放目录 by wu-clan in https://github.com/wu-clan/httpfpt/pull/19
* 添加pyright静态类型检查器 by wu-clan in https://github.com/wu-clan/httpfpt/pull/20
* 更新python环境版本为3.10 by wu-clan in https://github.com/wu-clan/httpfpt/pull/22
* 修复pytest元信息配置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/23
* 修复测试用例唯一id检测 by wu-clan in https://github.com/wu-clan/httpfpt/pull/25
* 修复测试用例跳过执行条件判断 by wu-clan in https://github.com/wu-clan/httpfpt/pull/24
* 更新用例数据架构验证为严格模式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/27
* 修复获取所有测试用例数据架构验证 by wu-clan in https://github.com/wu-clan/httpfpt/pull/26
* 更新pytest-html版本为4.0.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/28
* 更新部分日志输出信息的样式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/29
* 更新用例跳过执行的日志记录 by wu-clan in https://github.com/wu-clan/httpfpt/pull/30
* 更新请求数据文件解析逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/31
* 添加binary格式请求数据解析 by wu-clan in https://github.com/wu-clan/httpfpt/pull/32


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.1.0a2...v0.1.0a3

0.1.0a2

What's Changed
* 更新数据检测pydantic版本到2.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/13
* 更新用例数据redis存储前缀 by wu-clan in https://github.com/wu-clan/httpfpt/pull/14
* 添加在线测试用例拉取后自动检测数据结构 by wu-clan in https://github.com/wu-clan/httpfpt/pull/15
* 删除全局test_case相关命名下划线 by wu-clan in https://github.com/wu-clan/httpfpt/pull/16


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.1.0a1...v0.1.0a2

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.