Skip to content

chore: version packages#15

Merged
Bre77 merged 1 commit into
mainfrom
changeset-release/main
Jul 22, 2026
Merged

chore: version packages#15
Bre77 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@teslemetry/[email protected]

Minor Changes

  • a3d8ee5: Model the Response.response_msg field 12 reply payload, GetRateTariffResponse, mirroring the tariff document already declared for SetRateTariffRequest (VehicleAction tag 55) - based on our own observations and contributions from the community. Consumers decoding this reply previously saw only {actionStatus} and silently dropped the payload.

Patch Changes

  • ac30f3d: Fix cross-file imports left unrewritten in generated .pyi stubs (car_server_pb2.pyi, universal_message_pb2.pyi, vcsec_pb2.pyi, vehicle_pb2.pyi, and three energy_device stubs). protoc's pyi generator aliases same-package imports differently than its .py generator (_foo_pb2 vs foo__pb2), so protoletariat's import rewriter - which matches whole import statements including the alias - left the pyi side as a bare top-level import foo_pb2 as _foo_pb2 instead of the package-relative form the .py sibling already got. Static type checkers (e.g. pyright) can't resolve those imports, breaking type information for any field typed through them. scripts/generate.sh now runs a small scripts/fix_pyi_imports.py pass after protol to patch the remaining bare pyi imports.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1716290 to 7a39344 Compare July 22, 2026 12:00
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 7a39344 to 1a96f67 Compare July 22, 2026 12:09
@Bre77
Bre77 merged commit 230eb02 into main Jul 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant