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