Skip to content

Releases: gunyu1019/chzzkpy

v1.1.2

11 Jan 03:11
4aa8ebc
Compare
Choose a tag to compare

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

v1.1.1

11 Jan 02:56
343ed09
Compare
Choose a tag to compare

This version had deprecated.
Reason: Missing Commit.

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

Related Issues/Pull Requests

v1.1.0

01 Jan 06:44
fa35e58
Compare
Choose a tag to compare

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

v1.0.4

23 Nov 05:40
f98f54e
Compare
Choose a tag to compare

What's Changed

  • Add on_broadcast_open / on_broadcast_close event handler
  • Add close method at gateway.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

10 Nov 03:33
ab2dcb5
Compare
Choose a tag to compare

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 from message.py
  • Fix wrong literial type (MissionDontationExtra)

Related Issues/Pull Requests

v1.0.2

04 Oct 11:45
17624a4
Compare
Choose a tag to compare

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

22 Jul 18:27
3510434
Compare
Choose a tag to compare

What's Changed

  • Fixed invalid emojis field
  • Update python packages

Related Issues/Pull Request

v1.0.0

06 Jun 07:49
f7ec3d1
Compare
Choose a tag to compare

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

v0.0.5-alpha1

31 May 11:35
d9aab12
Compare
Choose a tag to compare
v0.0.5-alpha1 Pre-release
Pre-release

What's Changed

  • Add User-Agent info, when the request created to avoid blocked (Connection Peer)

Related Issues/Pull Request

v0.0.4 alpha01

05 Mar 13:47
5819ea4
Compare
Choose a tag to compare
v0.0.4 alpha01 Pre-release
Pre-release

What's Changed

  • Update package ahttp-client (alias async-client-decorator)

Related Issues/Pull Request