> 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/ipxe-ws/3.6/introduction/release-notes.md).

# Release Notes

## Introduction

iPXE Anywhere Web Service 3.6 is the newest release of 2Pint Software's iPXE solution which replaces version 2.7 as the current release.

### Release Date

December 8th, 2023

### Release Build Versions

Web Server: 3.6.1122.947

## New Features & Functionality

* New 2PXE & Web Service integration
* Scripts no longer ship as part of the iPXE Web Server installation. Scripts can be downloaded directly from Github. Please see the [installation documentation](/ipxe-ws/3.6/installation/ipxe-anywhere-web-service-install.md) for more information.
* New database, script, and client authorization logic
* Added support for the autoexec.ipxe file served from the server so that DHCP Option 175 doesn't need to be set
* Added support for Auto-approved devices to only be approved for a single boot
* Allow setting of additional parameters in iPXE Anywhere database:\
  **Machine entity:**

  * MachineName&#x20;
  * Description&#x20;

  **Request:**

  * TargetUsers&#x20;
  * DeployUser&#x20;
  * Flags

## Improvements/Bug Fixes

* Updated iPXE binaries with fixes for various hardware models
* Added driver support for new hardware models
* Improved retry logic when downloading from Configuration Manager
* Improved USB BootGen tool with bug fixes
* Resolved an issue in which an authentication method would fail to verify / create token IDs, thus failing the connection
* Resolved an issue where during initial service start after installation, the hostname detection would fail if the CM agent is installed but DP role is not. This would cause the installation to fail.


---

# 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/ipxe-ws/3.6/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.
