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