File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ In v2022.2 of Black Duck the REST API introduced a max page size to protect syst
8
8
9
9
** The old HubInstance interface and many of the examples using it do not perform paging and will break as a result of the changes in v2022.2** .
10
10
11
+ Any issues related to the HubInstance Interface will be closed as * Won't Fix*
12
+
13
+ Any PRs with new or modified example scripts/utilities ** must** use the client interface.
14
+
11
15
# New in 1.0.0
12
16
13
17
Introducing the new Client class.
@@ -61,6 +65,8 @@ for project in bd.get_resource(name='projects'):
61
65
62
66
Example code showing how to work with the new Client can be found in the * examples/client* folder.
63
67
68
+ ** Examples which use the old HubInstance interface -which is not maintained- are not guaranteed to work. Use at your own risk.**
69
+
64
70
# Test #
65
71
Using [ pytest] ( https://pytest.readthedocs.io/en/latest/contents.html )
66
72
You can’t perform that action at this time.
0 commit comments