All notable changes to the Materialize extension for Visual Studio Code will be documented in this file.
- Auto-reconnect after a connection failure.
- Preserve focus after running a query.
- Error in login after a succesful profile delete.
- Materialize file extension renamed from
.materialize-sql
to.mzsql
.
- Alternative SQL Parser in replacement of the LSP parsing command.
- The release process now has a pre-release step.
- Queries now run in a single Postgres client.
- Activity log
- Query execution timing.
- Duplicated columns now display correctly.
- Rendering problems for big tables.
- Explorer objects are now sorted alphabetically.
- MacOS support for Keychain.
- Queries activity log.
- Elapsed time available in the queries panel.
- Schema explorer object counts per each object type.
- Staging environments connections are now working.
- Play icon size has been corrected.
- Fix for expired tokens
- Notifies the user when no profile is available
- Language Server Protocol (LSP) integration is now available.
- Connections errors are now available in the Profile panel.
- Staging environments connections are now working.
- Play icon size has been corrected.
- Fix for expired tokens
- Now is possible to remove profiles.
- Swaping connection options as the cluster, database or schema are now working fine.
- Improvements around the profile UI/UX.
- Adding a profile displays an error message when the profile name is incorrect.
Official release to the marketplace.
- Profile names are now restricted.
- New media content for the
README.md
.
- The first query now runs correctly even when the extension is not yet activated.
- Auto-focus the panel after running a query.
- Support for
.md
files to run SQL queries. - Now is possible to copy the object names from the schema.
- Now is possible to run a query by pressing
CMD + ENTER
orCTRL + ENTER
. - Now is possible to press enter to confirm a profile name.
- Laggy queries do not overlap the results of newer queries anymore.
- Schema explorer does not load anymore when there is no profile available.
Check Keep a Changelog for recommendations on how to structure this file.