Skip to content

v0.1.0 - Build for Java (Gradle) and Go (Dep, Mod)

Compare
Choose a tag to compare
@sriram-mv sriram-mv released this 15 Feb 01:05
· 234 commits to master since this release
9bc19ca
  • Build AWS Lambda functions for additional language and framework combinations! 🍾

    • Java language and Gradle dependency manager.
    • Go language and Dep dependency manager.
    • Go language and Mod dependency manager.
  • Each workflow can now have a custom path resolver and validator for all executables required by actions!

    • executables can also be looked up by additional search paths, rather than relying on $PATH
  • Support for .npmrc configuration in Node NPM workflow!

and other bug fixes!

Shout-out to following open source contributors! 🎆

Changelog

  • design: Path Resolver (#48)
  • Extend Node.js NPM support for .npmrc configuration (#53)
  • chore: Pin appveyor bundler version to 1.17.3 (#66)
  • feat(go): Golang Dep Builder (#54)
  • docs: fix relative path for python workflow (#62)
  • doc: GoDep Design doc (#70)
  • feat: Path Resolver and Validator (#55)
  • feat(go): Golang Mod Builder (#65)
  • fix: update license key in setup() to expected value by PyPi (#73)
  • refactor(go): Updated handler to artifact_executable_name for go workflows (#79)
  • feat: allow path resolver to look at additional paths (#78)
  • Gradle builder for Java (#69)
  • chore: version bump to 0.1.0 (#83)
  • backcompat: cli (#85)