> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/release-notes/earlier-releases/2023/december-2023.md).

# December 2023

{% hint style="success" %}
**Release Notes Blog**

For more detailed information on these updates, check out the [Upsolver January 2024 Feature Summary](https://www.upsolver.com/blog/upsolver-january-2024-feature-summary) blog.&#x20;
{% endhint %}

## Weekly Software Updates

The following software updates were released in December:

### 2023.12.25-09.02

:arrow\_up: Enhancements

* Placeholder (Dynamic Jobs) support in Transformation Jobs to Glue Data Catalog

***

### 2023.12.11-01.58

:arrow\_up: Enhancements

* CDC Jobs:&#x20;
  * [Incremental snapshot](/content/articles-1/jobs/ingest-data-using-cdc/performing-snapshots.md) is now supported as the default behavior for the initial snapshot.&#x20;

***

### 2023.12.06-11.31

:arrow\_up: Enhancements

* When using Avro Schema Registry content type with Debezium, support parsing JSON, Timestamp, and Date types&#x20;
* Jobs Page:&#x20;
  * Support [Drop job](/content/reference-1/sql-commands/jobs/drop-job.md) from the UI&#x20;
  * Support [Pause/Resume job](/content/reference-1/sql-commands/jobs/pause-resume-job.md) via UI and SQL (Pause is not supported for ingestion or transformation jobs writing to a data lake table as a target)

#### :wrench: Bug Fixes

* Jobs List:&#x20;
  * Fixed Backlog calculation to show more accurate times of the current running jobs&#x20;
  * Fixed [Events Over Time](/content/reference-1/monitoring/job-status/cdc-sources/monitoring-v1.md) graph for Replication job and capped its range by the job running times


---

# 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://upsolver.gitbook.io/content/release-notes/earlier-releases/2023/december-2023.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.
