Skip to content

Commit

Permalink
Release of Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantAtAws committed Mar 4, 2022
1 parent f885bec commit c8d8871
Show file tree
Hide file tree
Showing 32 changed files with 1,998 additions and 1,320 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.1.1
=====
- Stream manager client is now a context manager, enabling it to be used with the Python `with` statement.
- Bump cbor2 dependency version to support Python 3.10.
- Update usage of asyncio to support Python 3.10.

1.1.0
=====
Stream manager supports automatic data export to AWS S3 and AWS IoT SiteWise, provides new API method to update existing streams, and pause or resume exporting.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SDK.
Follow the guide [here](https://docs.aws.amazon.com/greengrass/v2/developerguide/work-with-streams.html) to work
with Streams using the Stream Manager Client from the Stream Manager SDK.

View Python SDK documentation [here](https://aws-greengrass.github.io/aws-greengrass-stream-manager-sdk-python/).

## Compatibility

Stream Manager SDK provided by this repo is compatible with Stream Manager running on Greengrass Core 1.11 and above.
Expand All @@ -33,20 +35,12 @@ Manager dependencies are present.

One way to install both stream-manager and its dependencies (i.e. cbor) is to run the following command:
```console
pip install git+https://github.com/aws-greengrass/aws-greengrass-stream-manager-sdk-python.git
pip3 install stream_manager
```

<div class="Section" id="1.1.0updates">

## 1.1.0 Updates[](#1.1.0updates "Permalink to this headline")

Stream manager supports automatic data export to AWS S3 and AWS IoT SiteWise, provides new API method to update existing streams, and pause or resume exporting.

</div>

## Getting Help

* [Ask on a Greengrass forum](https://forums.aws.amazon.com/forum.jspa?forumID=254)
* [Ask on AWS re:Post](https://repost.aws/)

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 03d6f04636ed34b22fb2c2157470d0db
config: 0f8fa7192fab67dc409482e6501c4d21
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions docs/_apidoc/example.benchmarker.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>example.benchmarker module &mdash; Greengrass Stream Manager Python SDK 1.1.0 documentation</title>
<title>example.benchmarker module &mdash; Greengrass Stream Manager Python SDK 1.1.1 documentation</title>



Expand Down Expand Up @@ -56,7 +56,7 @@


<div class="version">
1.1.0
1.1.1
</div>


Expand Down Expand Up @@ -174,7 +174,7 @@

<div role="contentinfo">
<p>
&copy; Copyright 2021, Amazon.com.
&copy; Copyright 2022, Amazon.com.

</p>
</div>
Expand All @@ -196,7 +196,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.1.0',
VERSION:'1.1.1',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down
8 changes: 4 additions & 4 deletions docs/_apidoc/example.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>example.example module &mdash; Greengrass Stream Manager Python SDK 1.1.0 documentation</title>
<title>example.example module &mdash; Greengrass Stream Manager Python SDK 1.1.1 documentation</title>



Expand Down Expand Up @@ -56,7 +56,7 @@


<div class="version">
1.1.0
1.1.1
</div>


Expand Down Expand Up @@ -169,7 +169,7 @@

<div role="contentinfo">
<p>
&copy; Copyright 2021, Amazon.com.
&copy; Copyright 2022, Amazon.com.

</p>
</div>
Expand All @@ -191,7 +191,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.1.0',
VERSION:'1.1.1',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down
8 changes: 4 additions & 4 deletions docs/_apidoc/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>example package &mdash; Greengrass Stream Manager Python SDK 1.1.0 documentation</title>
<title>example package &mdash; Greengrass Stream Manager Python SDK 1.1.1 documentation</title>



Expand Down Expand Up @@ -56,7 +56,7 @@


<div class="version">
1.1.0
1.1.1
</div>


Expand Down Expand Up @@ -176,7 +176,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this

<div role="contentinfo">
<p>
&copy; Copyright 2021, Amazon.com.
&copy; Copyright 2022, Amazon.com.

</p>
</div>
Expand All @@ -198,7 +198,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.1.0',
VERSION:'1.1.1',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down
8 changes: 4 additions & 4 deletions docs/_apidoc/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>API Reference &mdash; Greengrass Stream Manager Python SDK 1.1.0 documentation</title>
<title>API Reference &mdash; Greengrass Stream Manager Python SDK 1.1.1 documentation</title>



Expand Down Expand Up @@ -56,7 +56,7 @@


<div class="version">
1.1.0
1.1.1
</div>


Expand Down Expand Up @@ -188,7 +188,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to

<div role="contentinfo">
<p>
&copy; Copyright 2021, Amazon.com.
&copy; Copyright 2022, Amazon.com.

</p>
</div>
Expand All @@ -210,7 +210,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.1.0',
VERSION:'1.1.1',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down
Loading

0 comments on commit c8d8871

Please sign in to comment.