kopia lustrzana https://gitlab.com/jaywink/federation
1.3 KiB
1.3 KiB
[0.2.0] - 2016-04-09
Backwards incompatible changes
- Any implementations using the Diaspora protocol and
Postentities must now useDiasporaPostinstead. See "Changed" below.
Added
- Support for using
validate_field()methods for entity fields and checking missing fields against_required. To use this validation,validate()must specifically be called for the entity instance. - Base entities
CommentandReactionwhich subclass the newParticipationMixin. - Diaspora entity
DiasporaComment, a variant ofComment. - Diaspora entity
DiasporaLike, a variant ofReactionwith thereaction = "like"default.
Changed
- Refactored Diaspora XML generators into the Diaspora entities themselves. This introduces Diaspora versions of the base entities called
DiasporaPost,DiasporaCommentandDiasporaLike. Any implementations using the Diaspora protocol andPostentities must now useDiasporaPostinstead.
Fixes
- Entities which don't specifically get passed a
created_atnow get correct current time increated_atinstead of always having the time part as00:00.
[0.1.1] - 2016-04-03
Initial package release
Supports well Post type object receiving over Diaspora protocol.
Untested support for crafting outgoing protocol messages.