Mercurial > libervia-pubsub
annotate NEWS @ 196:00a6dbfbee42
Return deferreds on failure, instead of raising exceptions.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 10 Jun 2008 08:28:57 +0000 |
parents | 8ab16e319bb8 |
children | 43a4d0d6c076 |
rev | line source |
---|---|
193 | 1 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
|
2 ================== |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
3 |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
4 - Return appropriate HTTP status codes on failed un-/subscription. |
193 | 5 - Use ServiceMaker to setup twistd plugins, available as of Twisted 8.1.0. |
6 - Require simplejson through setup.py. | |
7 - 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
|
8 |
48245777acea
Return proper HTTP status codes on failed un-/subscription.
Ralph Meijer <ralphm@ik.nu>
parents:
190
diff
changeset
|
9 |
190
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
10 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
|
11 ================== |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
12 |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
13 - 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
|
14 if not specified. |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
15 - 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
|
16 |
6e6c89eca9db
Make sure optional PostgreSQL connect parameters are passed as None, require
Ralph Meijer <ralphm@ik.nu>
parents:
189
diff
changeset
|
17 |
189 | 18 0.7.0 (2008-04-22) |
19 ================== | |
20 | |
21 - Depend on Wokkel for XMPP protocol implementations (#4). | |
22 - Depend on the uuid module that ships with Python 2.5 and can be installed | |
23 for older versions from http://pypi.python.org/pypi/uuid. | |
24 - Provide twistd parameters for connecting to a remote PostgreSQL | |
25 database (#6). | |
26 - Add support for node deletion notifications. | |
27 - Optionally send the last published item on subscription. | |
28 - Add an HTTP gateway (accessible via a separate twistd plugin) that allows | |
29 for creating new nodes, publishing to nodes locally and subscribing to | |
30 remote nodes through HTTP. See http://idavoll.ik.nu/wiki/HTTP_Interface. | |
31 - Miscellaneous fixes (#7, #9). | |
32 | |
33 | |
165 | 34 0.6.0 (2007-01-18) |
189 | 35 ================== |
161
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
36 |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
37 - 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
|
38 - 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
|
39 - 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
|
40 configuration. |
162
84cfe9fe38c5
Comply with the access model 'open'.
Ralph Meijer <ralphm@ik.nu>
parents:
161
diff
changeset
|
41 - 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
|
42 - Add --dbpass option for PostgreSQL backend. |
165 | 43 - 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
|
44 |
189 | 45 |
155 | 46 0.5.0 (2006-08-17) |
47 ================== | |
48 | |
49 First release. |