You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,7 @@ localstack web
291
291
292
292
## Change Log
293
293
294
+
* v0.6.2: Major refactoring of installation process, lazy loading of dependencies
294
295
* v0.6.1: Add CORS headers; platform compatibility fixes (remove shell commands and sh module); add CloudFormation validate-template; fix Lambda execution in Docker; basic domain handling in ES API; API Gateway authorizers
295
296
* v0.6.0: Load services as plugins; fix service default ports; fix SQS->SNS and MD5 of message attributes; fix Host header for S3
296
297
* v0.5.5: Enable SSL encryption for all service endpoints (`USE_SSL` config); create Docker base image; fix issue with DATA_DIR
@@ -353,9 +354,12 @@ individual developer who contributes code to this repository. Please refer to th
353
354
354
355
## License
355
356
357
+
Copyright (c) 2017 *LocalStack* contributors.
358
+
356
359
Copyright (c) 2016 Atlassian and others.
357
360
358
-
*LocalStack* is released under the Apache License, Version 2.0 (see LICENSE.txt).
361
+
This version of *LocalStack* is released under the Apache License,
362
+
Version 2.0 (see LICENSE.txt).
359
363
360
364
We build on a number of third-party software tools, with the following licenses:
0 commit comments