You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update dependencies
* Update daprd
* feat: add shutdown (#80)
* feat: add shutdown
* Adds params and throw attributes
* Add param description
* Add a helper to shutdown at the end of the request
* Ensure unit tests using the mock client will fail if they try to call the sidecar after shutting it down.
* Use POST to shutdown
Co-authored-by: Rob Landers <[email protected]>
* Add actor reference (#71)
* Add actor reference
* Add 'get from interface'
* Use interface instead
* fix bad var name
* Add actor reference to tests
* Implement an actor reference and address
* ok, I think I like the way it works now
* Add deprecation to actor reference
* Revert format change
* Revert comment
* Add more tests
* not going to deprecate actor proxy
After thinking about it and trying to understand usages, I don't think this should be deprecated at this time.
Co-authored-by: Hugome <[email protected]>
0 commit comments