| Age | Commit message (Expand) | Author |
| 2026-06-07 | [Python] Fix copy_expr_to and add builder methods for recently-added instruct... | Mark Rowe |
| 2026-06-05 | Add abs, min, and max instructions | Mark Rowe |
| 2026-06-04 | Add bswap, popcnt, clz, ctz, cls, and rbit instructions | Mark Rowe |
| 2026-06-02 | Add support for multiple global pointer registers | Brandon Miller |
| 2026-05-29 | [Python] Ensure that BNFreeParseError is used to free the error returned by B... | Mark Rowe |
| 2026-05-27 | Guard disposed BinaryView handles | Peter LaFosse |
| 2026-05-27 | fix python plugin install api to default to latest version | Jordan Wiens |
| 2026-05-22 | Update documentation for calling convention changes | Rusty Wagner |
| 2026-05-22 | Initial support for Go and Pascal calling conventions | Rusty Wagner |
| 2026-05-22 | Refactor calling conventions to support correct representation of structures | Rusty Wagner |
| 2026-05-22 | Extend MLIL call instruction outputs to be expressions | Rusty Wagner |
| 2026-05-21 | Accept lone '?' as full-byte wildcard in FlexHex search. | Brian Potchik |
| 2026-05-20 | Sort switch blocks in graph view by case number | Glenn Smith |
| 2026-05-18 | Argument Assist Popup | 0cyn |
| 2026-05-14 | Refine FileMetadata display name APIs and update UI consumers. | Brian Potchik |
| 2026-05-13 | Changes related to display as/type toggling. | Alexander Taylor |
| 2026-05-13 | include mock extension server and update plugin writing docs | Jordan Wiens |
| 2026-05-12 | [Python API] Fix some PVS type hints | Josh Ferrell |
| 2026-05-08 | [Python API] Fix _inline_during_analysis_with_confidence not converting Inlin... | Josh Ferrell |
| 2026-05-07 | Python: Use BNMetadataIsEqual for object-object comparisons | Glenn Smith |
| 2026-05-05 | add initialization to APIs that might not have already required it | Jordan Wiens |
| 2026-05-05 | Switch collaboration permission checks to using User objects | Josh Ferrell |
| 2026-05-05 | Expose 'is_paid' Extension field in API | 0cyn |
| 2026-05-04 | Re-add license text field to API | 0cyn |
| 2026-04-27 | [Python API] Add missing BinaryView.get_default_load_settings_for_data | Josh Ferrell |
| 2026-04-23 | output pip installation failures to the log, allow custom python stack traces... | Jordan Wiens |
| 2026-04-23 | missing environment variables breaks wheel packages with native build deps | Jordan Wiens |
| 2026-04-22 | Always show the triage view when opening a shared cache or kernel cache | Mark Rowe |
| 2026-04-22 | Expose all version-specific info for extensions in API | 0cyn |
| 2026-04-20 | Enterprise: Add AuthenticateWithToken api | Glenn Smith |
| 2026-04-17 | Add RecognizeConstantData to StringRecognizer API | Brian Potchik |
| 2026-04-16 | [Python] Fix handling of zero-width types returned by a custom Demangler | Mark Rowe |
| 2026-04-15 | [Python API] Replace bare "except:" with "except Exception:" to fix signal pr... | Josh Ferrell |
| 2026-04-15 | [Python API] Fix exception in LanguageRepresentationFunction.get_block_lines | Josh Ferrell |
| 2026-04-14 | Plugin Manifest V2 Support | 0cyn |
| 2026-04-13 | types: fragment type API support (C++, Python) | Ryan Snyder |
| 2026-04-08 | Fix exception with Python architecture hooks | Brandon Miller |
| 2026-03-31 | [Python] Fix BinaryView.get_modification failing when passing a length | Mason Reed |
| 2026-03-30 | Add a hook to allow BinaryView subclasses to run code after snapshot data is ... | Mark Rowe |
| 2026-03-24 | [Python] Update function signatures of some type library APIs | Mason Reed |
| 2026-03-20 | Fix improper variable cast in databasesync.py | Alexander Taylor |
| 2026-03-20 | Fix copypasta in error message. | Alexander Taylor |
| 2026-03-11 | Enhance MemoryMap bindings and add support to re-enable disabled regions in t... | Brian Potchik |
| 2026-03-09 | Expose BNDetectSearchMode to Python API for search mode testing. | Brian Potchik |
| 2026-03-09 | Fix QueueGenerator GIL deadlock in search APIs. | Brian Potchik |
| 2026-03-04 | Add TypeLibrary::Register, to allow loading type libraries from script | Glenn Smith |
| 2026-02-26 | Fix QualifiedName join from ffi and also support NameSpace join | Glenn Smith |
| 2026-02-26 | Python: QName separator is actually called join by C++ | Glenn Smith |
| 2026-02-26 | Pass separator to qname ctor | Glenn Smith |
| 2026-02-26 | fix[python]: missed mismatch for flag_name | nullableVoidPtr |