What's Changed
* Support offical API provided by [Chzzk Developer Center](https://developers.chzzk.naver.com/)
* Support Session feature to handle donation, message.
* Support Chat Section feature to send message, send announcement, or setup chatting.
* Support User Section feature to get self-channel info
* Support Authorization Section feature to authentic channel.
* Support Channel Section feature to search channel with an unique id, or setup self-channel
* Support Live Section feature to search live
* Support Category Section featrue to gather categories.
* Apply indepentent gateway configured socket.io and engine.io protocol in python environment.
* Support Multiple-Connection Session feature. (Max Client Session: 10, Max User Session: unlimited)
py
await user_client1.connect(UserPermission.all(), addition_connect=True)
await user_client2.connect(UserPermission.all())
Related Issues/Pull Requests
* [Feat] Support chzzk offical API by gunyu1019 in https://github.com/gunyu1019/chzzkpy/issues/42
* [Feat] Apply major update(v2) element to develop branch by gunyu1019 in https://github.com/gunyu1019/chzzkpy/pull/62
* [Deploy] Bump to v2.0.0 (Major Update) by gunyu1019 in https://github.com/gunyu1019/chzzkpy/pull/63