All Versions
90
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 9

  • v0.2.1 Changes

    • โž• Added Dynamo DB table resources (@ababkin)
    • ๐Ÿ›  Fix the Python docs scraper mishandling the required value in some cases, and also missing some properties of resources (@amar47shah)
    • โž• Added a ton of SNS and SQS resources (@ababkin)
    • โž• Added a experimental checker for duplicate resource names (@amar47shah)
  • v0.2.0 Changes

    • ๐Ÿ’ฅ Breaking change: The DependsOn property previously allowed lists of Val Text, when in fact CloudFormation only accepts literal Text values. The new type of DependsOn is Maybe [Text].
    • โž• Added AWS::ElastiCache::CacheCluster resource (@MichaelXavier)
    • โž• Added many AWS::Lambda resources and associated resource properties (@ababkin)
    • โž• Added new ImportValue CloudFormation function (@timmytofu)
    • โž• Added tons of AWS Kineses resources (@MichaelXavier)
    • โž• Added a lot of Api Gateway resources (@ababkin)
    • ๐Ÿ‘ Allow setting LensPrefix in JSON model files to avoid name collisions (https://github.com/frontrowed/stratosphere/issues/27)
  • v0.1.6 Changes

    • ๐Ÿ›  Fix Haddock parsing for FindInMap. We now run haddock in CircleCI so we shouldn't see a regression like this in the future.
  • v0.1.5 Changes

    • โž• Added S3 buckets and bucket policies
    • โž• Added CloudTrail Trail (Thanks @timmytofu!)
    • โž• Added the FindInMap intrinsic function. (Thanks @MichaelXavier!)
    • โž• Added SecurityGroupEgress and SecurityGroupIngress rules. (Thanks @MichaelXavier!)
    • ๐Ÿ›  Fixed type of ELB policy using the more specific NameAndValue type. (Thanks @MichaelXavier!)
  • v0.1.4 Changes

    • โž• Added UserName property to the IAM User resource. (Thanks @timmytofu!)
    • โž• Added IAM Group and Role name parameters. (Thanks again @timmytofu!)
  • v0.1.3 Changes

    • โšก๏ธ Update aeson-pretty to version 0.8 so we can stay in stackage nightly.
    • ๐Ÿ›  Fix not exporting resource name lens.
  • v0.1.2 Changes

    • โž• Added all of the resources and resource properties for Auto Scaling Groups.
    • ๐Ÿ†• New AutoScalingGroup example
    • โž• Added UpdatePolicy, CreationPolicy, and DependsOn
  • v0.1.2.1 Changes

    • โœ‚ Removed some dependencies that crept in so we can build against stackage nightly and use GHC 8. These were actually dependencies of stratosphere-gen and aren't needed for stratosphere.
  • v0.1.1 Changes

    • ๐Ÿ’… Small bug fix for "style" test when using the cabal distribution
  • v0.1 Changes

    • ๐ŸŽ‰ Initial release with all Template components implemented along with a huge set of Resources.