Skip to content

Commit 9635ee7

Browse files
authored
Merge pull request #567 from bytebase/3-5-1-changelog
3-5-1-changelog
2 parents a267ef8 + ebae53e commit 9635ee7

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0
1+
3.5.1
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Bytebase 3.5.1
3+
author: Ayra
4+
updated_at: 2025/03/27 18:00:00
5+
feature_image: /content/changelog/3-5-1-banner.webp
6+
description: 'Added Cosmos DB SQL filtering and projection support in SQL Editor'
7+
---
8+
9+
## 🚀 New Features
10+
11+
- Support `WHERE` clauses and `SELECT` projections in Cosmos DB SQL syntax within SQL Editor.
12+
- Support connecting to OpenSearch using the Elasticsearch client library.
13+
14+
## 🎄 Enhancements
15+
16+
- Expanded connection parameter support for PostgreSQL, MySQL, Microsoft SQL Server, and Oracle databases.
17+
- Optimized PostgreSQL table deletion by eliminating redundant DROP statements for constraints and indexes.
18+
- Support server-side identifier case sensitivity for OceanBase.
19+
- Enhanced binary data visualization.
20+
- Updated formatting options for boolean, binary, hexadecimal, and text representations.
21+
- Implemented customizable binary display preferences at both column and individual cell levels.
22+
23+
<IncludeBlock url="/docs/get-started/install/install-upgrade"></IncludeBlock>
627 KB
Loading

src/components/pages/home/hero/hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
1717
<div className={clsx('container mt-16 flex w-full flex-col md:mt-8 sm:mt-4')}>
1818
<section className="flex w-full flex-col items-center justify-center">
1919
{latestVersion !== null && (
20-
<Link href="/changelog/bytebase-3-5-0/" className="group/link">
20+
<Link href="/changelog/bytebase-3-5-1/" className="group/link">
2121
<span className="inline-flex items-center gap-1 rounded-full bg-tones-purple-light p-1 text-12 font-semibold leading-none text-primary-1 transition-colors duration-200 group-hover/link:text-primary-2">
2222
<span className="rounded-full bg-primary-1 px-2 py-1 text-white transition-colors duration-200 group-hover/link:bg-primary-2">
23-
Mar 13th, 2025
23+
Mar 27th, 2025
2424
</span>
2525
<span className="flex items-center gap-1.5 px-2">
26-
🚀 3.5.0: Azure IAM Auth for Cosmos DB & Azure SQL
26+
🚀 3.5.1: Added Cosmos DB SQL filtering and projection support in SQL Editor
2727
<SmallArrowIcon width={7} height={6} />
2828
</span>
2929
</span>

0 commit comments

Comments
 (0)