The Wayback Machine - https://web.archive.org/web/20201205123143/https://github.com/mysql/mysql-for-vs/releases
Skip to content
Apr 18, 2018
Fixed incorrect entry in the Release Notes and CHANGES files.
Apr 3, 2017
WL10656 - SSL Support for MySQL Connections that use the X Protocol
• Modified the value of "SpecificVersion" from "True" to "False" for the "Microsoft.VisualStudio.DataDesign.Interfaces" assembly to enable the use of a more recent version if the one specified is not found. Previously the assembly couldn't be found but no error was raised because it wasn't it wasn't being referenced used within the code. (Source\MySql.VisualStudio\MySql.VisualStudio.csproj).
Apr 3, 2017
Bug #25819096 - VISUAL STUDIO PLUGIN INSTALLATION FAILS ON VS2017
• Replaced "devenv /setup" command with "devenv /updateconfiguration /log" for VS2017's custom actions. Mentioned command would allow VS to identify the newly installed extension but would fail in Windows 7 environments due to conflicts with elevated privilages. The new command achieves the same, doesn't require elevated privileges and executes faster. Updated the "Return" attribute's value to "check" since previous value ("ignore") would continue installation even if the command failed to execute. The "/log" switch was included to generate the "Activity.log" file in the user's settings folder which would allow to trace errors related to this command during installation. (Installer/visualstudio.wxs).
Sep 26, 2016
MYSQLFORVS-639 - VS CRASHES AFTER RUNNING A QUERY
- Recompiled the ParsingSupport C++/CLI libraries that for some reason did not load correctly after updating the ShellCore C++/CLI library. (Dependencies\Parser\ParsingSupport.dll, Dependencies\Parser\base.dll, Dependencies\Parser\parsers.dll)
- Updated the MySQL.Utility to the latest version that contains fixes for the SQL, JavaScript and Python test scripts. (Dependencies\v4.0\Release\MySQL.Utility.dll)
- Changed code that executes non-SELECT queries to use a MySqlCommand.ExecuteNonQuery instead of a MySqlScript.Execute, since this is slightly more efficient, the MySqlScript after doing some checks falls back to use a MySqlCommand.ExecuteNonQuery anyway. (Source\MySql.VisualStudio\Editors\SqlEditor.cs, Source\MySql.VisualStudio\Editors\SqlEditor.Designer.cs)
- Added code to ensure the AllowUserVariables is always set to true in the connection string, so when users execute SQL scripts in the code editor that contain user variables there are no errors. (Source\MySql.VisualStudio\Editors\Utils.cs,
Source\MySql.VisualStudio\VsPkg.cs)
Jun 24, 2016
Fixed the camel case convention for the release notes.
Apr 2, 2016
Updated release notes to change Developer Preview Release to either I…
…nternal Release for 2.0.0 and 2.0.1, and to Milestone 1 for 2.0.2. (Release Notes.txt)
Dec 17, 2015
MYSQLFORVS-463 - WHEN TRYING TO ADD MYSQL TEMPLATES TO ANY PROJECT , …
…RAISE AN ERROR

* Update the powershell script to include the revision number in the updated version, required by the templates so they can be loaded properly by visual studio. This is, the templates should include the full version format "<major version>.<minor version>.<build number>.<revision>", which in the case of the M4VS plugin the revision number will be 0 (~/Source/MySql.VisualStudio/Scripts/Update_Version.ps1).
Oct 28, 2015
MYSQLFORVS-448 - [MSI] Can't install MySQL4VS in a VS2010 environment
- Change the "CreateDeleteRegKeyAndExtensionsFile" method to handle the registry key creation, adding a permissions check when creating the key so it can be set with a value later. (~\mysql-for-vs\Source\MySql.ConnectorInstaller\CustomAction.cs)
Oct 22, 2015
Item MYSQLFORVS-427: Creating any new mysql file project, raise an er…
…ror.
Aug 30, 2015
Bumped version to 2.0.0 and updated copyright years format. (Source\M…
…ySql.VisualStudio\Properties\AssemblyInfo.cs, Source\MySql.VisualStudio\Properties\Version.cs)
You can’t perform that action at this time.