Skip to content

Releases: sharma-tapas/brokerapi

Bug Fixes

24 Jan 14:30
Compare
Choose a tag to compare
v4.2.5

Added / to the regexp

Added regex and moved X-*-Region to the context

24 Jan 08:53
Compare
Choose a tag to compare

Following was Added

  • Sometimes instance_id in the URI can have characters such as : or / which are all valid, but due to gorilla/mux we can land in a 404 not found issue. Added a Regex to the {instance_id} route thus allowing such instance_id.
  • Added a middleware layer to parse X(*)-Region to the context under the X-Region key

v4.2.3

14 Jan 10:05
Compare
Choose a tag to compare
Added proper middleware imports

v4.2.2

14 Jan 10:00
Compare
Choose a tag to compare
Merge branch 'upstream_master'

v4.1.1: dded AdditionalMetadata to the catalog.Service struct

03 Jan 09:32
Compare
Choose a tag to compare
- pass more information regarding different cloud providers.

Signed-off-by: Tapas Sharma <[email protected]>