This repository has been archived by the owner on May 28, 2022. It is now read-only.
v1.0.0 #65
yupix
announced in
Announcements
v1.0.0
#65
Replies: 2 comments 2 replies
-
This release is currently not available for upload due to the author's environment and does not exist on pypi. |
Beta Was this translation helpful? Give feedback.
1 reply
-
As the Loop works great! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Note
クラスにreply
メソッドを追加しましたrich
を使ったデバッグ機能を追加しましたfile_upload
関数を追加しましたrun
メソッドにdebug
引数を追加しましたChat
ChatContent
クラスを追加しましたon_chat
イベントを追加しましたNoteContent
クラスを追加しました- ノートの受信イベントでは基本このクラスが使用されます。Instance
クラスにget_users
メソッドを追加しましたChanged
今までのNote
クラスに当たるものをNoteContent
に変更し別途Note
クラスを作成させるようにしましたこれは不要なデータなどを生成しないようにすることが目的です。Drive
クラスのupload
メソッドで例外InvalidParameters
を発生させるようにしましたto_file
,to_url
の両方がないと変数が定義されず、Drive
クラスの生成に失敗する可能性があるからです。get_user
メソッドが 非同期になりました。utils.py
の一部を Cython を用いたものに変更DriveAction
を廃止し,file_upload
を使用するようにevent_dispatch
でクラスにイベントがある場合呼び出すようにしましたdispatch
に関連する物を非同期から同期に変更しましたwebsockets
からaiohttp
に変更しましたRouter
クラスのchannels
メソッドをconnect_channel
に変更しましたon_ready
を除きwebsocketを引数で渡さないようになりましたNote
クラスのtext
変数をcontent
と統合しましたReaction
クラスとReactionContent
を結合させましたChat
クラスとChatContent
を結合させましたDrive
クラスのupload
メソッドで使用できる引数名を変更、キーワード引数を強制するようにしました。url
=>to_url
,path
=>to_file
force
,is_sensitive
Fixed
Removed
Router
クラスから以下のメソッドを削除しましたChatContent
ReactionContent
NoteContent
UserAction
UserProfile
UserProfile
にあったものはUser
に統合され、詳細な情報はUser
クラスの detailsオブジェクト(UserDetails
) から取得可能ですWebSocket
クラスを削除しましたws_connect
メソッドを使用しますrequests
ライブラリを削除しましたrequest
メソッドを使用しますThis discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions