diff --git a/code-to-generate-connect-pages/main.py b/code-to-generate-connect-pages/main.py index 63ba7b6d..c0cce61f 100644 --- a/code-to-generate-connect-pages/main.py +++ b/code-to-generate-connect-pages/main.py @@ -127,7 +127,7 @@ def get_lc_tech_name(tn): # Generate description about the tech 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.\ Write a paragraph describing the technology called {tech_name}.\ - If {tech_name} is not a data technology you recognise, please reply with 'UNREGOGNIZED TECH ALERT'.\ + If {tech_name} is not a data technology you recognise, please reply with 'UNRECOGNIZED TECH ALERT'.\ Under no circumstances should you use sentences like 'As a seasoned tech writer' or talk about your yourself in the first person.\ 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'." diff --git a/docs/blog/posts/images/diagram-iceberg-sink.png b/docs/blog/posts/images/diagram-iceberg-sink.png new file mode 100644 index 00000000..26724a5a Binary files /dev/null and b/docs/blog/posts/images/diagram-iceberg-sink.png differ diff --git a/docs/blog/posts/release-scratchpads.md b/docs/blog/posts/release-scratchpads.md new file mode 100644 index 00000000..5ecb6273 --- /dev/null +++ b/docs/blog/posts/release-scratchpads.md @@ -0,0 +1,44 @@ +--- +title: "Quix Release: Scratchpads" +date: 2024-10-28 +authors: [steve-rosam] +slug: quix-release-scratchpads +description: > + Learn about the latest Quix release. +categories: + - releases +hide: + - navigation +--- + +New features, bug fixes and performance upgrades! + + + +## New features + +- **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. +- **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. +- **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). + +## Enhancements + +- We have enabled replicas configuration for Jobs. Users can now set the replica count for deployments of type `Job`, enhancing job concurrency control. +- 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. +- Improved error descriptions when dealing with YAML and missing secret keys. +- Improved network configuration validation. +- Enhanced the readability of error messages in historical logs to make them more user-friendly. +- Optimized the 'Live Logs' download for improved performance. + +## Bug Fixes + +- Fixed a bug that prevented applications being run in the online IDE from stopping in some conditions. +- Fixed a bug that caused deployment statuses to refresh incorrectly after a runtime error occurred. +- Vulnerability fixes and patches. + +## Find Out More +If you want to find out more or have any questions at all please get in touch. + +