Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Development Release v0.2.dev3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Luna-Klatzer Luna-Klatzer released this 31 Aug 12:23
· 23 commits to v0.2.dev since this release

v0.2.dev3 - 2021-08-31

Added

  • Event Parsers for events: HOUSE_JOIN, HOUSE_UPDATE, HOUSE_LEAVE and HOUSE_DOWN (both for py-events
    house_down and house_delete)
  • Update functionality for house_ids property in ClientCache, which
    always return the current available ids for the houses.
  • house_ids Property in HivenClient
  • Removal functions in ClientCache: remove_house, remove_user, remove_room,
    remove_entity, remove_private_room adn remove_relationship
  • is_house_message to type House
  • is_house_typing to type UserTyping

Changed

  • Renamed py-event house_downtime to house_down
  • Fixed wrong naming of HOUSE_REMOVE to HOUSE_LEAVE
  • Renamed property read_state in ClientCache to init_read_state, due to the
    property not being updated yet!
  • Fixed data issue in HivenParsers.dispatch(), which modifies original data
    as well. Using deepcopy now to avoid this issue.
  • Fixed minor issue with on_house_member_online and on_house_member_offline

Removed

  • house_memberships property in Cache