This is a new Beta development release, fixing recently discovered bugs.
Bugs fixed:
An insert and update error was generated by the decimal data type in the Entity Framework, when a German collation was used. (Bug#43574)
Generating an Entity Data Model (EDM) schema with a table containing columns with data types
MEDIUMTEXT
andLONGTEXT
generated a runtime error message “Max value too long or too short for Int32”. (Bug#43480)