Releases: sharma-tapas/brokerapi
Releases · sharma-tapas/brokerapi
Bug Fixes
Added regex and moved X-*-Region to the context
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
Added proper middleware imports
v4.2.2
Merge branch 'upstream_master'
v4.1.1: dded AdditionalMetadata to the catalog.Service struct
- pass more information regarding different cloud providers. Signed-off-by: Tapas Sharma <[email protected]>