-
Notifications
You must be signed in to change notification settings - Fork 543
Merge changes from Release 1.3 to master #1038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Improve error message in case of missing property (dapr#1012) Co-authored-by: Artur Souza <artursouza.ms@outlook.com> * Remove vestigial pubsub/nats code (dapr#1024) The pubsub/nats component was replaced by pubsub/natsstreaming as part of dapr/dapr#2003, but the corresponding code in dapr/components-contrib was not removed, so this change removes it. * Fixing the handling of detach errors Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
|
I think it is much better to cherry-pick when release patch merge, which would reduce possibility of miss. |
Codecov Report
@@ Coverage Diff @@
## master #1038 +/- ##
==========================================
+ Coverage 34.03% 34.47% +0.43%
==========================================
Files 133 132 -1
Lines 10750 10864 +114
==========================================
+ Hits 3659 3745 +86
- Misses 6710 6739 +29
+ Partials 381 380 -1
Continue to review full report at Codecov.
|
* Fixing the handling of detach errors (dapr#1030) * Improve error message in case of missing property (dapr#1012) Co-authored-by: Artur Souza <artursouza.ms@outlook.com> * Remove vestigial pubsub/nats code (dapr#1024) The pubsub/nats component was replaced by pubsub/natsstreaming as part of dapr/dapr#2003, but the corresponding code in dapr/components-contrib was not removed, so this change removes it. * Fixing the handling of detach errors Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com> * Revert "Fixing the handling of detach errors (dapr#1030)" (dapr#1031) This reverts commit 54840c2. * Fixing the handling of detach errors (dapr#1032) Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Description
'Nuff said