Skip to content

Commit d6d9280

Browse files
authored
Merge pull request #236 from blackducksoftware/OffBy0x01-deprecate-hub-instance
Deprecate HubInstance
2 parents c607c77 + 15afbf6 commit d6d9280

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ In v2022.2 of Black Duck the REST API introduced a max page size to protect syst
88

99
**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**.
1010

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+
1115
# New in 1.0.0
1216

1317
Introducing the new Client class.
@@ -61,6 +65,8 @@ for project in bd.get_resource(name='projects'):
6165

6266
Example code showing how to work with the new Client can be found in the *examples/client* folder.
6367

68+
**Examples which use the old HubInstance interface -which is not maintained- are not guaranteed to work. Use at your own risk.**
69+
6470
# Test #
6571
Using [pytest](https://pytest.readthedocs.io/en/latest/contents.html)
6672

0 commit comments

Comments
 (0)