Skip to content

Commit 46b3d70

Browse files
authored
Add release page to blogs (#429)
* Add release blog
1 parent ffc8142 commit 46b3d70

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

code-to-generate-connect-pages/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_lc_tech_name(tn):
127127
# Generate description about the tech
128128
description_prompt = f"You are a big shot tech writer with over 50 years of tech writing experience under your belt. You know everything there is to know about technology and how to apply it.\
129129
Write a paragraph describing the technology called {tech_name}.\
130-
If {tech_name} is not a data technology you recognise, please reply with 'UNREGOGNIZED TECH ALERT'.\
130+
If {tech_name} is not a data technology you recognise, please reply with 'UNRECOGNIZED TECH ALERT'.\
131131
Under no circumstances should you use sentences like 'As a seasoned tech writer' or talk about your yourself in the first person.\
132132
Do not say things like 'Users are encouraged to explore the platform, book demos, and engage with the community through resources like GitHub and Slack'."
133133

616 KB
Loading
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: "Quix Release: Scratchpads"
3+
date: 2024-10-28
4+
authors: [steve-rosam]
5+
slug: quix-release-scratchpads
6+
description: >
7+
Learn about the latest Quix release.
8+
categories:
9+
- releases
10+
hide:
11+
- navigation
12+
---
13+
14+
New features, bug fixes and performance upgrades!
15+
16+
<!-- more -->
17+
18+
## New features
19+
20+
- **Scratchpads:** Enables shared topics between environments, setting resources only in focused steps of the pipeline and allowing code modifications to be easily merged back into Production.
21+
- **Data tiers:** this feature allows users to assign a **`Bronze, Silver, or Gold`** classification to their data - or define their own tiers for each topic, reflecting its data quality and level of pre-processing.
22+
- **Quix CLI** 1.1.0 adds support for global YAML variables on local development. [More info in docs](https://quix.io/docs/quix-cli/local-development/local-yaml-variables.html).
23+
24+
## Enhancements
25+
26+
- We have enabled replicas configuration for Jobs. Users can now set the replica count for deployments of type `Job`, enhancing job concurrency control.
27+
- Added Support for separate private and public Library repositories. This feature allows dedicated clusters to configure separate repositories for private and public template items in the Library.
28+
- Improved error descriptions when dealing with YAML and missing secret keys.
29+
- Improved network configuration validation.
30+
- Enhanced the readability of error messages in historical logs to make them more user-friendly.
31+
- Optimized the 'Live Logs' download for improved performance.
32+
33+
## Bug Fixes
34+
35+
- Fixed a bug that prevented applications being run in the online IDE from stopping in some conditions.
36+
- Fixed a bug that caused deployment statuses to refresh incorrectly after a runtime error occurred.
37+
- Vulnerability fixes and patches.
38+
39+
## Find Out More
40+
If you want to find out more or have any questions at all please get in touch.
41+
42+
<div class="" markdown>
43+
<span>You can join our Slack community <a href="https://quix.io/slack-invite?_ga=join-from-docs-release-blog">here</a> or <a href="mailto:support@quix.io">send us an email</a>.</span>
44+
</div>

0 commit comments

Comments
 (0)