Skip to content

Releases: probably-not/flame-ec2

v1.0.0

08 Jan 10:36
ddc0e90
Compare
Choose a tag to compare

First official release!

Full Changelog: v0.0.1-rc-11...v1.0.0

v0.0.1-rc-11

08 Jan 06:50
f9cda5d
Compare
Choose a tag to compare
v0.0.1-rc-11 Pre-release
Pre-release

v0.0.1-rc-9

07 Jan 14:09
9fa4853
Compare
Choose a tag to compare
v0.0.1-rc-9 Pre-release
Pre-release

v0.0.1-rc-8

07 Jan 13:15
6a4718e
Compare
Choose a tag to compare
v0.0.1-rc-8 Pre-release
Pre-release

v0.0.1-rc-10

07 Jan 14:56
b7dd728
Compare
Choose a tag to compare
v0.0.1-rc-10 Pre-release
Pre-release

v0.0.1-rc-7

06 Jan 16:18
3bfef97
Compare
Choose a tag to compare
v0.0.1-rc-7 Pre-release
Pre-release

Finally, I've gotten the EC2 API working. So now, I just need to fix usage within a demo app. This adds the xmerl application as a value to see whether the records can properly parse when they are a dependency.

Full Changelog: v0.0.1-rc-6...v0.0.1-rc-7

v0.0.1-rc-6

06 Jan 14:43
3e23ea5
Compare
Choose a tag to compare
v0.0.1-rc-6 Pre-release
Pre-release

The fun part of not being able to test things locally is that I need to keep doing these RC releases. Eventually, I should create a better workflow... but for now, I'm mostly being lazy. This is just a set of fixes to the user data script.

Full Changelog: v0.0.1-rc-5...v0.0.1-rc-6

v0.0.1-rc-5

06 Jan 14:02
542be3d
Compare
Choose a tag to compare
v0.0.1-rc-5 Pre-release
Pre-release

Continuing the saga of our RC releases - this contains a set of fixes when working with the actual AWS API - namely, XML parsing. I adapted the Livebook XML Parser to let us have a sort of mini XML decoder.

Full Changelog: v0.0.1-rc-4...v0.0.1-rc-5

v0.0.1-rc-4

06 Jan 13:15
cc0f1e8
Compare
Choose a tag to compare
v0.0.1-rc-4 Pre-release
Pre-release

This release is a follow up to the previous one, which was meant for testing against the actual AWS API. AWS contains some hidden request parameters that LocalStack does not require, so these parameters were not caught by the integrations tests against LocalStack.

Full Changelog: v0.0.1-rc-3...v0.0.1-rc-4

v0.0.1-rc-3

06 Jan 09:39
e004ebc
Compare
Choose a tag to compare
v0.0.1-rc-3 Pre-release
Pre-release

This release is a follow up to the previous one, which released with the EC2 API handling. Now, we have a testing suite which let's us test against LocalStack, so I've been able to narrow down the issues that I was having. This is a release to start full tests against an actual AWS instance.

Full Changelog: v0.0.1-rc-2...v0.0.1-rc-3