You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,11 @@ A simple wrapper for the Fossology REST API.
26
26
27
27
See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/fossology/master/src/www/ui/api/documentation/openapi.yaml>`_ used to implement this library.
28
28
29
-
Compatible API versions:
29
+
Current release is compatible with **Fossology version 4.2.1** - API version 1.4.3.
30
30
31
-
- 1.2.1 (Fossology 3.10.0)
32
-
- 1.3.2 (Fossology 3.11.0)
33
-
- 1.4.0 (Fossology 4.0.0)
34
-
- 1.4.3 (Fossology 4.1.0)
35
-
- 1.5.1 (Fossology 4.2.0) - partially covered, see #52 for the list of missing supported API feature
31
+
`See release notes <https://github.com/fossology/fossology-python/releases>`_ for all details.
36
32
37
-
**NOTE**
38
-
39
-
Version 2.0.0 of `fossology-python` only supports Fossology API version 1.4.3 onwards because of a breaking change in
40
-
the version format returned by the API. Other earlier version of the wrapper support a wider range of API versions,
41
-
e.g. 1.5.0 supports Fossology API 1.2.1 to 1.4.0.
33
+
The list of unsupported API features is documented in `issue #52 <https://github.com/fossology/fossology-python/issues/52>`_.
0 commit comments