Skip to content

Releases: YaleSpinup/ec2-api

Delete security groups endpoint

13 Sep 21:29
00f5fc7
Compare
Choose a tag to compare
v0.3.0

delete security groups endpoint (#10)

Delete security groups endpoint

13 Sep 21:08
Compare
Choose a tag to compare
Pre-release
v0.3.0-pre01

delete security groups endpoint

Route conversion for the List and Get routes for security groups

12 Sep 15:00
7aeeb91
Compare
Choose a tag to compare

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

10 Sep 22:21
Compare
Choose a tag to compare

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

09 Sep 21:55
29c1c9e
Compare
Choose a tag to compare
v0.2.3

update deco, dont return terminated instances (#8)

Don't return terminated instances, upgrade deco

08 Sep 22:40
Compare
Choose a tag to compare
v0.2.2-pre01

update deco, dont return terminated instances

Allow getting image from list by name, add missing routes

22 Jul 11:44
d543ac6
Compare
Choose a tag to compare
Get image list with name query (#7)

* get image list with name query
* add missing routes

Get image list by name, add missing routes

21 Jul 22:17
Compare
Choose a tag to compare
v0.2.1-pre02

missing routes

Get image list by name

21 Jul 19:56
Compare
Choose a tag to compare
Pre-release
v0.2.1-pre01

get image list with name query

Move routes to v2 and various fixes

20 Jul 12:50
569f15c
Compare
Choose a tag to compare
  • move routes to v2
  • bump timeouts for long list operations
  • custom encode Ec2ImageVolumeMap to return "{}" instead of null for nil devices
  • backend prefix swap