Skip to content

Commit

Permalink
Add v0.0.4 release notes h2oai/q#678
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jun 26, 2020
1 parent 0b337b4 commit d139226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions py/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,16 @@ Links

Change Log
---------------

* v0.0.4
* Added
* Multi-user and multi-client support: launch apps in ``multicast`` or ``unicast`` modes in addition to ``broadcast`` mode.
* Client-specific data can now be stored and accessed via ``q.client``, similar to ``q.session`` and ``q.app``.
* Simpler page referencing: ``import site`` can be used instead of ``site = Site()``.
* Changed
* Apps now lauch in ``unicast`` mode by default instead of ``broadcast`` mode.
* v0.0.3
* Added
* Make Expando data structure available for apps.
* Make ``Expando`` data structure available for apps.
* v0.0.2
* Initial version
* v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='telesync',
version='0.0.3',
version='0.0.4',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Q / Telesync Realtime Apps',
Expand Down

0 comments on commit d139226

Please sign in to comment.