diff --git a/+dj/version.m b/+dj/version.m index 438fce41..2b79a3cb 100644 --- a/+dj/version.m +++ b/+dj/version.m @@ -1,7 +1,7 @@ function varargout = version % report DataJoint version -v = struct('major',3,'minor',3,'bugfix',0); +v = struct('major',3,'minor',3,'bugfix',1); if nargout varargout{1}=v; diff --git a/docs-parts/existing/1-Virtual-Modules_lang1.rst b/docs-parts/existing/1-Loading-Classes_lang1.rst similarity index 90% rename from docs-parts/existing/1-Virtual-Modules_lang1.rst rename to docs-parts/existing/1-Loading-Classes_lang1.rst index 97295b60..0670aa0e 100644 --- a/docs-parts/existing/1-Virtual-Modules_lang1.rst +++ b/docs-parts/existing/1-Loading-Classes_lang1.rst @@ -1,3 +1,7 @@ + +Creating a virtual class +~~~~~~~~~~~~~~~~~~~~~~~~ + A ``TableAccessor`` object is created as a property of a schema during each schema's creation. This property is named ``schema.v``, for *virtual class generator*. The ``TableAccessor`` ``v`` itself has properties that refer to the tables of the schema. diff --git a/docs-parts/intro/Releases_lang1.rst b/docs-parts/intro/Releases_lang1.rst index 45b878b6..14d5f353 100644 --- a/docs-parts/intro/Releases_lang1.rst +++ b/docs-parts/intro/Releases_lang1.rst @@ -1 +1,14 @@ -Start of Release Notes +3.3.1 -- October 31, 2019 +------------------------- +* Ability to create schema without GUI PR #155 +* Support secure connections with TLS (aka SSL) (#103) PR #157, mym-PR #11, #12, #13 +* Allow GUI-based password entry to avoid cleartext password from being captured in MATLAB log PR #159 +* Add detailed error message if DJ012 Python-native blobs detected (#170) mYm-PR #16 +* Add support for PAM connections via MariaDB's Dialog plugin (#168, #169) mYm-PR #14, #15 +* Minor improvements to reuse of connection if applicable PR #166, #167 +* Bugfixes (#152) + +3.2.2 -- February 5, 2019 +------------------------- + +`Previous release notes TBD` \ No newline at end of file