# Job Scheduler

***

## 1.2.0

27 Aug 2025

* Added a database connection string editor
* Updated the Twenty57.Database.SqlServer package to the .NET 8.0-based version

***

## 1.1.0

16 Oct 2024

* Make the ErrorEvent optional
* Removed the word "Editor" from the title of all editors

***

## 1.0.0

22 Jul 2024

* L6-976: Updated the JobScheduler icon
* Updated to .NET 8.0
* Allow settings to be used in the Retry properties of a queue
* Add property descriptions & validations for the service functions

***

## 0.3.0

20 May 2024

* Added Paging to the GetJobs function
* Changed datetime values to local time

***

## 0.2.0

22 Apr 2024

* Added the ID property to the Queue Editor
* Added validations to the Queue Editor
* Added validation logic for the database connection property

***

## 0.1.0

15 Apr 2024

* First BETA release

***


---

# Agent Instructions: 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:

```
GET https://docs.linx.software/releasenotes/plugins/jobscheduler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
