github dapr/dapr v1.1.1
Dapr Runtime v1.1.1

latest releases: v1.13.2, v1.13.2-rc.1, v1.13.1...
3 years ago

Dapr 1.1.1

Fixes

  • Add POST HTTP API for shutdown (#3020)

Overview

If you are not using the HTTP shutdown API as part of the Kubernetes job support that was added in v1.1, you do not need to upgrade to 1.1.1. If you are using this feature, please read on.

As a general rule, state mutating APIs should not be GET requests. The newly added shutdown API endpoint allows changing the state of the Dapr sidecar, by asking it to quit. We are adding a POST API that is functionally equivalent to the GET API. The GET API will be deprecated according to our deprecation plan. We strongly recommend that anyone looking to adopt Kubernetes job support via the HTTP shutdown API integrate with the POST API.

Please see the latest documentation for an example integration with the HTTP POST shutdown API.

Don't miss a new dapr release

NewReleases is sending notifications on new releases.