MySQL Forums
Forum List  »  Announcements

MySQL Shell 1.0.4 m2 Development Release has been released
Posted by: Balasubramanian Kandasamy
Date: June 23, 2016 05:22AM


Dear MySQL users,

MySQL Shell 1.0.4 M2 is the second development release of the
MySQL for MySQL Shell 1.0 series.

The MySQL Shell is an interactive JavaScript and Python command-line
interface, supporting development and administration for the MySQL
Server. The MySQL Shell enables developers to use a new Create Read
Update Delete (CRUD) API. MySQL Shell is a component of the MySQL
Server.

This is a Developer Release, so we are looking forward to getting your
feedback on the MySQL Shell as well as the new API and all the other new
features.

The MySQL Shell provides

     * Both Interactive and Batch operations

     * JavaScript, Python, and SQL language modes

     * Document and Relational Models

     * CRUD Document and Relational API via scripting

     * Output results in Traditional Table, JSON, and Tab Separated formats

     * Global and Stored Sessions

     * And much more


To download the MySQL Shell
http://dev.mysql.com/downloads/shell

To learn more about MySQL Shell, a component of the MySQL Server, see
http://dev.mysql.com/doc/refman/5.7/en/mysql-shell.html

To learn more about using MySQL as a document store, see
http://dev.mysql.com/doc/refman/5.7/en/document-store.html

For MySQL Shell Tutorials
JavaScript - http://dev.mysql.com/doc/refman/5.7/en/mysqlx-shell-tutorial-javascript.html
Python - http://dev.mysql.com/doc/refman/5.7/en/mysqlx-shell-tutorial-python.html

User documentation for the new X DevAPI
http://dev.mysql.com/doc/x-devapi-userguide/en/index.html

For more information about how the X DevAPI is implemented in MySQL Shell,
and its usage, see http://dev.mysql.com/doc/dev/mysqlsh-devapi/

Changes in MySQL Shell 1.0.4 (2016-06-23, Milestone 2)

   Bugs Fixed

     * A space was missing after the Python prompt. (Bug
       #23304556)

     * Functions depending on an internal cache, such as
       Schema.collections, Schema.tables, and Schema.views were
       not being updated correctly, which made statements such
       as DROP appear to not function correctly. (Bug #23095017,
       Bug #81040)

     * Using SSL to create a connection was failing with MySQL
       Error (2026): SSL bad version. (Bug #81094, Bug
       #23112964)

     * The help text has been improved to be more accurate and
       use correct language. (Bug #81085, Bug #23106440)

On behalf of the MySQL Release Team,
Balasubramanian Kandasamy 


Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Shell 1.0.4 m2 Development Release has been released
2088
June 23, 2016 05:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.