Skip to content

Redmine versions compatibility

Alexey edited this page Mar 4, 2020 · 16 revisions

Redmine Java API Library Compatibility With Redmine

This file is not maintained anymore. Recent (year 2015+) Redmine versions more or less maintain backward compatibility for REST APIs. New methods in this library that require some minimum Redmine version are usually marked like "@since Redmine 3.0.0". If the method is not marked, you can assume it will work with any Redmine version released in the past few years. Here is the old compatibility table:

Library version Tested with Redmine Supports Redmine
1.6.0 1.2.2 1.1.0-1.3.0
1.6.1 1.2.2, 1.3.0 1.1.0-1.3.0
1.7.0 1.3.0 1.3.0+
1.7.1 1.3.0 1.3.0+
1.8.0 1.3.1 1.3.0+
1.10.0 1.4.2 1.3.0+
1.11.0 1.4.2 1.3.0+
1.12.0 1.4.2,2.0.2 1.3.0+, 2.0+
1.13 1.4.2,2.0.2 1.3.0+, 2.0+
1.14 1.4.3,2.0.3 1.3.0+, 2.0+
1.15 2.0.3,2.1.0 1.3.0+, 2.0+
1.16 2.0.3 1.3.0+, 2.0+
1.17 2.2.0 1.3.0+, 2.0+
1.18 2.2.0 1.3.0+, 2.0+
1.19 2.2.0 1.3.0+, 2.0+
1.20 2.2.0,2.3.0 1.3.0+, 2.0+
1.21 2.3.0 1.3.0+, 2.0+
1.22 2.3.3 1.3.0+, 2.0+ (some features require 2.1+)
1.23 2.3.3 1.3.0+, 2.0+ (some features require 2.1+ and 2.3+)
2.0.0 2.5.2 1.3.0+, 2.0+ (some features require 2.1+ , 2.3+ or 2.6.0+ - see Javadoc)
Clone this wiki locally