Releases: pythonbpf/Python-BPF
Releases · pythonbpf/Python-BPF
Developmental Release 7
What's Changed
- Add debug info handling to vmlinux by @varun-r-mallya in #57
- Integrate vmlinux into eval_expr by @varun-r-mallya in #58
- Add vmlinux handler and support vmlinux enum constants by @varun-r-mallya in #59
- Add setup script by @varun-r-mallya in #61
- make script curlable by @varun-r-mallya in #62
- Port BCC tutorial examples to PythonBPF by @r41k0u in #51
Full Changelog: v0.1.5...v0.1.6
Developmental Release 6
What's Changed
- Fix map calling convention by @r41k0u in #18
- Refactor expr_pass by @r41k0u in #19
- update formatter and pre-commit by @varun-r-mallya in #23
- Fix failing tests in tests/ by @r41k0u in #20
- Refactor handle_return by @r41k0u in #24
- Bump the actions group with 2 updates by @dependabot[bot] in #25
- Add vmlinux transpiler from experiments by @varun-r-mallya in #27
- Refactor conds by @r41k0u in #26
- adds real support for globals by @varun-r-mallya in #21
- add patch for Kernel 6.14 BTF in transpiler by @varun-r-mallya in #29
- Refactor assignment statement handling and the typing mechanism around it by @r41k0u in #40
- Use dependency inversion to remove handler delayed import in eval_expr by @r41k0u in #50
- Add compilation mechanism from vmlinux by @varun-r-mallya in #28
- Dependency tree functionality to semantic analyser by @varun-r-mallya in #52
- remove bitfield support and add assignment support by @varun-r-mallya in #55
- Adds IR and debug info generation capabilities for vmlinux imported structs by @varun-r-mallya in #56
Full Changelog: v0.1.4...v0.1.5
Developmental Release 5
What's Changed
- Struct refactor by @r41k0u in #5
- Refactor maps_pass by @r41k0u in #6
- Add dwarf module by @varun-r-mallya in #8
- Cleanup and rename examples by @varun-r-mallya in #9
- Bump the actions group with 3 updates by @dependabot[bot] in #11
- Ruff errors by @varun-r-mallya in #12
- Add ringbuf support by @varun-r-mallya in #13
- make default map unspec by @varun-r-mallya in #14
- bpf_helper_handler refactor by @r41k0u in #10
- Static type checks by @varun-r-mallya in #15
- add logging by @varun-r-mallya in #17
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: v0.1.3...v0.1.4
Developmental Release 4
Developmental Release 3
Full Changelog: v0.1.1...v0.1.2
Developmental Release 2
- Adds new functionality and control flow
- DEVELOPMENTAL RELEASE. DO NOT USE IN PRODUCTION
Developmental Release
DO NOT USE IN PRODUCTION ENVIRONMENTS
This is a developmental release to test Publishing on pypi