Bump package version to prepare for GA release (#840)

* VBump for GA Release
- Fixes #828
- Fixes #829

Updated package version, added release notes and changelog data. Note: did not update SqlToolsService as we're working to get a 1.0 build with all bits uploaded to GitHub. That will be done in a separate PR.
This commit is contained in:
Kevin Cunnane 2017-04-27 05:16:38 -07:00 коммит произвёл GitHub
Родитель 70d9ed4120
Коммит 1fdf1ee7fb
5 изменённых файлов: 38 добавлений и 127 удалений

Просмотреть файл

@ -1,5 +1,25 @@
# Change Log
## Version 1.0
* Release date: April, 2017
* Release status: GA
## What's new in this version
* We are please to announce the official GA of the MSSQL extension! This release focuses on stability, localization support, and top customer feedback issues
* The MSSQL extension is now localized. Use the `Configure Language` command in VSCode to change to your language of choice. Restart the application and the MSSQL extension will now support your language for all commands and messages.
* Community-added support for `Save as Excel`, which supports saving to .xlsx format and opening this in the default application for .xlsx files on your machine.
* Numerous bug fixes:
* IntelliSense improvements to support configuration of Intellisense options from user settings, plus keyword fixes.
* Query Execution fixes and improvements: [#832](https://github.com/Microsoft/vscode-mssql/issues/832), [#815](https://github.com/Microsoft/vscode-mssql/issues/815), [#803](https://github.com/Microsoft/vscode-mssql/issues/803), [#794](https://github.com/Microsoft/vscode-mssql/issues/794), [#772](https://github.com/Microsoft/vscode-mssql/issues/772)
* Improved support for downloading and installing the tools service behind proxies
* Improvements to `Go To Definition` / `Peek Definition` support [#769](https://github.com/Microsoft/vscode-mssql/issues/769)
## Contributions and "thank you"
We would like to thank all our users who raised issues, and in particular the following users who helped contribute features or localization of the tool:
* Wujun Zhou, for adding the `Save as Excel` feature
* The many contributors to our community localization. A full list is available on [this TechNet post](https://blogs.technet.microsoft.com/dataplatforminsider/2017/04/13/crossplatform-tools-for-sql-server-opened-for-community-localization/). Particular thanks to Mona Nasr for coordinating our community localization efforts.
## Version 0.3.0
* Release date: March 1, 2017
* Release status: Public Preview

Просмотреть файл

@ -21,6 +21,22 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,
<img src="https://github.com/Microsoft/vscode-mssql/raw/master/images/mssql-demo.gif" alt="demo" style="width:480px;"/>
## What's new in 1.0
* We are please to announce the official GA of the MSSQL extension! This release focuses on stability, localization support, and top customer feedback issues
* The MSSQL extension is now localized. Use the `Configure Language` command in VSCode to change to your language of choice. Restart the application and the MSSQL extension will now support your language for all commands and messages.
* Community-added support for `Save as Excel`, which supports saving to .xlsx format and opening this in the default application for .xlsx files on your machine.
* Numerous bug fixes:
* IntelliSense improvements to support configuration of Intellisense options from user settings, plus keyword fixes.
* Query Execution fixes and improvements: [#832](https://github.com/Microsoft/vscode-mssql/issues/832), [#815](https://github.com/Microsoft/vscode-mssql/issues/815), [#803](https://github.com/Microsoft/vscode-mssql/issues/803), [#794](https://github.com/Microsoft/vscode-mssql/issues/794), [#772](https://github.com/Microsoft/vscode-mssql/issues/772)
* Improved support for downloading and installing the tools service behind proxies
* Improvements to `Go To Definition` / `Peek Definition` support [#769](https://github.com/Microsoft/vscode-mssql/issues/769)
### Contributions and "thank you"
We would like to thank all our users who raised issues, and in particular the following users who helped contribute features or localization of the tool:
* Wujun Zhou, for adding the `Save as Excel` feature
* The many contributors to our community localization. A full list is available on [this TechNet post](https://blogs.technet.microsoft.com/dataplatforminsider/2017/04/13/crossplatform-tools-for-sql-server-opened-for-community-localization/). Particular thanks to Mona Nasr for coordinating our community localization efforts.
## What's new in 0.3.0
* T-SQL formatting support is now included. This is a highly requested feature, and this release includes a basic parser
with configuration options for some of the most common T-SQL formatting styles.

Просмотреть файл

@ -1,10 +1,10 @@
{
"name": "mssql",
"displayName": "mssql",
"version": "0.3.0",
"version": "1.0.0",
"description": "Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere",
"publisher": "ms-mssql",
"preview": true,
"preview": false,
"license": "SEE LICENSE IN LICENSE.txt",
"aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412",
"icon": "images/sqlserver.png",

Просмотреть файл

@ -1,114 +0,0 @@
<html><head></head>
<body><div id="markdown-container"><h1 id="0">Change Log</h1>
<h2 id="7">Version 0.3.0</h2>
<ul>
<li>Release date: March 1, 2017</li>
<li>Release status: Public Preview</li>
</ul>
<h2 id="8">What's new in this version</h2>
<ul>
<li>T-SQL formatting support is now included. This is a highly requested feature, and this release includes a basic parser
with configuration options for some of the most common T-SQL formatting styles.</li>
<li><strong>Refresh Intellisense Cache</strong> command added. This will rebuild the intellisense for a connected database to include any recent
schema changes</li>
<li><strong>New Query</strong> command added. This opens a new .sql file and connects to a server, making it quicker to get started with your queries</li>
<li>Fixed support for SQL Data Warehouse connections.</li>
<li>Prototype localization support added. We will be adding full localization support in a future update.</li>
<li>Improved Peek Definition support. Multiple bug fixes, and additional supported types.</li>
<li>Support for Windows x86 machines</li>
<li>Fix for issue #604 where results that included HTML were not rendered correctly</li>
<li>Multiple fixes for syntax highlighting</li>
<li>Fixed issues where query execution failed due to parser failures.</li>
</ul>
<h2 id="7">Version 0.2.1</h2>
<ul>
<li>Release date: February 2, 2017</li>
<li>Release status: Public Preview</li>
</ul>
<h2 id="8">What's new in this version</h2>
<ul>
<li>HotFix for issue #669 "Results Panel not Refreshing Automatically". This issue impacts users on VSCode 1.9.0 or greater.</li>
</ul>
<h2 id="7">Version 0.2.0</h2>
<ul>
<li>Release date: December, 2016</li>
<li>Release status: Public Preview</li>
</ul>
<h2 id="8">What's new in this version</h2>
<ul>
<li>Peek Definition and Go To Definition support for Tables, Views and Stored Procedures. For a query such as <strong>select * from dbo.Person</strong> you can right-click on <strong>dbo.Person</strong> and see it as a <strong>CREATE TABLE</strong> script.</li>
<li>Support for additional operating systems including Linux Mint and Elementary OS.</li>
<li>Output window now shows status of SQL tools service installation to make it easier to track install-time issues.</li>
<li>Progressive Result Sets: when running multiple queries at once, you'll now see result sets appear as soon as they are done processing instead of waiting for all queries to complete.
The extension supports result set-level updates with per-row updates coming in a future update.
</li>
<li>Multiple results view improvements: improved keyboard navigation, configuration settings to alter default font style and size, support for copying with column headers.</li>
<li>Multiple IntelliSense improvements: Support using <strong>[bracket].[syntax]</strong>, handling of quotations marks like <strong>"</strong> at the end of a word, improved performance when connecting to same DB from a new file.</li>
</ul>
<h2 id="1">Version 0.1.5</h2>
<ul>
<li>Release date: Nov 16, 2016</li>
<li>Release status: Public Preview</li>
</ul>
<h2 id="2">What's new in this version</h2>
<p>The SQL Tools team is excited to announce that the first public preview release of <strong>mssql</strong> for Visual Studio Code is available in the Visual Studio Code Marketplace. Try it and provide your feedback or report any issue to GitHub Issue Tracker.
</p>
<p>If you are new to VS Code and the mssql extension, see the getting started tutorial for step-by-step guides. For more about how-to guides see the mssql extension wiki.
</p>
<p><strong>Quick summary of the mssql extension features</strong>
</p>
<p>This extension makes it easy to connect to, query and modify your SQL Server, Azure SQL Database, and Azure SQL Data Warehouse instances.
</p>
<ul>
<li><p>Create and manage your frequent connections to SQL Server, Azure SQL Database and Azure SQL Data Warehouse as a profile. The mssql extension keeps the recent history of your connection activities and saves passwords in a secure store, making connecting to your database easy. Create, Edit, Remove and Clear your recent connections. See manage connection profiles for more details.</p>
</li>
<li><p>Productive T-SQL editor features including IntelliSense with suggestions and auto-completion, syntax highlighting and real-time T-SQL error checks and reporting.</p>
</li>
<li><p>Execute T-SQL scripts and view results, all with a native Visual Studio Code look and feel. View query results and related messages without needing to tab between them.</p>
</li>
<li><p>Save query results as CSV, JSON, or Excel.</p>
</li>
<li><p>Customize shortcuts, color themes and options to meet your preference.</p>
</li>
<li><p>This is an open source project under the MIT license. Go check out how to contribute.</p>
</li>
</ul>
<h2 id="3">Upcoming changes and features</h2>
<ul>
<li><p>Top customer reported issues in GitHub Issue Tracker.</p>
</li>
<li><p>Faster performance: Progressive query results. As soon as SQL Server returns results to the extension these should be shown to the user, even for large queries.</p>
</li>
<li><p>Delivery of additional T-SQL editor features, for example support for Go To Definition and Find All References.</p>
</li>
<li><p>More bugs fixes and fine tuning of features.</p>
</li>
</ul>
<h2 id="4">Fixed Issues</h2>
<p>Report issues to Github Issue Tracker and provide your feedback.
</p>
<h2 id="5">Known Issues</h2>
<ul>
<li><p>The mssql extension process may crash due to a bug in the product. It requires to restart VS Code to recover. Before restarting VS Code, please save your files.</p>
</li>
<li><p>Installation Prerequisites: this extension requires the user to install some components needed by .Net Core applications, since this is used for connectivity to SQL Server.</p>
<ul>
<li><p>For Mac OS, see OpenSSL requirement on macOS</p>
</li>
<li><p>For Windows 8.1, Windows Server 2012 or lower, see Windows 10 Universal C Runtime requirement</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
</body></html>

Просмотреть файл

@ -191,17 +191,6 @@ gulp.task('html:copy:assets', (done) => {
})
);
promises.push(new Promise((resolve) => {
gulp.src([
config.paths.html.root + '/src/docs/**/*'
])
.pipe(gulp.dest(config.paths.html.out + '/dist/docs'))
.on('end', () => {
resolve();
})
})
);
promises.push(new Promise((resolve) => {
gulp.src([
config.paths.html.root + '/src/images/*'