Skip to content

Commit 264631f

Browse files
adamtheturtlegithub-actions[bot]
authored andcommitted
Bump CHANGELOG
1 parent cf2f049 commit 264631f

9 files changed

Lines changed: 21 additions & 10 deletions

File tree

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ Changelog
33

44
.. towncrier release notes start
55
6+
2026.08.14
7+
----------
8+
9+
- Drop Python 3.13 support, update VWS Python Mock, and test quota and project-state error responses against the mock.
10+
11+
- Add ``QuotaExceededError``, ``LicenseCheckFailedError``, and ``AuthorizationFailedError`` for documented VuMark Generation API result codes.
12+
13+
- Fix ``target_id`` on target exceptions when ``base_vws_url`` includes a path prefix.
14+
15+
- Retain explicitly provided falsy custom transports instead of replacing them with defaults.
16+
17+
- Raise a response-carrying ``CloudRecoError`` when Cloud Query returns a documented empty or non-JSON 4xx response instead of leaking ``JSONDecodeError``.
18+
19+
- Add support for the Model Target Web API.
20+
``ModelTargetService`` and ``AsyncModelTargetService`` create standard and advanced Model Target datasets, wait for them to be generated, download them and delete them.
21+
22+
- Map the ``ProjectHasNoApiAccess`` result code, as spelled in Vuforia's result codes table, to ``ProjectHasNoAPIAccessError``. The previously mapped ``ProjectHasNoAPIAccess`` casing, which Vuforia does not document, is no longer mapped.
23+
24+
- Add support for the Database Reco Counts report.
25+
``VWS`` and ``AsyncVWS`` take an optional ``database_id``, and have new ``request_database_reco_counts_report``, ``download_reco_counts_report`` and ``wait_for_reco_counts_report`` methods.
26+
627
2026.02.25.1
728
------------
829

newsfragments/3090.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3091.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3092.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3093.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3119.change.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/3128.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3133.change.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/822.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)