Skip to content

Tags: dapr/php-sdk

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update php docs (#124) * Update php docs * Clarify installation * Fix code tab

v1.2.0-RC1

Toggle v1.2.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Start updating the readme (#114) * Start updating the readme * Update readme with more details * Remove older dapr versions from tests

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.1.0 (#83) * 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 <landers.robert@gmail.com> * 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 <Hugome@users.noreply.github.com>

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update deps (#78) 

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add secrets example (#64) 

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #57 from dapr/fix/no-output The hunt for the empty response

v1.0.0-rc.4

Toggle v1.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from dapr/release/1.0.0-rc.4 Release rc.4

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from dapr/fix/uncomment-cloudevent-tests Uncomment empty subject check