TypedRest / OpenServiceBroker

.NET libraries for client and server implementations of Open Service Broker API
https://openservicebroker.typedrest.net
MIT License
15 stars 9 forks source link

Support Version 2.15 #34

Closed FrankBirkmann closed 4 years ago

FrankBirkmann commented 4 years ago

Hello, version 2.15 of Openservicebroker API is now available (https://www.openservicebrokerapi.org/blog/2019/06/21/announcing-open-service-broker-api-v2-15), but this library only supports version 2.14. Therefore we currently have a problem with the latest version (2.8) of Pivotal Cloud Foundry. Is there a chance to update the library? Thanks Frank

maxim-hansen commented 4 years ago

Any plans to get this implemented in the near future? Or at least make the version limits configurable, since 2.15 doesn't seem to have any breaking changes, so those that wish might want to override the server enforced values to allow existing implementations to function while one implements the new features in 2.15.

bastianeicher commented 4 years ago

I just released v0.3.0, which adds support for OSB API 2.15 and 2.16 as well as ASP.NET Core 3.1: Release notes