Update dependency pyryver to v0.4.0.post1 #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.3.2.post1
->==0.4.0.post1
Release Notes
tylertian123/pyryver (pyryver)
v0.4.0.post1
Compare Source
This post-release fixes a minor typo in
Object.get_app_link()
(#10), in addition to some minor documentation formatting issues.v0.4.0
Compare Source
Release v0.4.0
Version 0.4 introduces auto-reconnect for
RyverWS
real-time clients! Minor breaking changes were introduced since 0.3.2. Please see the list below for changes.For an example on how to use the new connection features, see Realtime Quickstart or the Example Usage on the homepage on Read the Docs.
Notable Changes (Since v0.3.2.post1)
Breaking Changes
RyverWS.close()
will no longer causeRyverWS.run_forever()
to return. Instead,RyverWS.terminate()
was introduced to makerun_forever()
return. (2006da9
)@RyverWS.on_error
decorator was removed. (d4e36bd
)Creator
were switched for consistency so that the attachment parameter always comes first (except insend_message()
). (0b5bc03
)GroupChatMember
'sas_user()
method has been made async because it needs to fetch additional information. This could be considered a bugfix. (11ca311
)New Features
RyverWS
realtime sessions can now auto-reconnect (seeRyverWS.set_auto_reconnect()
andRyver.get_live_session()
's newauto_reconnect
parameter). (823a35b
)@RyverWS.on_reconnect
for defining a callback to be called when auto-reconnect succeeds. (d4e36bd
)File
objects and not justStorage
objects. (4739637
)Ryver.get_object()
now supports getting a list of objects. (e5cdccb
)send_
and connect functions inRyverWS
now have an optional timeout parameter that defaults to 5 seconds. (2fdebe6
)Creator
,TaskTag
, all classes inheriting fromObject
, all WS message classes) now use__slots__
for memory savings and faster attribute access. (4e575ab
)Object
are now all hashable (and hash to their IDs). (4e575ab
)__repr__()
implementation. Objects with names will have their names shown in their__repr__
, and some other classes such asMessage
s will have even more information. (ab3f9f9
,0e9639c
)Ryver.get_groupchat()
now take additional arguments to specify whether to search teams or forums.Ryver.get_team()
andRyver.get_forum()
were introduced (e1903c7
).GroupChat.join()
andGroupChat.leave()
for joining and leaving forums and teams. (d14ccca
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.