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