Httpfpt

Latest version: v0.6.3

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

Scan your dependencies

Page 2 of 4

0.5.0

What's Changed
* 升级ci工作流及部分依赖包 by wu-clan in https://github.com/wu-clan/httpfpt/pull/118
* 添加http/s完整请求地址参数支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/124
* 添加cookies参数支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/125
* 添加json格式测试数据支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/126
* 添加关联测试用例多次提取变量支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/127
* 添加jsonschema断言支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/128
* 添加正则断言支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/129
* 添加是否跳过执行所有用例配置参数 by wu-clan in https://github.com/wu-clan/httpfpt/pull/131
* 移除pytest-xdist分布式执行相关内容 by wu-clan in https://github.com/wu-clan/httpfpt/pull/133
* 添加更新关联测试用例请求数据支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/134
* 修复jsonschema断言并添加测试数据 by wu-clan in https://github.com/wu-clan/httpfpt/pull/135
* 更新版本号为0.5.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/136


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.4.2...v0.5.0

0.4.2

What's Changed
* 添加请求响应异常重试 by wu-clan in https://github.com/wu-clan/httpfpt/pull/112
* 修复请求数据retry参数类型判断 by wu-clan in https://github.com/wu-clan/httpfpt/pull/113
* 更新版本号为0.4.2 by wu-clan in https://github.com/wu-clan/httpfpt/pull/114
* 更新测试用例retry参数的定义位置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/115
* 修复retry参数在schema中的多重定义 by wu-clan in https://github.com/wu-clan/httpfpt/pull/116
* 更新请求数据返回时case_id的调用 by wu-clan in https://github.com/wu-clan/httpfpt/pull/117


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* 修复关联变量增删逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/107
* 修复HTTPX引擎响应请求头格式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/108
* 修复在pydantic-v2中使用新联合符号 by wu-clan in https://github.com/wu-clan/httpfpt/pull/109
* 更新版本号为0.4.1 by wu-clan in https://github.com/wu-clan/httpfpt/pull/110


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.4.0...v0.4.1

0.4.0

What's Changed
* 重构请求前后置执行逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/97
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/wu-clan/httpfpt/pull/99
* 添加pdm依赖项管理器 by wu-clan in https://github.com/wu-clan/httpfpt/pull/100
* 更新执行耗时计算方式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/101
* 添加用例数据SQL引用变量支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/102
* 修复及优化数据解析代码结构 by wu-clan in https://github.com/wu-clan/httpfpt/pull/103
* 更新版本号为0.4.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/104
* 添加工作流程图到README by wu-clan in https://github.com/wu-clan/httpfpt/pull/105


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

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

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.