Skip to content

Latest commit

 

History

History
293 lines (277 loc) · 8.67 KB

COMPATIBILITY.md

File metadata and controls

293 lines (277 loc) · 8.67 KB

Compatibility

This document holds the compatibility information for Semantic MediaWiki (SMW).

For a full list of changes in each release, see the release notes. For instructions on how to install the latest version of Semantic MediaWiki (SMW), see the installation instructions.

Platform compatibility and release status

The PHP and MediaWiki versions listed have been tested and are known to work. Semantic MediaWiki may also work with more recent versions of PHP and MediaWiki, though this is not guaranteed.

Increases of minimum requirements are indicated in bold.

SMW PHP MediaWiki Released Status
4.1.x 7.4.0 - 8.0.x 1.35.0 - 1.37.x - In development
4.0.x 7.3.0 - 7.4.x 1.35.0 - 1.37.x 2022-01-18 Stable release
3.2.x 7.1.0 - 7.4.x 1.31.0 - 1.35.x 2020-09-07 Obsolete
3.1.x 7.0.0 - 7.3.x 1.31.0 - 1.34.x 2019-09-23 Obsolete
3.0.x 5.6.0 - 7.2.x 1.27.0 - 1.31.x 2018-10-11 Obsolete
2.5.x 5.5.0 - 7.1.x 1.23.0 - 1.30.x 2017-03-14 Obsolete
2.4.x 5.3.2 - 7.0.x 1.19.0 - 1.27.x 2016-07-09 Obsolete
2.3.x 5.3.2 - 5.6.x 1.19.0 - 1.25.x 2015-10-25 Obsolete
2.2.x 5.3.2 - 5.6.x 1.19.0 - 1.25.x 2015-05-09 Obsolete
2.1.x 5.3.2 - 5.6.x 1.19.0 - 1.24.x 2015-01-19 Obsolete
2.0.x 5.3.2 - 5.6.x 1.19.0 - 1.23.x 2014-08-04 Obsolete
1.9.x 5.3.2 - 5.6.x 1.19.0 - 1.22.x 2014-01-03 Obsolete

Database compatibility

SQL support

SMW MySQL SQLite PostgreSQL
4.x Full support (5.5.8+) Full support (3.3.7+) Full support (9.5.0+)
3.2.x Full support (5.5.8+) Full support (3.3.7+) Full support (9.5.0+)
3.1.x Full support (5.5.8+) Full support (3.3.7+) Full support (9.2.0+)
3.0.x Full support (5.5.8+) Full support (3.3.7+) Full support (9.2.0+)
2.5.x Full support (5.5.8+) Full support (3.3.7+) Full support (9.1.0+)
2.4.x Full support (5.0.2+) Full support (3.3.7+) Full support (9.0.0+)
2.3.x Full support (5.0.2+) Full support (3.3.7+) Full support (9.0.0+)
2.2.x Full support (5.0.2+) Full support (3.3.7+) Full support (9.0.0+)
2.1.x Full support (5.0.2+) Full support (3.3.7+) Full support (9.0.0+)
2.0.x Full support (5.0.2+) Full support (3.3.7+) Beta support (8.3.0+)
1.9.x Full support (5.0.2+) Full support (3.3.7+) Beta support (8.3.0+)

Note that MS SQL Server and Oracle are not supported as database backends.

Triple store support

SMW Fuseki Virtuoso 4store Sesame Blazegraph
3.2.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
3.1.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
3.0.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
2.5.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
2.4.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
2.3.x Full support
(1.x >=1.1)
Full support
(6.x >=6.1) + 7.1[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.7.x)
Full support
(1.5.2)
2.2.x Full support
(1.x >=1.1)
Full support
(6.x >=6.1) + 7.1[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.7.x)
Beta support
(1.5.2)
2.1.x Full support
(1.x >=1.1)
Full support
(6.x >=6.1)
Beta support
(1.x >=1.1)
Full support
(2.7.x)
Not tested
2.0.x Full support Full support Beta support Beta support Not tested
1.9.x No support Beta support Beta support Beta support Not tested
  • "Full support" means that all functionality has been verified to work and that it can be used in production
  • "Beta support" means that most functionality has been verified to work, though stability is still low, and things might be buggy

Notes

The information in brackets denotes the versions with which SMW is known to work. SMW might also work with different versions, especially more recent ones, though this is not guaranteed.