> 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/november-2023.md).

# November 2023

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

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

## Weekly Software Updates

The following software updates were released in November:

### 2023.11.29-01.59

:arrow\_up: **Enhancements**

* Jobs page: Support the ability to filter by Job Status

***

### 2023.11.26-08.24

:information\_source: **Breaking Change**

* **Breaking Change Notice**: Deprecation of the `CREATE_TABLE_IF_MISSING` job option, specifically for copying into data lake tables. [Please read this notice for more information](/content/release-notes/earlier-releases/2023/november-2023/deprecated-job-option.md).

***

### 2023.11.21-01.59

:arrow\_up: **Enhancements**

* Added support for r7 instance types in Compute Clusters

#### :wrench: Bug Fixes&#x20;

* Fixed a bug causing recent data from a partitioned table with a primary key to be discarded if the transformation job was filtering by at least one partition field&#x20;
* Fixed an issue preventing users from being able to create compute clusters&#x20;
* Fixed the replay cluster not being shut down in some situations&#x20;
* Fixed an issue of a job reading from a system table&#x20;
* Fixed an issue of high CPU in Amazon S3 outputs while viewing Datasets

***

### 2023.11.19-08.51

:arrow\_up: **Enhancements**

* [CDC Replication Group Jobs](/content/reference-1/sql-commands/jobs/create-job/replication.md):&#x20;
  * Support new write mode option `OPERATION_TYPE_COLUMN` for replication group `APPEND` write mode

***

### 2023.11.07-12.30

#### :sparkles: New Features

* Introduced [Datasets](/content/reference-1/monitoring/datasets.md):
  * View outputs\destinations schema
  * Monitor data health, freshness, and volume when loaded into the destination
  * Monitor data quality violations
  * List all target tables

:arrow\_up: **Enhancements**

* Sidebar redesign and improvements

#### :wrench: Bug Fixes&#x20;

* Filtered out the heartbeat table from the [CDC status display](/content/reference-1/monitoring/job-status/cdc-sources/monitoring-v1.md) for Postgres CDC
* Fixed a bug causing loading of all tasks to fail if a task was created with a start time way in the future
* Select `a.*` (without an alias) will behave the same as `select a.* as *`, directly extracting the nested fields from object `a`, and returning them as separate columns instead of one object

***


---

# 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/november-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.
