-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
423 lines (241 loc) · 8.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
VERSION 0.1-SNAPSHOT
========================
This file is deprecated; instead, review Github commit messages for changelog.
========================
2013-04-07:
------------------------
*** major update to syntax, ABNF, and serialization formats
2013-03-03:
------------------------
*** support for message policies
*** support for ordered messages and operations
2013-02-28:
------------------------
*** modular XDI2 parser support
*** work on message policies
2013-02-06:
------------------------
*** adding CORS support
2013-01-31:
------------------------
*** much work on parser and graph model
*** introduced APG in addition to aParse
2013-01-28:
------------------------
*** create() factory method for parsing XRI syntax
2013-01-14:
------------------------
*** updated "i am" statements
2013-01-05:
------------------------
*** support for declarative policies
*** some work to support visualization of graphs
2012-12-29:
------------------------
*** many API updates to support the "statement" ABNF rule
2012-12-27:
------------------------
*** some updates to core graph API
*** adding StatementCondition to policy syntax
2012-12-26:
------------------------
*** many updates to support $is, $ref and $ref!
*** support for declarative link contract policies
*** updates to XDI Local Messenger
2012-12-21:
------------------------
*** many updates to support $is, $ref and $ref!
2012-12-13:
------------------------
*** small update to contributor mechanism
2012-12-04:
------------------------
*** bugfix in DollarIsInterceptor
*** support for $public link contract
*** some work on XDI Discovery
2012-11-10:
------------------------
*** experimental implementation of $is!, $get*, $get!
*** adding XDITestLocalMessenger
2012-11-07:
------------------------
*** improved support for $is arcs ("substitution instead of expansion")
2012-11-07:
------------------------
*** bugfix to contributor selection logic
*** making sure source contexts of $is arcs must be empty
2012-11-04:
------------------------
*** introducing "wrapped" graphs that come from a file, url, or classpath
*** separating out "xri2xdi" component into a separate project
2012-10-31:
------------------------
*** adding UniqueDollarIsInterceptor
2012-10-19:
------------------------
*** updated syntax 3.0 parser based on aParse 2.2
2012-10-09:
------------------------
*** Introducing expansion of ($) inclusion arcs
2012-10-07:
------------------------
*** Updates to multiplicity
*** Introduction of prototype messaging targets
*** Changing $del behavior to not raise exception if context node doesn't exist
2012-10-01:
------------------------
*** Updated Personal.com and Facebook connector plugins
2012-10-01:
------------------------
*** Many updates to contributor mechanism
2012-09-28:
------------------------
*** Preparing for module architecture
2012-09-27:
------------------------
*** Update to the way the XriResolutionServletEndpointInterceptor works
*** Updates to applicationContext.xml to registry to use =danube and =!BDF3.1FB.E70C.3958 as examples
2012-09-26:
------------------------
*** Updates to support latest multiplicity syntax (i.e. collections and entity singletons)
2012-09-19:
------------------------
*** New default link contract policy that checks for null values
2012-09-15:
------------------------
*** Added XriResolutionEndpointServletInterceptor
*** Various bug fixes, and improvements to DebugEndpointServletInterceptor
2012-09-11:
------------------------
*** Some bug fixes related to multiplicity syntax
2012-09-06:
------------------------
*** Added DataTypes skeleton class for supporting literal data types
*** Support for messaging targets to be removed by messaging target factories
2012-09-03:
------------------------
*** Many updates to messaging architecture and contributor/connector functionality
2012-09-01:
------------------------
*** Updates to multiplicity support
2012-08-29:
------------------------
*** Added Prashant/Pankaj code for "recursion" and "pretty printing" support of XDI/JSON format
*** Renamed XDI² to XDI2
2012-08-26:
------------------------
*** Small bugfixes to XDI/JSON reader and writer
2012-08-25:
------------------------
*** Updates to web tools
2012-08-24:
------------------------
*** New function of OperationInterceptors to be able to respond to result statements
*** Added experimental ExpandDollarIsInterceptor
2012-08-19:
------------------------
*** Renamed "server-logic" to "server", "server" to "server-war". Added "server-standalone".
2012-08-16:
------------------------
*** Merged Animesh' link contracts bug fix
*** Bug fixed related to Accept header and MIME types
*** Bug fixed related to the "self" remote root context nodes
2012-08-14:
------------------------
*** Added sample configuration for RegistryGraphMessagingTargetFactory
*** Added skeleton project for connector module xdi2-connector-personal
*** Some bug fixing
2012-08-09:
------------------------
*** Much work on Contributors
*** Added EndpointFilter to work side-by-side with EndpointServlet
*** Added "messaging target factories"
2012-08-05:
------------------------
*** Added xdi2.core.impl.file
2012-08-01:
------------------------
*** Embedded mode support with Jetty
*** New mechanism "Contributor" for supporting external data sources
*** Debug page for the server
2012-07-27:
------------------------
*** Much documentation work
*** Some updates to testing
2012-07-26:
------------------------
*** Small updates to multiplicity API
*** (Animesh) Fixes to link contracts and authentication
2012-07-25:
------------------------
*** The method getRelationXri() has been renamed to getTargetContextNodeXri().
*** Up until now, it was theoretically possible to have relational arcs that point to a context node that doesn't exist. This is not possible anymore.
*** When a context node is deleted, all the relational arcs pointing to it are deleted as well.
*** There is a new method ContextNode.getIncomingRelations() that returns all relational arcs in the graph that point to the context node.
*** Switched to junit 4.10
2012-07-19:
------------------------
*** Renamed "STATEMENTS" serialization format to "XDI DISPLAY"
*** Implemented support for "from-graph" and "to-graph" in messages
2012-07-18:
------------------------
*** Added BootstrapInterceptor to initialize new graphs
*** Added LICENSE
*** (Animesh) Added much new link contract functionality
2012-07-14:
------------------------
*** Major code cleanup
*** XDI Converter now has option for ordering statements
2012-07-12:
------------------------
*** Better support for multiplicity
*** Added samples project
2012-07-11:
------------------------
*** Added support for link contracts to XDI Local Messenger webtool
*** Small updates to iterators
*** Updated ordering support in XDIStatementsWriter
*** Updated xri2xdi.net service
2012-07-06:
------------------------
*** Merged Animesh' link contracts implementation
2012-07-05:
------------------------
*** Better support for MIME Types, e.g.:
application/xdi+json
application/xdi+json;contexts=1
text/xdi
text/xdi;contexts=1
*** Better error reporting:
No more HTTP BAD REQUEST, instead, always XDI error results.
Error results include the operation that caused the error.
*** XDI Messenger and XDI Local Messenger show error results.
*** Adjusted VariablesInterceptor
*** Added timestamps support
*** Began work on multiplicity support
*** Unit tests for multiplicity, timestamps
*** Skeleton for LinkContractsInterceptor
2012-06-27:
------------------------
*** Skeleton for link contracts functionality
*** Better encoding of data: URIs in literal statements
2012-06-26:
------------------------
*** Worked on mechanism for interceptors (TargetInterceptor, ResultInterceptor)
*** Added support for versioning
*** Adjusted XDI Local Messenger web tool to support versioning, and added a new sample
*** Some reorganization of XDI messaging and the server logic
2012-06-13:
------------------------
*** Changed messaging pattern from:
=!2222$msg!1$do/$get/
to:
=!2222$($msg)$(!1)$do/$get/
Also changed tests and sample messages in the web tools accordingly.
*** Added xri2xdi service for offering XDI discovery based on global XRI infrastructure.
*** Changed user agent of XDI HTTP Client.
*** Slightly changed STATEMENTS_HTML serialization format.
*** Added support for remote root nodes in a graph (see package xdi2.core.util.remoteroots).
*** Added a few tests.
*** Added interceptor functionality to xdi2.servet.EndpointServlet.
*** Added CHANGELOG