Releases: YaleSpinup/ec2-api
Releases · YaleSpinup/ec2-api
Delete security groups endpoint
v0.3.0 delete security groups endpoint (#10)
Delete security groups endpoint
v0.3.0-pre01 delete security groups endpoint
Route conversion for the List and Get routes for security groups
Removes the old ProxyRequestHandler calls to the ruby api on security groups for the list and get routes. These routes have been updated to use functions inside the go api instead.
Route conversion for the List and Get routes for security groups
Removes the old ProxyRequestHandler calls to the ruby api on security groups for the list and get routes. These routes have been updated to use functions inside the go api instead.
Don't return terminated instances, upgrade deco
v0.2.3 update deco, dont return terminated instances (#8)
Don't return terminated instances, upgrade deco
v0.2.2-pre01 update deco, dont return terminated instances
Allow getting image from list by name, add missing routes
Get image list with name query (#7) * get image list with name query * add missing routes
Get image list by name, add missing routes
v0.2.1-pre02 missing routes
Get image list by name
v0.2.1-pre01 get image list with name query
Move routes to v2 and various fixes
- move routes to v2
- bump timeouts for long list operations
- custom encode Ec2ImageVolumeMap to return "{}" instead of null for nil devices
- backend prefix swap