Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (31 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 1.76 KB

[Unreleased]

  • Switch to BSD 3-Clause License

0.3.0

  • Support :env option for start_container #31

0.2.4

  • Expose container logs on actively running instances via ContainerControl #29

0.2.3

  • Fix keyword arg warning #28

0.2.2

  • Support :memory option for start_container #27
  • Add debug log when a function query fails #17

0.2.1

  • Fix incorrect conversion of a ProcessStatus into an exit code #16

0.2.0

  • Allow exercising salesforce functions via FunctionQuery (Experimental API) #10
  • Lock LocalBuildpack when generating images to prevent process race conditions #9

0.1.6

  • Remove premature error checking from Cutlass.default_buildpack_paths #8

0.1.5

  • Expect build.sh scripts to produce a directory named "target" #7

0.1.4

  • Cutlass.default_buildpack_paths= now accepts a LocalBuildpack #6

0.1.3

  • Do not connect to docker if it's not needed #5

0.1.2

  • App.new accepts a buildpack array with the :default symbol which acts as a shortcut for Cutlass.default_buildpack_paths #4
  • Cutlass.default_buildpack_paths= raises an error if you pass in a path that does not exist. #4

0.1.1

  • Fix App#pack_build with no block #3

[0.1.0] - 2021-03-29

  • Initial release