> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/checker-guide/release-notes/january-14-2025.md).

# January 14, 2025

**Release Date:** January 14, 2025

**Version:** GUI V1.0.3.2, CLI V1.0.3.2, Checker Server

**Mandatory Update**: No

**Updates:**

We've resolved the loading issue that some of you experienced in the Checker Client when no licenses were delegated. Now, everything should run smoothly, whether you're delegating or not! 🚀

In addition, we've rolled out some fantastic optimizations to improve UX and server stability, including the new ability to perform [bulk undelegation](/checker-guide/how-to-run-checker-nodes/accept-deny-pending-delegations-and-undelegate.md#linux-cli) in CLI V1.0.3.2, making your experience even more reliable and seamless.

**Important Reminder**

As announced earlier [here](/checker-guide/release-notes/november-15-2024.md), **GCC 4.8.5 and below** will no longer be supported. If you're using **CentOS 7 or GCC 4.8.5 and lower**, please upgrade a to a newer version before updating your checker client.


---

# 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://docs.aethir.com/checker-guide/release-notes/january-14-2025.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.
