Httpfpt

Latest version: v0.7.0

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

Scan your dependencies

Page 3 of 5

0.3.1

What's Changed
* 修复请求前后置SQL解析和执行 by wu-clan in https://github.com/wu-clan/httpfpt/pull/96
* 更新版本号为0.3.1 by wu-clan in https://github.com/wu-clan/httpfpt/pull/98


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* 更新dirty-equals版本为0.7.1 by wu-clan in https://github.com/wu-clan/httpfpt/pull/67
* Bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/wu-clan/httpfpt/pull/68
* 更新mysql数据库连接池初始化 by wu-clan in https://github.com/wu-clan/httpfpt/pull/70
* 添加Telegram互动链接 by wu-clan in https://github.com/wu-clan/httpfpt/pull/71
* 更新json数据对象序列化 by wu-clan in https://github.com/wu-clan/httpfpt/pull/72
* 修复普通/全局环境变量替换 by wu-clan in https://github.com/wu-clan/httpfpt/pull/73
* 更新版本号为0.3.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/74
* 修复测试用例teardown执行策略 by wu-clan in https://github.com/wu-clan/httpfpt/pull/76
* 修复json数据对象编码 by wu-clan in https://github.com/wu-clan/httpfpt/pull/75
* 修复变量替换的条件判断 by wu-clan in https://github.com/wu-clan/httpfpt/pull/77
* 添加项目状态页面到README by wu-clan in https://github.com/wu-clan/httpfpt/pull/78
* 更新请求数据类型解析 by wu-clan in https://github.com/wu-clan/httpfpt/pull/80
* 修复请求数据和请求头解析 by wu-clan in https://github.com/wu-clan/httpfpt/pull/81
* 更新系统配置缓存逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/83
* 更新测试用例数据缓存类型 by wu-clan in https://github.com/wu-clan/httpfpt/pull/84
* 修复请求头数据自动解析执行条件 by wu-clan in https://github.com/wu-clan/httpfpt/pull/85
* 添加自动清理redis缓存数据 by wu-clan in https://github.com/wu-clan/httpfpt/pull/86
* 修复Windows平台命令行运行测试 by wu-clan in https://github.com/wu-clan/httpfpt/pull/87
* 更新pyright类型检查ci工作流 by wu-clan in https://github.com/wu-clan/httpfpt/pull/88
* 更新Union联合类型为`|`运算符 by wu-clan in https://github.com/wu-clan/httpfpt/pull/89
* 更新ruff配置和检查规则 by wu-clan in https://github.com/wu-clan/httpfpt/pull/92
* 修复CLI程序运行命令类型 by wu-clan in https://github.com/wu-clan/httpfpt/pull/90
* 修复测试用例自动生成包含子目录 by wu-clan in https://github.com/wu-clan/httpfpt/pull/91
* 修复token解析并添加清理排除 by wu-clan in https://github.com/wu-clan/httpfpt/pull/93
* 更新请求头数据自动解析执行条件 by wu-clan in https://github.com/wu-clan/httpfpt/pull/94
* 更新清理缓存参数命名 by wu-clan in https://github.com/wu-clan/httpfpt/pull/95


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

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

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.