As of 29/11 2019 the new version 1.6.0 is out
Menas Improvements
- #92 Menas authentication is now stateless, using JWT. This allows scalable load-balancing of requests to Menas.
- #623 The master pages for
Dataset
,Schema
andMapping Table
now show a busy indicator while they are fetching the list of entities. - #890 Fixed visual bug in conformance rules where the
Mapping Rule
was showing misleading join conditions by displaying the dataset name on both sides of the join. The join conditions are now displayed asdataset.column - mapping_table.column
. - #1053 To allow
Run Summaries
queries to serve requests with hundreds of thousands ofRuns
, Menas now allows MongoDB to spill to disk when it reaches the 100MB memory limit for sorting queries. Queries like this will be deprecated and replaced with paginated alternative in version 2.0.0. - #1070 Added
runUniqueId
toRun Summaries
for the following endpoints:<api_url>/runs/summaries
<api_url>/runs/<dataset_name>
<api_url>/runs/<dataset_name>/<dataset_version>
Standardization Improvements
- #58 You can now parse formatted strings to numeric types. (See the documentation for details)
Conformance Improvements
- #1044 Fixed calculation of the
Conformance - End
checkpoint.