Skip to content

Releases: evoila/osb-checker-kotlin

v1.1.3 hotfix

11 Dec 09:26
Compare
Choose a tag to compare

use preemptive auth for contract test.

v1.1.2 hotfix

12 Nov 14:23
c127118
Compare
Choose a tag to compare

Auth token now generated in RequestHandler instead of configuration class, to avoid Application Context failure

v1.1.1 hotfix

26 Sep 07:55
8289f10
Compare
Choose a tag to compare
Merge pull request #25 from evoila/fix/bindingDifferentParameters

Altering plan and service for conflict Test

v1.1

23 Sep 08:27
d4ca499
Compare
Choose a tag to compare
  • Added 2.15 feature testing:
  • Added Option to set X-Broker-API-Originating-Identity.
  • Added checks for osb-error-codes in response bodies.
  • Added tests for fetching non existing bindings / provisions.
  • Tests for what happens, when trying to create already existing provisions / bindings.
  • Various improvements of logging such as using names of services and plans instead of id.
  • setting up a custom catalog requires only the id's of the plan and no more additional information. This is gathered from the catalog now.
  • Add Optional test for Dashboard URLs.
  • Restructuring of binding test:
  • All plans in the catalog are now tested for invalid binding attempts.
  • Too reduce runtime invalid and valid binding tests use the same provision for testing instead.

v1.0: Merge pull request #20 from evoila/fix/GetOperationResponseBody

20 Sep 14:39
cb6469c
Compare
Choose a tag to compare