Releases: gunyu1019/chzzkpy
Releases · gunyu1019/chzzkpy
v1.1.2
What's Changed
- Add
on_mission_cost_update
event - Add MissionParticipationDonation data-class to handle
on_mission_cost_update
- Add missiong attribute at
BaseDonation
,MissionDonation
in #37 - [Emergency Patch] Missing Commit #40
Related Issues/Pull Requests
- [FR] 미션금 추가 by @ywj515 in #36
- [Deploy] Bump-up to v1.1.1 by @gunyu1019 in #38
v1.1.1
This version had deprecated.
Reason: Missing Commit.
What's Changed
Addon_mission_cost_update
eventAdd MissionParticipationDonation data-class to handleon_mission_cost_update
Add missiong attribute atBaseDonation
,MissionDonation
in #37
Related Issues/Pull Requests
- [FR] 미션금 추가 by @ywj515 in #36
- [Deploy] Bump-up to v1.1.1 by @gunyu1019 in #38~~
v1.1.0
What's Changed
- Implement channel management feature.
- Get chat activity count
- Add temporary restrict
- Add/Delete restrict
- Manage channel permission
- Manage Stream
- Prohibit Word
- Manage video and replay video
- Manage restrict-activity user and unrestrict-activity-request.
- Collect following user and, subscription user.
- Add interactive feature at PartialUser classes. (restrict, role, chat activity count)
- Add interactive feature at Message(extends NoticeMessage, SubscriptionMessage, DonationMessage ... etc)
- Add
profile_card
method at Chat Client - Add PartialVideo class (for management feautre.)
- Move UserRole enumeration class to basic. (for management feature.)
- (Fix) SystemExtraParameter.register_chat_profile and SystemExtraParameter.target_profile can be None.
- (Fix) Duplicated attribute (Profile.activity_badges)
Related Issues/Pull Requests
- [Feat] Add broadcast management feature. by @gunyu1019 in #33
v1.0.4
What's Changed
- Add
on_broadcast_open
/on_broadcast_close
event handler - Add
close
method atgateway.py
- When a client used ChatClient, live_status, live_detail method didn't need channel_id argument. (Enhance Developer Experience)
- Add Package Document (Korean, English)
- [Fix] Add chat reconnection condition.
(When a streammer created a new broadcast, the chat_channel_id will regenerated.)
Related Issues/Pull Requests
- [Docs] Add document about chzzkpy by @gunyu1019 in #30
- [BUG] 스트리밍 시작 후 이전에 실행시킨 ChatClient로부터 이벤트가 수신되지 않음 by @monun in #31
v1.0.3
What's Changed
- Add
on_mission_pending
event (When a user request a new mission, the event handler is called.) - Add
on_mission_rejected/approved
event (When a broadcaster approves or rejects a new mission, the event handler is called.) - Add
on_mission_complete
event (When a broadcaster complete a mission, the event handler is called.) - Add
on_subscription
event. - Divide data class struction
donation.py
frommessage.py
- Fix wrong literial type (MissionDontationExtra)
Related Issues/Pull Requests
- [Feat] #21 - advanced mission donation by @gunyu1019 in #27
- [Feat] #26 - Add
Subscription
Event by @gunyu1019
v1.0.2
What's Changed
Improve the development experience
- Change LoginRequired Exception message.
- Add ChatConnectFailed Exception, when LiveStatus content is None. (Addition Description: the broadcaster isn't on air for a long time or anytime.)
- Add HTTPException and NotFound Exception for more experience.
Related Issues/Pull Requests
- [Bug] AttributeError: 'NoneType' object has no attribute 'chat_channel_id' 자꾸 이런 오류가 뜨네요 by @DOCYEDOC in #17
- [Feat] #18 - Add Exception for develop experience (v1.0.2) by @gunyu1019
v1.0.1
What's Changed
- Fixed invalid
emojis
field - Update python packages
Related Issues/Pull Request
- [Bug] 채팅 버그 by @bytecakelake in #14
- [Fix] #14 - Missing emojis field by @gunyu1019 in #15
v1.0.0
What's Changed
- Add search feature (channel, live, video)
- Add autocomplete feature
- Add manage feature about chat message.
- Add channel data-model
- Add video data-model
- [Fixed] Skipped return on notice event.
Related Issues/Pull Request
- [Feat] #7 - Add Search Feature by @gunyu1019 in #11
- [Deploy] bump v1.0.0 by @gunyu1019 in #13
v0.0.5-alpha1
What's Changed
- Add User-Agent info, when the request created to avoid blocked (Connection Peer)
Related Issues/Pull Request
- [Deploy] bump v0.0.5 by @gunyu1019 in #10
v0.0.4 alpha01
What's Changed
- Update package
ahttp-client
(aliasasync-client-decorator
)
Related Issues/Pull Request
- [Deploy] Deploy v0.0.4 by @gunyu1019 in #6