> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/2.4.2.md).

# 2.4.2

### Installation

* [Installation directory](https://drive.google.com/drive/folders/1PLwlm3g-DKcNkkKXdlUCRSRWpCWsaF1B?usp=sharing)
* Any prior 2.4.x versions MUST be upgraded to a minimum of this version
* This release requires both flaik SQL scripts to be run in order
* This release requires both Resort POS SQL scripts to be run in order

### Release Notes

<table><thead><tr><th>Area<select><option value="12280290b7704d3b8e7efee38b04b145" label="Admin" color="blue"></option><option value="6c6ca4c01d1e4b419506ab8d0a5c5f65" label="Products" color="blue"></option><option value="90c4a9bd98af4c3cb72ac55847d92e71" label="Scheduling" color="blue"></option></select></th><th>Title</th><th>Description</th><th>Point of Sale<select><option value="e4dde2046e1b483c92102da86b9bb183" label="N/A" color="blue"></option><option value="6ad920a4caaa4fe2a82f88931f6290b5" label="RTP|One" color="blue"></option><option value="072c1d606eb04f88aeef30b6c3bc3ebd" label="Siriusware" color="blue"></option></select></th></tr></thead><tbody><tr><td><span data-option="12280290b7704d3b8e7efee38b04b145">Admin</span></td><td>App Settings Encryption</td><td>Update algorithm for database connection string encryption</td><td><span data-option="e4dde2046e1b483c92102da86b9bb183">N/A</span></td></tr><tr><td><span data-option="12280290b7704d3b8e7efee38b04b145">Admin</span></td><td>App Settings Encryption</td><td>Encrypt Api Key on service restart</td><td><span data-option="e4dde2046e1b483c92102da86b9bb183">N/A</span></td></tr><tr><td><span data-option="6c6ca4c01d1e4b419506ab8d0a5c5f65">Products</span></td><td>Get Products With Sale Locations</td><td>New endpoint to get priced products only to aid with product mapping configuration</td><td><span data-option="6ad920a4caaa4fe2a82f88931f6290b5">RTP|One</span></td></tr><tr><td><span data-option="6c6ca4c01d1e4b419506ab8d0a5c5f65">Products</span></td><td>Get Products Groupings With Sale Location</td><td>New endpoint to get product groupings for priced products only to aid with product mapping configuration</td><td><span data-option="6ad920a4caaa4fe2a82f88931f6290b5">RTP|One</span></td></tr><tr><td><span data-option="6c6ca4c01d1e4b419506ab8d0a5c5f65">Products</span></td><td>Get Products By Product Code and Date Range</td><td>New endpoint to get sales for the given product codes</td><td><span data-option="6ad920a4caaa4fe2a82f88931f6290b5">RTP|One</span></td></tr><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td>Task and Shift Request Resource</td><td>Fix bug that was populating the requested resource field on task and shift schedules</td><td><span data-option="072c1d606eb04f88aeef30b6c3bc3ebd">Siriusware</span></td></tr><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td>Add Booking History for new Schedules</td><td>Ensure that all new schedules created create an audit trail by populating the history table</td><td><span data-option="072c1d606eb04f88aeef30b6c3bc3ebd">Siriusware</span></td></tr></tbody></table>


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/2.4.2.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.
