Skip to content

Commit

Permalink
prepare for 0.3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alokito committed Jun 21, 2022
1 parent 590565b commit 390fe24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.3.10

* #65 Added GATEWAY_EXPIRE_SECONDS to set how long cellxgene servers can remain idle before being terminated.
* Added GATEWAY_LOG_LEVEL to set the log level
* #68 Close connections after reading response
* #68 Background thread reads from output of cellxgene process until it exits

# 0.3.9

* Added S3_ENABLE_LISTINGS_CACHE variable (See README.md)
Expand Down
2 changes: 1 addition & 1 deletion cellxgene_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
# the specific language governing permissions and limitations under the License.

__version__ = "0.3.9"
__version__ = "0.3.10"

0 comments on commit 390fe24

Please sign in to comment.