We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924c40e commit 54c49dfCopy full SHA for 54c49df
CHANGELOG.md
@@ -1,6 +1,15 @@
1
lambda-uploader CHANGELOG
2
=========================
3
4
+1.2.0
5
+-----
6
+- Added support for X-Ray tracing
7
+- Added support for configuring a Kinesis subscription
8
+- Symlinks can now be copied when creating the Lambda Package
9
+- VPC Configuration is fixed
10
+- Boto3, Botocore and Lambda Uploader Versions are now reported as part
11
+ of traceback.
12
+
13
1.1.0
14
-----
15
- Runtime is now a configurable option
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
# limitations under the License.
__title__ = 'lambda_uploader'
16
-__version__ = '1.1.0'
+__version__ = '1.2.0'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
0 commit comments