feat(pubsub): promote BulkPublishEvent from alpha1 to stable#808
Open
madmecodes wants to merge 3 commits intodapr:mainfrom
Open
feat(pubsub): promote BulkPublishEvent from alpha1 to stable#808madmecodes wants to merge 3 commits intodapr:mainfrom
madmecodes wants to merge 3 commits intodapr:mainfrom
Conversation
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
b7a61c8 to
5aeec55
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #808 +/- ##
============================================
- Coverage 100.00% 25.95% -74.05%
============================================
Files 1 138 +137
Lines 6 3725 +3719
Branches 1 564 +563
============================================
+ Hits 6 967 +961
- Misses 0 2714 +2714
- Partials 0 44 +44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bulkPublishEventinstead ofbulkPublishEventAlpha1v1.0API version instead ofv1.0-alpha1for bulk publishBulkPublishEventRPC to proto definition and markBulkPublishEventAlpha1as deprecated, regenerating ConnectRPC stubsFixes #786
Test plan
npm run build)npm test)BulkPublishEventendpointv1.0/publish/bulk/...instead ofv1.0-alpha1/publish/bulk/...