Skip to content

v8.0.0

Compare
Choose a tag to compare
@FelisiaM FelisiaM released this 12 Apr 13:15
· 201 commits to main since this release
813290b

Features

Breaking Changes

  • Query parameters service_id and plan_id can be passed as FetchInstanceDetails for Fetch Instance and FetchBindingsDetails for Fetch Binding endpoints. Thank you @NickyMateev!(#138 #147)
  • Updated context value keys to use derived types, which are all exported as constants so that users can import the constant to access
    the values (#155)

Other Changes

  • Add plan_updateable attribute to ServicePlan struct. Thank you @ksegun! (#139)
  • Add support for X-Broker-API-Request-Identity header. X-Broker-API-Request-Identity is exposed in the context as requestIdentity and is returned as a header in the response. Thank you @qbarrand! (#148 #121)
  • Add logging for X-Broker-API-Request-Identity as requestIdentity (#156 )
  • Update dependencies