Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 67 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,68 @@

This is the changelog for the current year. Changelogs for previous years can be found [here](#changelog-archives).

## 2023-12-02-fe-bugs | 11 DECEMBER 2023

`IMPROVEMENTS`

- Organization Homepage
- Sorting environments in Project cards based on status - moved “non-ready” environments to the bottom
- Applications
- IDE no longer scrolls to the top after committing changes to a file
- Deployments
- Improved “skipped” message in *Messages* tab - (we made it sound like we threw your topic messages in the bin)
- Code Samples
- If searching with a filter applied yields no results: empty state message and CTA changed to *clear* applied filters
- Enabled “+ Add new” button in topic input field
- Various loading spinners on CTAs to improve click-action feedback
- YAML
- Improved supplementary message on syncing with 0 changes to inform user that no changes are made during sync
- Editing YAML retains carat position (if you click on the YAML section you want to edit before you click edit, then we take you there)

`BUG FIXES`

- Organization Homepage
- Prevent “undefined” repository issue when switching in and out of projects too quickly
- Prevent “login required” error in ungated experience
- Data Explorer
- Waveform was disappearing if you came from *Live data*
- “Topic created” notifications weren’t taking the user to the *Topics* page
- Deployments
- Deployment dialogue sliders for *CPU* and *Memory* were using the wrong increments
- *CPU* and *Memory* metrics weren’t cleared when switching to a stopped deployment
- Destinations were appearing as Transformations in *Lineage* views
- Pipeline
- Changing topic on a deployment wasn’t updating the pipeline view
- Adding replays from placeholders didn’t use the correct topic
- Link for *Public URL* on deployment cards weren’t pointing to the *Public URL*
- Applications
- Uploading and replacing file wasn’t working
- Progress bars on *replays* in the *Lineage* tab weren’t moving
- Heartbeat connection was not reconnecting after disconnection, and it was calling a V1 endpoint
- Topics being created when user was adding variables
- YAML
- *YAML* was appearing in edit mode when *YAML* was loading
- Switching environments when viewing the *YAML* was not updating the environment variables in the *variables* tab
- Error in sync dialogue was clipping code
- Various component-interaction console errors
- Error messages in various dialogues were persisted
- Updated tab names related to domain changes
- Various UI width fixes

## 2023-12-01-f1 | 7 DECEMBER 2023

`IMPROVEMENTS`

- Deleting old trial workspaces 7 days after disabling

## 2023-12-01-freetier | 6 DECEMBER 2023

`IMPROVEMENTS`

- Increase quotas for free and base tier
- Update trial expired email and delete trials according to that
- Remove unneeded IDE PVCs possibly costing lot

## 2023-11-03-promocode | 16 NOVEMBER 2023

`NEW FEATURES`
Expand Down Expand Up @@ -83,7 +145,7 @@ This is the changelog for the current year. Changelogs for previous years can be
- -1 retention in topics was setting as -60000.
- Platform
- Workspaces were stuck in “creating”/”updating” status
- Topic quota logic caused external topics and topics that failed to create to count towards organisation quotas
- Topic quota logic caused external topics and topics that failed to create to count towards organization quotas
- StreamPackageType changed so icons for data types in messages weren’t being displayed correctly
- Changing to a locally-created branch was not displaying backend errors
- Resolved various console errors caused by Front-End component interactions
Expand Down Expand Up @@ -151,7 +213,7 @@ This is the changelog for the current year. Changelogs for previous years can be
- Improved YAML parsing to maintain the order of elements during merging and syncronization.
- YAML variables definition in the code can now be composed by a combination of text or multiple variables. (ex: “{variable1}-sometext-{variable2}”)
- Loader on branch dropdown when switching branches for an environment
- New organisation homepage Projects/Environments counters
- New organization homepage Projects/Environments counters
- Other
- Autofocus behavior improvements to input fields on onboarding
- Improved FE performance by changing the way angular components are interacted with
Expand Down Expand Up @@ -373,7 +435,7 @@ Second release under tag release/2023-10-01-deployment-hf-2:
- Internal:
- Added a new updater service system that simplifies the release process
- Increased resources for some of the Workspace services by default to improve the stability for standard workspaces, and Added some Requests configuration for Premium workspaces
- New Quota system introducing new quotas per organisation
- New Quota system introducing new quotas per organization
- New payment modal explaining serverless when a user clicks on payment CTAs

`BUG FIXES`
Expand Down Expand Up @@ -442,7 +504,7 @@ Second release under tag release/2023-10-01-deployment-hf-2:
- Refresh button to get latest changes from git
- Confirmation dialogue when deleting a branch
- Dependencies are installed upon opening the application
- Inviting a user to an organisation now displays a “pending” or “error” status
- Inviting a user to an organization now displays a “pending” or “error” status
- README files are selected by default in *Code Samples*
- Deployments are no longer auto-focused after deploying (it was getting annoying)
- Minor enhancements in dropdown behavior during query selection in the data explorer
Expand Down Expand Up @@ -528,7 +590,7 @@ Second release under tag release/2023-10-01-deployment-hf-2:
- Topic cards in the deployment details now show a “creating” status if the topic isn’t ready yet
- Clicking “Edit code” in a code sample takes you directly to a newly created application (V2 ONLY)
- Added “client.id” property to some of our services to track Quix Kafka usage on external providers like Confluent.
- Added the ability to set special Quotas per Organisation
- Added the ability to set special Quotas per Organization
- Improved internal Quix reports with more information
- Deployment details
- Replica display is now based on deployment type (job/service). Running a job multiple times no longer displays replicas of previous jobs.
Expand Down