Mercurial > libervia-pubsub
annotate CHANGELOG @ 405:c56a728412f1
file organisation + setup refactoring:
- `/src` has been renamed to `/sat_pubsub`, this is the recommended naming convention
- revamped `setup.py` on the basis of SàT's `setup.py`
- added a `VERSION` which is the unique place where version number will now be set
- use same trick as in SàT to specify dev version (`D` at the end)
- use setuptools_scm to retrieve Mercurial hash when in dev version
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Aug 2019 12:00:02 +0200 |
parents | 04e7dcc436ca |
children | 3c2c602ce399 |
rev | line source |
---|---|
376 | 1 V 0.3 (NOT RELEASED YET) |
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) | |
14 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" | |
15 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. | |
387
04e7dcc436ca
backend: admins can delete node, change schema, change config or delete items even if they are not owner of a node
Goffi <goffi@goffi.org>
parents:
383
diff
changeset
|
16 - admins can delete node, change schema, change config or delete items even if they are not owner of a node |
383 | 17 - MAM: filtering by categories |
18 - MAM and RSM various improvments | |
19 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT | |
20 - item id is returned on publish if it is not provided already | |
21 - (bug fix) fixed security check which was rejecting all delegations from external servers | |
22 - (bug fix) fixed publisher check on item publishing | |
23 - various other fixes/improvments, checks the mercurial logs for details | |
376 | 24 |
25 v 0.2 (02/12/2015): | |
383 | 26 - schema updated (unversioned => version 1) |
27 - sync with Idavoll | |
28 - use of sat.tmp.wokkel as a workaround for change not merged upstream | |
29 - RSM (XEP-0059) implementation | |
30 - MAM (XEP-0313) implementation | |
31 - Namespace Delegation (XEP-0355) implementation | |
32 - Privileged Entity (XEP-0356) implementation | |
33 - removed remote-roster hack | |
34 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) | |
35 - item publisher is enforced | |
36 - categories handling (not complete) | |
37 - 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
|
38 |
284 | 39 v 0.1.1 (09/09/2014): |
40 bugfix release | |
41 | |
42 v 0.1.0 (24/02/2014): | |
264 | 43 ** FIRST PUBLIC RELEASE ** |