Releases: typedb/typedb-studio
TypeDB Studio 3.8.1
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.8.1
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.8.1 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.
New features
- Query tabs: Organise your queries into tabs. Add new, duplicate, rename, and close tabs.
- Configurable row limit: By default queries will now fetch a maximum of 100 rows, which you can configure. This keeps Studio performant against large datasets by default.
- "Load instances" button for each type on query page: Right-click any type on the query page to load its instances.
- Copy and replay previous queries (requested by @jmsfltchr)
- Visual connection string builder: Click the gear icon next to the connection string input to get a visual UI for it. Connection strings are the recommended way to securely save TypeDB Studio connection info to your password manager.
Bugs fixed
- Fixed a bug where you could not type into the query editor in the Mac desktop app (reported by @sunnyatmoveai, and
@davux,@.cyoon.and@markmclellanon Discord) - Fixed a bug where the connection string input would throw errors in Safari
TypeDB Studio 3.8.0
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.8.0
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.8.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.
New features
Data Explorer
We've added the Data Explorer - an interactive visual environment for exploring data.
Select any type, and it will show you a table of instances and their most interesting connections - attributes, relations, roleplayers...
Select any instance from that table, and you can see all its connections in greater detail, allowing you to see exactly what data you're looking at.
You can then jump to connected instances using the "Explore" buttons on instance details, and as such you can traverse your dataset entirely using this visual UI without needing to write queries.
Other features
- Improve collapse/expand behaviour of schema tool window. Top level is now always expanded and performance is sharply improved.
- Error snackbars no longer render really long messages. Instead, click "View error details" to see the full error message and/or copy it to the clipboard.
- In auto transaction mode, now use the oneshot query endpoint for better performance
- Add retry mechanism with backoff for 5xx errors when querying TypeDB
- Transaction mode is now persisted to local storage
- Navigating to / (root route) now takes you to the last used tool (query/data/schema)
- Rename connection URL to connection string for clarity
- App info dialog now has useful external links
TypeDB Studio 3.7.0
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.7.0
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.7.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
Please be aware that TypeDB Server 3.7 has breaking API changes. TypeDB Studio 3.7 preserves backward compatibility, however, TypeDB Studio versions OLDER than 3.7.0 will not work correctly with TypeDB server versions >= 3.7.0.
Other improvements
- Update internal visualisation code to correctly handle the TypeDB 3.7 API (by @krishnangovindraj )
TypeDB Studio 3.6.0
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.6.0
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.6.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
New features
- Vibe querying: The Query pane now has two query modes: "Code" and "Chat". In chat mode, the user simply talks to an AI assistant, which generates queries and optionally explains how they work. If the query is incorrect (errors, or gives a wrong answer), the user can click the new wand overlay to simply send the answers back to the chat agent, prompting the agent to fix the mistake.
Bugs fixed
- Fix a bug where the Tauri desktop app would fail to launch on an Intel-based Mac (reported by @.cyoon. on Discord, fixed by @krishnangovindraj )
- Fix dead links (reported by @.cyoon. on Discord)
- Connection name is now optional on the Connect page
Other improvements
- Add local Angular build configuration
TypeDB Studio 3.5.9
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.5.9
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.5.9 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
New features
- You can now view your entire schema as plaintext via the schema tool window
- You can now collapse all nodes in the schema tool window via its actions menu
- The schema tool window is now on both the Query and Schema pages
Other improvements
- Code snippet component now has a "Copy" overlay
Full Changelog: 3.5.0...3.5.9
TypeDB Studio 3.5.8
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.5.8
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.5.8 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
New features
- We've changed the Tab behaviour in the code editor. Instead of cycling to the next UI element, it now inserts a Tab character in the code editor. ( fixes #876 )
- When connecting to a cluster directly from TypeDB Cloud, the connection name in Studio will match the cluster's name in Cloud.
Bugs fixed
- Fix a bug causing some error messages to render as
[object Object](reported by@saityroon Discord) - Fix a bug where schema vertex "islands" with no edges were not rendered in graph output (reported by
@davidgon Discord)
Full Changelog: 3.5.0...3.5.8
TypeDB Studio 3.5.3
Distribution
TypeDB Studio is hosted on the Web at https://studio.typedb.com.
Alternatively:
- Install: https://typedb.com/docs/home/install/studio
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.5.3
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
Documentation
- TypeDB Studio docs: https://typedb.com/docs/tools/studio
- Learn more about TypeDB: https://typedb.com/docs/home/learning-journey
TypeDB server compatibility
TypeDB Studio 3.5.3 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).
New features
- New actions on home page: deploy TypeDB in cloud; install TypeDB CE locally
- New learning resources added to Help menu
- Cloud connection names will now default to the Cloud cluster's name
- Page background is now darker to improve contrast and readability
Bugs fixed
- Fix a bug where fonts would reload on page navigation
Other improvements
- Miscellaneous style tweaks for readability
- Massively simplify global stylesheets
Full Changelog: 3.5.0...3.5.3
TypeDB Studio 3.5.0
Distribution
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.5.0
- User manual: https://typedb.com/docs/manual/tools/studio
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
TypeDB Studio is also hosted on the Web at https://studio.typedb.com.
TypeDB server compatibility
TypeDB Studio 3.5.0 is compatible with TypeDB >= 3.3.
New features
- Add page to manage database users
- Add keybind to run queries (proposed by @kenho811)
- Schema tool window: hierarchical view (proposed by
@MickBon Discord) - Schema tool window: link type filters, improved styling
- Add ability to delete databases
Bugs fixed
- Fix a bug that prevented log output from updating when an error occurred (by @krishnangovindraj )
- String values are now quoted in log output
- Concept row columns are now sorted in log output
- Fix a bug where transaction type would reset on page navigation
- Fix a bug where routes would be rendered prematurely, but hidden by a 100%-height spinner
Other improvements
- Use
typedb-driver-http - Refactor to use PNPM workspace
Full Changelog: 3.4.4...3.5.0
TypeDB Studio 3.4.4
Distribution
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.4.4
- User manual: https://typedb.com/docs/manual/tools/studio
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
TypeDB Studio is also hosted on the Web at https://studio.typedb.com.
TypeDB Server Compatibility
TypeDB Studio 3.4.4 is compatible with TypeDB >= 3.3.
Changes
- Improve performance of Log and Table output when rendering thousands of answers (reported by
@HelloWorldon Discord and fixed by @krishnangovindraj ) - Fix an issue that caused graph views to flicker on non-Webkit browsers e.g Firefox (reported by
@quirkyquark2000and@HelloWorldon Discord and fixed by @flyingsilverfin ) - Add TypeDB Cloud link to sidebar
Full Changelog: 3.4.3...3.4.4
TypeDB Studio 3.4.3
Distribution
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.4.3
- User manual: https://typedb.com/docs/manual/tools/studio
Desktop builds of TypeDB Studio run in the following environments:
- Windows 10 or later (x86_64)
- MacOS (x86_64, arm64)
- Debian / Ubuntu 22.04 or later (x86_64, arm64)
TypeDB Studio is also hosted on the Web at https://studio.typedb.com.
TypeDB Server Compatibility
TypeDB Studio 3.4.3 is compatible with TypeDB >= 3.3.
Changes
- Add refresh button to schema tool window
Full Changelog: 3.4.1...3.4.3