Skip to content

Releases: HDE/python-lambda-local

v0.1.13

Choose a tag to compare

@freedomofkeima freedomofkeima released this 02 Jun 10:42
7b3199b
  • Drop support of Python 2.7
  • Various update and cleanup, add Python 3.9 support
  • Add __main__ file for using the package as a module
  • Implement tests via Github Actions

v0.1.12

Choose a tag to compare

@yxd-hde yxd-hde released this 10 Dec 04:42
9e87bfb
  • Fix error when running on Windows with Python 3

v0.1.11

Choose a tag to compare

@yxd-hde yxd-hde released this 29 Nov 06:04
  • Test on python 3.8

v0.1.10

Choose a tag to compare

@yxd-hde yxd-hde released this 25 Nov 05:32
ae22a12
  • Fix traceback output when exception happens

v0.1.9

Choose a tag to compare

@yxd-hde yxd-hde released this 15 Nov 09:49
1c73031
  • Support latest boto3
  • Support Python 3.7

v0.1.8

Choose a tag to compare

@freedomofkeima freedomofkeima released this 30 Jan 09:46
  • [Backwards Incompatibility] Change signature of call in lambda_local.main
  • Fix log
  • Add doc for call as lib

v0.1.7

Choose a tag to compare

@yxd-hde yxd-hde released this 23 Oct 03:29
4bd9927
  • Fix readme reading error in non UTF8 system.
  • Fix copyright year.
  • Run tests in CI tool.

v0.1.6

Choose a tag to compare

@freedomofkeima freedomofkeima released this 03 Sep 06:11
0a8e44d
  • Add timer timeout implementation for windows

v0.1.5

Choose a tag to compare

@yxd-hde yxd-hde released this 14 Dec 03:09
6b014b7
  • Add version
  • Add support to read environment variable from a file

v0.1.4

Choose a tag to compare

@yxd-hde yxd-hde released this 19 Apr 05:37
  • Support python 3.6 .