- The
%tqlmagic command has been replaced with two new ones:%typedband%typeql.%typedbis used for opening and managing connections to TypeDB servers, and%typeqlis used for executing queries. Multiline queries now use%%typeqlaccordingly. - TypeDB Cloud and Cluster are now supported. Connecting to a Cloud/Cluster server can be done using
-dto specify database name and-ato specify server address as with TypeDB Core servers, in addition to the new arguments-u,-p, and-cfor specifying username, password, and TLS certificate path respectively. - The arguments for closing connections and deleting databases have changed from
-cto-kand from-kto-xrespectively.-cis now used for TLS certificate path when connecting to TypeDB Cloud/Cluster. - More information about query execution is now provided to the user. This can be disabled with
%config TypeQLMagic.show_info = False.
- Initial release.