> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/osd-toolkit/3.1.3.0/introduction/release-notes.md).

# Release Notes

### 3.1.3.0 - 2023-08-25

1. Adds support for switching download source if server is unresponsive for a BITS job without failing the download.
2. BITSACP now logs BranchCache status for every download started.
3. BITSACP sets all timestamps in registry as UTC time based.
4. Adds support for forcing the use of CCMTOKEN paths for ConfigMgr deployments is a Task Sequence BITSACPUSECCMTOKEN variable is set to True, TRUE or true. (Don't ask! ;-)
5. BITSACP now uses the SMSTSDownloadRetryCount and SMSTSDownloadRetryDelay tasks sequence variables for retries and pause between retries before switching source location. Default is 5 attempts with a 15s delay between attempts.
6. Adds support for BranchCache Hosted Cache mode via StifleR client.
7. Improved logging, WinPE downlaods are not in the BITSACP\_WinPE.log and for downloads in full OS the log file is BITSACP\_OS.log for easier log parsing.
8. Fixes an issue where the Turbo feature incorrectly downloads the same file multiple times instead of 5 unique files.

### BranchCache First Timer?

If you are not familiar with BranchCache we recommend that you take a look at the Microsoft Documentation for a good overview:&#x20;

<https://learn.microsoft.com/en-us/windows-server/networking/branchcache/branchcache>

You can also check out the 2Pint Blog for more advanced BranchCache content:

<https://2pintsoftware.com/news/list>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.2pintsoftware.com/osd-toolkit/3.1.3.0/introduction/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
