All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
1711 days ago

Changelog History

  • v1.14.0-alpha03 Changes

    August 18, 2019

    BrightstarDB 1.14.0-alpha.3

  • v1.14.0-alpha02 Changes

    August 17, 2019

    BrightstarDB 1.14.0-alpha.2

  • v1.14.0-alpha01 Changes

    August 14, 2019

    BrightstarDB 1.14.0-alpha.1

  • v1.13.3 Changes

    October 03, 2017

    ๐Ÿš€ This is a bug-fix release.

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ›  FIX: Another fix to the EntityFramework to ensure that an objectโ€™s hashcode remains stable after it is deleted. This is needed to support wrapping entity collections as observable collections in MvvmLight (#290)
  • v1.13.3.1 Changes

    February 19, 2018

    ๐Ÿš€ This release has been made to update the installer which has been reported as being broken on Windows 10 machines. Developers using NuGet can continue to use the 1.13.3 version of the packages available there.

  • v1.13.2 Changes

    October 03, 2017

    ๐Ÿš€ This is a bug-fix release.

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ›  FIX: Additional fix to the invocation of the CollectionChanged event in the EntityFramework. (#288)
  • v1.13.1 Changes

    October 03, 2017

    ๐Ÿš‘ This hotfix release corrects a problem with the implementation of the INotifyCollectionChanged interface in the BrightstarDB Entity Framework. See #288 for more details.

  • v1.13 Changes

    October 03, 2017

    ๐Ÿš€ This release includes a number of bug fixes, performance enhancements and feature enhancements. There is only one minor change to the REST API - the addition of some extra fields to the JobStatus JSON object. There are no other API changes and the store file format is unchanged.

    ๐Ÿš€ This is a recommended release for all users.

    ๐Ÿš€ Key changes in this release:

    ๐Ÿ›  FIX: Job date/time stamps are now displayed correctly in the browser HTML view.

    ๐Ÿ›  FIX: Browser UI now passes through the target graph URI when starting an import job.

    ๐Ÿ›  FIX: Polaris UI now passes through the target graph URI when starting an import job.

    ๐Ÿ›  FIX: The status message for a Statistics Update job now reports the percentage completed correctly.

    โœจ Enhancement: The Windows Installer now includes a VSIX to install the Entity Context and Entity Definition C# item templates into Visual Studio 2015. The VSIX will be installed automatically if you select the option to add the Visual Studio 2015 integration.

    โœจ Enhancement: The Windows Installer now includes a local copy of this documentation as well as the API documentation.

    โœจ Enhancement: The Windows Installer now includes a copy of the standard Entity Context T4 text template for those cases where it might be necessary to manually add the template to a project.

    โœจ Enhancement: JSON representation of Job status now includes a UTC date/time field that can be parsed more easily in Javascript.

    โœจ Enhancement: The Entity Framework code generators have been updated to support generating internal classes to implement public interfaces.

    โœจ Enhancement: Improvements to import to better alleviate low-memory conditions.

    โœจ Enhancement: It is now possible to detach an entity from one context and attach it to another context while retaining any locally made (unsaved) property changes.

    โœจ Enhancement: Added more of the XML Schema datatypes to the list of datatypes recognized and automatically converted by the Entity Framework. This enhancement adds support for xsd:int, xsd:positiveInteger, xsd:negativeInteger, xsd:nonPositiveInteger, xsd:nonNegativeInteger (which are all converted to Int32); xsd:normalizeString, xsd:token and xsd:language (which are all converted to String).

  • v1.12 Changes

    October 03, 2017

    ๐Ÿš‘ This release contains a couple of critical bug fixes and some minor enhancements. One API is extended with an optional parameter but there are no other API changes and no change to the store file format.

    ๐Ÿ›  FIX: Fix for a bug in the server-side query cache that could cause incorrect results to be returned from the cache. Thanks to jvdonk for the bug report and repro. (#252)

    ๐Ÿ›  FIX: Fix to the NuGet package dependency list to install the correct version of Newtonsoft.Json rather than depending on upstream dependencies. Thanks to jvdonk for the bug report. (#251)

    โœจ Enhancement: Added an optional parameter to the StartImport method to specify the format of the import file. (#236)

    โœจ Enhancement: Polaris now supports export in all supported RDF formats. (#219)

    โœจ Enhancement: Polaris import UI now supports starting multiple imports. Imports will run consecutively with progress shown in the import UI. (#214)

    โœจ Enhancement: The build process was updated to enable the compilation of NuGet packages from source without needing to build the docs or the Xamarin-specific libraries. (#250)

  • v1.11.1 Changes

    October 03, 2017

    ๐Ÿš€ This is a bug-fix release with fixes for stability under concurrent access as well as a fix for invalid SPARQL queries being generated by the BrightstarDB Entity Framework.

    There are no API changes or changes to the store format.

    โฌ†๏ธ It is a recommended upgrade for all users of BrightstarDB.