Skip to content

Commit abbca72

Browse files
committed
update changelog to include the module refactor
1 parent 12649a5 commit abbca72

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [v0.14.0] - April 22, 2026
6+
## [v0.14.0] - April 27, 2026
77

88
### What's New
99

@@ -77,6 +77,9 @@ Test result create and update events can now be optionally written to a `.jsonl`
7777
#### Progress Indicators
7878
Adds progress indicators for job polling and file downloads for better visibility during long-running operations.
7979

80+
#### Use Upstream Packages for `google.api` and `protoc_gen_openapiv2`
81+
Previously the package shipped its own bundled copies of the generated Python bindings for `google.api` and `protoc_gen_openapiv2`, which could collide with the same modules installed elsewhere in a user's environment. Those bundled copies have been removed, and the package now declares `googleapis-common-protos` and `protoc-gen-openapiv2` as runtime dependencies, so pip installs the upstream-maintained versions instead. `buf/validate` remains bundled for now, since Buf publishes the protovalidate runtime to PyPI but withholds the generated Python bindings.
82+
8083
### Bugfixes
8184
- Add `py.typed` to the generated proto directory so type checkers pick up protobuf types correctly.
8285

@@ -89,6 +92,7 @@ Adds progress indicators for job polling and file downloads for better visibilit
8992
- [Refactor files using run_in_executor](https://github.com/sift-stack/sift/pull/518)
9093
- [Add Parquet as an export output format](https://github.com/sift-stack/sift/pull/510)
9194
- [Add py.typed file to proto dir](https://github.com/sift-stack/sift/pull/524)
95+
- [Remove vendored google.api and protoc_gen_openapiv2 modules from buf](https://github.com/sift-stack/sift/pull/543)
9296

9397
## [v0.13.0] - March 24, 2026
9498
### What's New

0 commit comments

Comments
 (0)