Mercurial > libervia-pubsub
annotate CHANGELOG @ 419:794593086517
backend: publish-options implementation:
- removed some old code
- new ConstraintFailed exception
- publishing options implementation, following XEP-0060 §7.1.5
- first use of async/await syntax, used to simplify "publish" method
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 Dec 2019 19:56:47 +0100 |
parents | 0861da6975b5 |
children | 7a43c039c261 |
rev | line source |
---|---|
410 | 1 v 0.3.0 (16/08/2019) |
383 | 2 - PEP: presence and +notify initial support |
3 - PEP: notifications for auto subscribers | |
4 - added "presence" access model | |
5 - implemented affiliations | |
6 - items are now ordered by default using last update date. This is actually the order corresponding to the XEP | |
7 - item creation and modification are now saved in 2 separate fields | |
8 - "roster" access model has been renamed to "publisher-roster" | |
9 - re-implemented feature which allows an entity to retract an item from somebody else node (i.e. a node from which he is neither owner or publisher) if he is the publisher of the item. | |
376 | 10 - implemented "Order-By" protoXEP |
383 | 11 - node schema experimental features (use a data form as a schema for a node) |
12 - serial ids experimental feature (ids in series like 1, 2, 3, etc.) | |
13 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users) | |
408 | 14 - consistent_publisher experimental feature (preserve publisher when owner or admin update an item) |
383 | 15 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" |
16 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. | |
408 | 17 - admins can delete node, change schema, change config, delete or overwrite items even if they are not owner of a node |
383 | 18 - MAM: filtering by categories |
408 | 19 - MAM and RSM various improvements |
383 | 20 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT |
21 - item id is returned on publish if it is not provided already | |
22 - (bug fix) fixed security check which was rejecting all delegations from external servers | |
23 - (bug fix) fixed publisher check on item publishing | |
408 | 24 - removed some old code inherited from Idavoll |
25 - various other fixes/improvements, checks the mercurial logs for details | |
26 - documentation in /doc (using ReStructuredText and Sphinx) | |
376 | 27 |
408 | 28 v 0.2.0 (02/12/2015): |
383 | 29 - schema updated (unversioned => version 1) |
30 - sync with Idavoll | |
31 - use of sat.tmp.wokkel as a workaround for change not merged upstream | |
32 - RSM (XEP-0059) implementation | |
33 - MAM (XEP-0313) implementation | |
34 - Namespace Delegation (XEP-0355) implementation | |
35 - Privileged Entity (XEP-0356) implementation | |
36 - removed remote-roster hack | |
37 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) | |
38 - item publisher is enforced | |
39 - categories handling (not complete) | |
40 - pgsql: schema version is checked, and a message asking to upgrade is displayed if needed | |
305
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
41 |
284 | 42 v 0.1.1 (09/09/2014): |
43 bugfix release | |
44 | |
45 v 0.1.0 (24/02/2014): | |
264 | 46 ** FIRST PUBLIC RELEASE ** |