wiki:RoadMap

Roadmap

This page describes the current expected direction of future development of Xapian. Please note that any future dates mentioned here are only estimates.

Release Policy

Releases are given three-part version numbers (e.g. 1.2.9), the three parts being termed "major" (1), "minor" (2), and "revision" (9). Releases which differ only in revision are termed a "release series".

For Xapian releases 1.0.0 and higher, an even minor version indicates a stable release series (e.g. 1.0.x, 1.2.x), while an odd minor version indicates a development release series (e.g. 1.1.x, 1.3.x).

Within a stable release series, we strive to maintain API and ABI forwards compatibility. This means that an application written and compiled against version X.Y.a of Xapian should work, without any source changes or need to recompile, with a later version X.Y.b, for all b >= a.

Releases are not explicitly time driven, but we aim to make a release every one to two months.

Stable Releases

Within a stable release series, releases should be upwardly API and ABI compatible. They may introduce new features (so applications may need to depend on a release with at least a particular "revision" number if they need these new features).

Stable releases which increase the "minor" or "major" version number can change the API and/or ABI in incompatible ways, though we will attempt to do this in a way which makes it reasonably easy to migrate applications, and document this in our "deprecation" policy document.

We expect that it will typically be one to two years between stable release series, and one to two months between releases within a release series.

Development Releases

The idea behind having a development release series is that it allows users to easily try the latest and greatest code if they wish without worrying too much about the ground shifting from under them. Those favouring stability over everything else can stay with the previous stable release series.

Xapian 1.1.x was our first development release series, and seemed to work well, so we're intending to continue to adopt this approach. Should we ever decide to skip a development release series, we intend to skip the odd minor number too (to try to avoid confusion).

In a development release series, API compatibility should be maintained between releases, except for features which are explicitly marked as "experimental". ABI compatibility may not be maintained (so upgrading to a new release may require a rebuild of user applications), but won't be broken without a good reason (so we'll try to "save up" ABI incompatible changes).

The default backend will remain compatible between releases. If you're using the development backend ("chert" for the 1.1.x series) you may need to rebuild databases from scratch after upgrading, but again we won't make incompatible changes without a good reason.

We may also update the Unicode tables used to a newer version during a development release series (e.g. Unicode 5.2 was released while we were still working on 1.1.x, so we updated to it). Similarly for the Snowball stemming algorithms. Such changes will mean that rebuilding a database from the same data from scratch will give slightly different terms in some cases, and similarly some queries will parse to give different terms, but the cases of difference should be rare and fairly obscure, and such cases generally won't have worked well before the change, and will work better after with a reindex.

You can have a stable release and a development release (e.g. Xapian 1.0.x and Xapian 1.1.x) installed at the same time without them interfering with one another, at least for the core library. This may not work so well for the bindings though.

Mechanics

Once a stable release has settled in, a branch will be created to maintain it with "revision" releases being made as necessary. Patches and merges from feature branches will be applied to git master first, with changes suitable for the stable release branch being backported from there (so that changes get more testing and to help us keep track). When we decide it's time, we'll start a new development series (by increasing the "minor" version number to be odd). Development releases have so far just been made from trunk, which seems to work pretty well. The development series will gradually get stabilised until it is ready to be declared stable, at which point it will become the start of the next stable release series.

Increasing the "major" version number will probably be used to indicate particular major changes.

To allow us to concentrate our resources on improving Xapian, we don't plan to support the previous stable release series for long once a new stable release series has been started. If you want longer term support for an old release series (which probably mostly involves back-porting suitable fixes from the new stable release series), you're welcome to volunteer to maintain it, or to hire someone to maintain it for you.

Stable Releases

1.4 Stable Release Series

1.4 is the current stable release series. Changes must not involve incompatible API or ABI changes.

1.4.26 is likely to be released in May 2024.

Version 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 1.4.17 1.4.18 1.4.19 1.4.20 1.4.21 1.4.22 1.4.23 1.4.24 1.4.25
Released2016-06-242016-10-212016-12-262017-01-252017-04-242017-10-162018-07-022018-07-202018-10-262018-11-022019-02-112019-03-022019-07-242019-10-142019-11-242020-02-242020-06-082020-08-212021-01-142021-12-312022-07-042022-09-222023-02-022023-07-072023-11-062024-03-07

1.2 Stable Release Series

The 1.2 release series is now retired. We don't plan to make further 1.2.x releases, and recommend users upgrade if they haven't already.

Version 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25
Released2010-04-282010-06-222010-06-272010-08-242010-12-192011-04-042011-06-122011-08-102011-12-132012-03-092012-05-092012-06-262012-06-272013-01-092013-03-142013-04-162013-12-042014-01-292014-06-222014-10-212015-03-042015-05-202015-12-292016-03-282016-09-162017-09-26

1.0 Stable Release Series

The 1.0 release series is now retired. We don't plan to make further 1.0.x releases, and recommend users upgrade if they haven't already.

Version 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.23
Released2007-05-172007-06-112007-07-052007-09-282007-10-302007-12-212008-03-172008-07-152008-09-042008-10-312008-12-232009-03-152009-04-192009-05-232009-07-212009-08-262009-09-102009-11-182010-02-142010-04-152010-04-272010-06-182010-10-032011-01-14

Pre-1.0.0 Releases

For dates of releases prior to 1.0.0, see xapian-core/NEWS from the 0.9 branch.

Development Releases

1.3 Development Release Series

Version 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7
Released2012-03-142013-05-032014-11-242015-06-012016-01-012016-04-012016-05-092016-06-01

The 1.3.x series was a "development" release series, which lead to the stable 1.4.x release series. Development is now closed.

1.1 Development Release Series

Version 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5
Released2009-04-222009-06-092009-07-232009-11-182010-02-152010-04-17

The 1.1.x series was a "development" release series, which lead to the stable 1.2.x release series. Development is now closed.

Last modified 6 weeks ago Last modified on 07/03/24 23:41:07
Note: See TracWiki for help on using the wiki.