Mercurial > libervia-pubsub
comparison CHANGELOG @ 453:1a179ad10125
backend: service name can now be specified with `service_name` parameter
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jul 2021 15:39:57 +0200 |
parents | cc29a62fb64c |
children | cebcb7f56889 |
comparison
equal
deleted
inserted
replaced
452:8da3db1e82a9 | 453:1a179ad10125 |
---|---|
1 v 0.4.0 (NOT RELEASED YET): | 1 v 0.4.0 (NOT RELEASED YET): |
2 - /!\ renamed to "Libervia Pubsub", application name is now "libervia-pubsub" | 2 - /!\ renamed to "Libervia Pubsub", application name is now "libervia-pubsub" |
3 - Python 3 port | 3 - Python 3 port |
4 - publish-options implementation | 4 - publish-options implementation |
5 - max_items configuration option | 5 - max_items configuration option |
6 - Full-Text Search, with node setting to specify language | 6 - Full-Text Search, with node setting to specify language |
7 - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) | 7 - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) |
8 - environment variables can now be used to set options | 8 - environment variables can now be used to set options |
9 - service name can now be specified with "service_name" parameter | |
9 - bug fixes | 10 - bug fixes |
10 | 11 |
11 v 0.3.0 (16/08/2019) | 12 v 0.3.0 (16/08/2019) |
12 - PEP: presence and +notify initial support | 13 - PEP: presence and +notify initial support |
13 - PEP: notifications for auto subscribers | 14 - PEP: notifications for auto subscribers |