Sparta v0.11.1 Release Notes

    • 💥 :warning: BREAKING
    • :checkered_flag: CHANGES

      • Support Go 1.8 newly optional GOPATH environment variable
      • Python proxied cgo builds now preserve the transformed source in the ./sparta scratch space directory.
      • Sparta assigned AWS Lambda function names now strip the leading SCM prefix. Example:
      github.com/mweagle/SpartaPython.HelloWorld
    

    becomes:

      mweagle/SpartaPython.HelloWorld
    
    • Upgrade to Mermaid 7.0.0
    • Use stable PolicyName in IAM::Role definitions to minimize CloudFormation resource update churn

      • 🛠 :bug: FIXED
    • Fixed latent bug where S3 bucket version check didn't respect --noop mode.

    • Fixed latent cgo bug where command line arguments weren't properly parsed