Skip to content

Releases: pivotal-cf/brokerapi

v6.2.0

11 Sep 10:42
Compare
Choose a tag to compare
  • For provision and bind, return statusOK when resource exists
  • Bump dependency: github.com/onsi/gomega from 1.6.0 to 1.7.0
  • Bump dependency: github.com/onsi/ginkgo from 1.10.0 to 1.10.1

v6.1.2

27 Aug 10:52
Compare
Choose a tag to compare
  • Ignore Description when comparing MaintenanceInfo [2711c5f]
  • Expand tests to verify maintenance info fields individually [faf0fa5]

v6.1.1

22 Aug 09:09
3efafc0
Compare
Choose a tag to compare

v6.1.0

21 Aug 13:17
Compare
Choose a tag to compare
  • Add Description to definition of MaintenanceInfo

v6.0.0

04 Jul 14:50
Compare
Choose a tag to compare
  • Set MaintenanceInfo to pointer in ProvisionDetails and UpdateDetails structs
  • Removed MaintenanceInfo.NilOrEmpty() function

v5.1.0

26 Jun 09:24
Compare
Choose a tag to compare
  • Add X-Api-Info-Location to the context under infoLocation. PR #67

v5.0.0

16 May 13:03
Compare
Choose a tag to compare
  • ErrConcurrentInstanceAccess is not a proper FailureResponse. See #65

v4.3.0

08 May 16:00
Compare
Choose a tag to compare
  • Added new query parameter in Deprovision request
    • force (true/false) - should deprovision service instance and ignore errors
  • Refactored code to split structures and api endpoint handlers to separate packages to improve encapsulation. Structures moved to other packages are marked as deprecated and will be removed in future versions of the API.

v4.2.3

14 Mar 16:45
Compare
Choose a tag to compare
Merge branch 'kisamoto-62_add-service-plan-context'

[#164389015]

Co-authored-by: Derik Evangelista <devangelista@pivotal.io>

v4.2.2

05 Mar 11:23
b371e40
Compare
Choose a tag to compare
Merge pull request #57 from fitzoh/master

Add godoc to ServiceBroker interface. Also rearrange methods to match…