Mercurial > libervia-pubsub
annotate CHANGELOG @ 422:c21f31355ab9
configuration: "max_items" option:
"max_items" is implemented using a text-single field, as it is done in the XEP-0060
example (there is no real formal description). When changing the node configuration, the
max_items can't be set to a number lower than the total number of items in the node (the
configuration will then be rejected), this is to avoid accidental deletion of items.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Mar 2020 11:11:38 +0100 |
parents | 7a43c039c261 |
children | d9745fe5db46 |
rev | line source |
---|---|
420 | 1 v 0.4.0 (NOT RELEASED YET): |
2 - Python 3 port | |
3 - publish-options implementation | |
422 | 4 - max_items configuration option |
420 | 5 - bug fixes |
6 | |
410 | 7 v 0.3.0 (16/08/2019) |
383 | 8 - PEP: presence and +notify initial support |
9 - PEP: notifications for auto subscribers | |
10 - added "presence" access model | |
11 - implemented affiliations | |
12 - items are now ordered by default using last update date. This is actually the order corresponding to the XEP | |
13 - item creation and modification are now saved in 2 separate fields | |
14 - "roster" access model has been renamed to "publisher-roster" | |
15 - 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 | 16 - implemented "Order-By" protoXEP |
383 | 17 - node schema experimental features (use a data form as a schema for a node) |
18 - serial ids experimental feature (ids in series like 1, 2, 3, etc.) | |
19 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users) | |
408 | 20 - consistent_publisher experimental feature (preserve publisher when owner or admin update an item) |
383 | 21 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" |
22 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. | |
408 | 23 - admins can delete node, change schema, change config, delete or overwrite items even if they are not owner of a node |
383 | 24 - MAM: filtering by categories |
408 | 25 - MAM and RSM various improvements |
383 | 26 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT |
27 - item id is returned on publish if it is not provided already | |
28 - (bug fix) fixed security check which was rejecting all delegations from external servers | |
29 - (bug fix) fixed publisher check on item publishing | |
408 | 30 - removed some old code inherited from Idavoll |
31 - various other fixes/improvements, checks the mercurial logs for details | |
32 - documentation in /doc (using ReStructuredText and Sphinx) | |
376 | 33 |
408 | 34 v 0.2.0 (02/12/2015): |
383 | 35 - schema updated (unversioned => version 1) |
36 - sync with Idavoll | |
37 - use of sat.tmp.wokkel as a workaround for change not merged upstream | |
38 - RSM (XEP-0059) implementation | |
39 - MAM (XEP-0313) implementation | |
40 - Namespace Delegation (XEP-0355) implementation | |
41 - Privileged Entity (XEP-0356) implementation | |
42 - removed remote-roster hack | |
43 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) | |
44 - item publisher is enforced | |
45 - categories handling (not complete) | |
46 - 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
|
47 |
284 | 48 v 0.1.1 (09/09/2014): |
49 bugfix release | |
50 | |
51 v 0.1.0 (24/02/2014): | |
264 | 52 ** FIRST PUBLIC RELEASE ** |