Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixed-20251120-075258.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixed
body: Fix activity future acronym casing
time: 2025-11-20T07:52:58.689972-07:00
custom:
Author: cludden
PullRequest: "134"
2 changes: 1 addition & 1 deletion buf.local.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
# - enable-debug-logging=true
- enable-patch-support=true
- enable-xns=true
- ignore-acronyms=AWS;URN
- ignore-acronyms=API;AWS;URN
- patches=64_ENABLED
- paths=source_relative
- workflow-update-enabled=true
Expand Down
4 changes: 2 additions & 2 deletions buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ deps:
commit: 28151c0d0a1641bf938a7672c500e01d
digest: b5:93b70089baa4fc05a92d3e52db91a4b7812db3b57b9664f6cb301733938cb630e377a938e8a56779388171c749c1d42a2e9a6c6230f2ff45f127a8102a6a27d0
- name: buf.build/temporalio/api
commit: 145e888ec59442288b19a82a03d6397e
digest: b5:0c0f925b43db1f56b0b5f9a480cd0d7b8f318d7a0369c6b310002bed1d5b4ea922b542d6cf43027810e36b98e4ef3685df8ed8f91cc3d11fcfa2c16bfb8b00d9
commit: 9d9077a283754b829b920ae6bf239a05
digest: b5:8e0968d9222a040c53e7c66b3eaa7f8ec363249ed6dc0b31e84221fd3f3649837b0150bc1e137e98be1e4bd9964de934fbd580469ae84c162071e254f45b7099
1 change: 1 addition & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ modules:
- path: test/editions/proto
- path: test/expression/proto
- path: test/issue-125/proto
- path: test/issue-133/proto
- path: test/opaque/proto
- path: test/option/proto
- path: test/patch/proto
Expand Down
176 changes: 176 additions & 0 deletions gen/test/issue-133/v1/issue-133.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading