Skip to content

Commit 44c3d38

Browse files
authored
Merge pull request #223 from opentok/v3.6.0-release
V3.6.0 release
2 parents a94cfdd + b9f8538 commit 44c3d38

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.0
2+
current_version = 3.6.0
33
commit = True
44
tag = False
55

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release v3.6.0
2+
- Added auto-archive improvements to the `opentok.Client.create_session` method
3+
to customize automatically created archives:
4+
- `archive_name` parameter
5+
- `archive_resolution` parameter
6+
- Added the option to append to the user-agent, which can be done with
7+
```python
8+
opentok.Client.append_to_user_agent('my-appended-string')
9+
```
10+
- Added the option to specify audio-only or video-only broadcasts with the new booleans `hasAudio` and `hasVideo`
11+
when starting a broadcast or adding new streams to a broadcast.
12+
113
# Release v3.5.0
214
- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
315

opentok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "3.5.0"
2+
__version__ = "3.6.0"
33

0 commit comments

Comments
 (0)