Mercurial > libervia-pubsub
annotate NEWS @ 210:2a0a6a671776
Fix error reporting for older Python versions.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Fri, 30 Jan 2009 15:27:33 +0000 |
parents | cc4f45ef793e |
children | edabaa535476 |
rev | line source |
---|---|
208 | 1 0.8.1 (2008-08-05) |
2 ================== | |
3 | |
4 - Include database schema files in distribution. | |
5 | |
6 | |
207 | 7 0.8.0 (2008-08-05) |
8 ================== | |
9 | |
10 - Complete API method name change to conform to Twisted's naming conventions. | |
11 - Change so that stored items are stripped of the pubsub namespace, this makes | |
12 notifications have the proper namespace for items. | |
13 - Match an API change in Wokkel for the HTTP gateway. | |
14 - Add persistent storage for the HTTP gateway's record of subscriptions and | |
15 callbacks. | |
16 - Adjust node configuration code to match Wokkel's API changes for data forms. | |
17 - Implement a root collection that includes all leaf nodes. | |
18 | |
19 | |
193 | 20 0.7.3 (2008-05-30) |
191
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
21 ================== |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
22 |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
23 - Return appropriate HTTP status codes on failed un-/subscription. |
193 | 24 - Use ServiceMaker to setup twistd plugins, available as of Twisted 8.1.0. |
25 - Require simplejson through setup.py. | |
26 - Update installation and configuration documentation in INSTALL. | |
191
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
27 |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
28 |
190
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
29 0.7.2 (2008-05-16) |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
30 ================== |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
31 |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
32 - Make sure that optional PostgreSQL connect parameters are passed as None |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
33 if not specified. |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
34 - Require wokkel and uuid through setup.py. |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
35 |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
36 |
189 | 37 0.7.0 (2008-04-22) |
38 ================== | |
39 | |
40 - Depend on Wokkel for XMPP protocol implementations (#4). | |
41 - Depend on the uuid module that ships with Python 2.5 and can be installed | |
42 for older versions from http://pypi.python.org/pypi/uuid. | |
43 - Provide twistd parameters for connecting to a remote PostgreSQL | |
44 database (#6). | |
45 - Add support for node deletion notifications. | |
46 - Optionally send the last published item on subscription. | |
47 - Add an HTTP gateway (accessible via a separate twistd plugin) that allows | |
48 for creating new nodes, publishing to nodes locally and subscribing to | |
49 remote nodes through HTTP. See http://idavoll.ik.nu/wiki/HTTP_Interface. | |
50 - Miscellaneous fixes (#7, #9). | |
51 | |
52 | |
165 | 53 0.6.0 (2007-01-18) |
189 | 54 ================== |
161
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
55 |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
56 - Improve error handling by using stanza error support in Twisted Words 0.4.0. |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
57 - Bring errors up to date with version 1.8 of JEP-0060. |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
58 - Add new retrieve-default feature for retrieval of default node |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
59 configuration. |
162
84cfe9fe38c5
Comply with the access model 'open'.
Ralph Meijer <ralphm@ik.nu>
parents:
161
diff
changeset
|
60 - Fully comply with access model 'open'. |
163
1701c0e2c707
Add --dbpass option for passing a password to the PostgreSQL backend.
Ralph Meijer <ralphm@ik.nu>
parents:
162
diff
changeset
|
61 - Add --dbpass option for PostgreSQL backend. |
165 | 62 - Fix import incompatibility with Twisted Words 0.5.0 (#3). |
161
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
63 |
189 | 64 |
155 | 65 0.5.0 (2006-08-17) |
66 ================== | |
67 | |
68 First release. |