Mercurial > libervia-pubsub
annotate CHANGELOG @ 460:607616f9ef5b
backend: new `server_jid` option:
Server domain must be known to validate requests, this can be done explicitely by using the
`server_jid` option. If this option is not set, the server domain is found:
- by using the `from` name of the initial delegation advertising message
- or it fallbacks to using the part after initial `.` (`pubsub.example.org` would give
`example.org`)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 15 Oct 2021 09:32:07 +0200 |
parents | cebcb7f56889 |
children | a017af61a32b |
rev | line source |
---|---|
420 | 1 v 0.4.0 (NOT RELEASED YET): |
453
1a179ad10125
backend: service name can now be specified with `service_name` parameter
Goffi <goffi@goffi.org>
parents:
447
diff
changeset
|
2 - /!\ renamed to "Libervia Pubsub", application name is now "libervia-pubsub" |
420 | 3 - Python 3 port |
4 - publish-options implementation | |
422 | 5 - max_items configuration option |
432 | 6 - Full-Text Search, with node setting to specify language |
7 - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) | |
8 - environment variables can now be used to set options | |
460 | 9 - server jid can now be specified with "server_jid" parameter, otherwise it's determined automatically |
453
1a179ad10125
backend: service name can now be specified with `service_name` parameter
Goffi <goffi@goffi.org>
parents:
447
diff
changeset
|
10 - service name can now be specified with "service_name" parameter |
459
cebcb7f56889
backend, delegation: update to XEP-0355 v0.5 (namespace bump) + disco:
Goffi <goffi@goffi.org>
parents:
453
diff
changeset
|
11 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) |
420 | 12 - bug fixes |
13 | |
410 | 14 v 0.3.0 (16/08/2019) |
383 | 15 - PEP: presence and +notify initial support |
16 - PEP: notifications for auto subscribers | |
17 - added "presence" access model | |
18 - implemented affiliations | |
19 - items are now ordered by default using last update date. This is actually the order corresponding to the XEP | |
20 - item creation and modification are now saved in 2 separate fields | |
21 - "roster" access model has been renamed to "publisher-roster" | |
22 - 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 | 23 - implemented "Order-By" protoXEP |
383 | 24 - node schema experimental features (use a data form as a schema for a node) |
25 - serial ids experimental feature (ids in series like 1, 2, 3, etc.) | |
26 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users) | |
408 | 27 - consistent_publisher experimental feature (preserve publisher when owner or admin update an item) |
383 | 28 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" |
29 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. | |
408 | 30 - admins can delete node, change schema, change config, delete or overwrite items even if they are not owner of a node |
383 | 31 - MAM: filtering by categories |
408 | 32 - MAM and RSM various improvements |
383 | 33 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT |
34 - item id is returned on publish if it is not provided already | |
35 - (bug fix) fixed security check which was rejecting all delegations from external servers | |
36 - (bug fix) fixed publisher check on item publishing | |
408 | 37 - removed some old code inherited from Idavoll |
38 - various other fixes/improvements, checks the mercurial logs for details | |
39 - documentation in /doc (using ReStructuredText and Sphinx) | |
376 | 40 |
408 | 41 v 0.2.0 (02/12/2015): |
383 | 42 - schema updated (unversioned => version 1) |
43 - sync with Idavoll | |
44 - use of sat.tmp.wokkel as a workaround for change not merged upstream | |
45 - RSM (XEP-0059) implementation | |
46 - MAM (XEP-0313) implementation | |
47 - Namespace Delegation (XEP-0355) implementation | |
48 - Privileged Entity (XEP-0356) implementation | |
49 - removed remote-roster hack | |
50 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) | |
51 - item publisher is enforced | |
52 - categories handling (not complete) | |
53 - 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
|
54 |
284 | 55 v 0.1.1 (09/09/2014): |
56 bugfix release | |
57 | |
58 v 0.1.0 (24/02/2014): | |
264 | 59 ** FIRST PUBLIC RELEASE ** |