Project

General

Profile

News » History » Version 2

amit -, 04/03/2008 02:39 PM
News page from old mulgara.org site

1 1 amit -
2 2 amit -
h1. News
3 1 amit -
4 2 amit -
5
6
h2. April 4, 2008
7
8
9 1 amit -
Mulgara v1.2 has been released. This is the last significant release before version 2.0.
10
11
Main updates are:
12
13 2 amit -
* The Java Transaction Architecture JTA.
14
* Fixed a major problem in backups where the wrong transaction phase could be backed up instead.
15
* Improvements in RDF loading speed.
16
* Numerous bug fixes
17
* Several new APIs in preparation for version 2.0.
18 1 amit -
19
See the release notes for more details. Go to the download page for the full sources and distribution files.
20
21
 
22
23
24 2 amit -
h2. January 06, 2008
25
26
27 1 amit -
Mulgara has moved. We are now co-hosted with the Topaz Project.
28
29
We've also taken advantage of this change to move to the open source
30
development tracking software Trac. There may be a few glitches while we sort
31
out the transition.
32
33
We'd like to thank the people at Topaz for their continued support.
34
35
 
36
37
38 2 amit -
h2. November 15, 2007
39
40
41 1 amit -
Mulgara v1.1.1 has been released. This is a minor release.
42
43
Main updates are:
44
45 2 amit -
* Java 1.6 compatibility.
46
* Numerous resource leaks fixed.
47
* Several bug fixes around transactions.
48 1 amit -
49
Go to the download page for the full sources and distribution files.
50
 
51
52
53
54 2 amit -
h2. July 16, 2007
55
56
57 1 amit -
Mulgara v1.1.0 has been released!
58
59
This release has a lot of significant changes. In future, the Mulgara team
60
hope to announce smaller incremental releases in the 1.1.x series.
61
62
Significant New features include:
63
64 2 amit -
* New Transaction framework fixing several Concurrent Modification bugs, and ensuring ACID compliance.
65
* A [[RelationalResolver]] that provides access to sql databases via a D2RQ mapping.
66
* A [[DistributedResolver]] allowing selections from multiple servers in one query, and also permitting insert/select queries between multiple servers.
67
* Updates to the TQL language, giving it Predicate-Object lists and Object lists, similar to SPARQL.
68
* Several significant bug fixes, improving stability, performance, resource consumption, and allowing operations which previously failed.
69 1 amit -
70
A special "Thank You" to Andrae Muys and Topaz for some of the bigger tasks in this release.
71
72
Go to the download page for the full sources and distribution files.
73
74
 
75
76
77 2 amit -
h2. February 25, 2007
78
79
80 1 amit -
Several significant fixes went into Subversion this week. This includes a
81
problem that may have led to concurrent access exceptions in the past. If
82
possible, updating from SVN is advised.
83
84
These modifications will appear in the upcoming release. The release is being
85
held off until the key feature of model renaming has been completed, but we
86
anticipate an announcement in the next few weeks.
87
88
 
89
90
91 2 amit -
h2. January 4, 2007
92
93
94 1 amit -
The new transaction architecture has now been merged into the main codebase.
95
This provides some major fixes, and allows overlapping access to multiple
96
Answers. There have been many queries about exceptions due to multiple
97
transactions, and this will address all of those issues. For more details see
98
the announcement here.
99
100
Thanks go to Andrae for putting in a serious effort for the design and
101
implementation. Thanks also to Netymon, Viewpoint Systems, and Bosatsu, who
102
all provided support to Andrae to get this done.
103
104
 
105
106
107 2 amit -
h2. October 5, 2006
108
109
110 1 amit -
Version 1.0 of a real-time relational resolver has been added to Mulgara. This
111
resolver will permit the mapping of a relational schema into RDF via a D2RQ
112
V0.4 definition file. This allows relational data to be queried via Mulgara
113
alongside Lucene, XSD, and both external and internal RDF data sources.
114
115
Many thanks go to the Australian Defense Science and Technology Organisation
116
(DSTO) who funded the work, and especially to Andrae Muys who negotiated this
117
with the DSTO and implemented the code.
118
119
The code is currently available in Subversion, and will be included in the
120
next release of Mulgara.
121
122
 
123
124 2 amit -
125
h2. August 19, 2006
126
127 1 amit -
128
Mulgara v1.0.0 has been released! This is the first release since the fork
129
from Kowari, and includes some much needed updates.
130
131
Go to the download page for the full sources and distribution files.