@@ -40,10 +40,9 @@ Checkout the latest source code:
4040
4141git clone -b BLAZEGRAPH_RELEASE_2_1_0 --single-branch https://github.com/blazegraph/database.git BLAZEGRAPH_RELEASE_2_1_0
4242
43- elease Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
43+ Release Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
4444
4545** Bug
46- * [BLZG-1017] - Support JSON LD
4746 * [BLZG-1200] - REGEX not working for string literals with language tags
4847 * [BLZG-1708] - DataLoader fails with ArrayIndexOutOfBoundsException
4948 * [BLZG-1716] - SPARQL Update parser fails on invalid numeric literals
@@ -61,6 +60,7 @@ elease Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
6160 * [BLZG-1816] - Setup Default Configuration to Avoid Queues for Concurrency Avoidence
6261 * [BLZG-1835] - Failed to create debian package
6362 * [BLZG-1839] - Report of out of memory error during bigdata-core compile
63+ * [BLZG-1874] - The memory manager should not block when configured in a non-blocking mode
6464
6565
6666** Improvement
@@ -71,6 +71,7 @@ elease Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
7171 * [BLZG-1854] - Move to Lucene 5.5.0
7272
7373** New Feature
74+ * [BLZG-1017] - Support JSON LD
7475 * [BLZG-1727] - Allow snapshot policies with standalone installs (Online Backup REST API)
7576 * [BLZG-1780] - Create Query Hint to Automatically Add the str(...) function for SPARQL REGEX
7677 * [BLZG-1820] - Add MapgraphServlet API Methods to the RemoteRepositoryManager
@@ -84,7 +85,6 @@ elease Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
8485 * [BLZG-1850] - Ease use of geospatial
8586 * [BLZG-1851] - Remove non-conditional logging in AbstractTripleStore
8687 * [BLZG-1853] - Benchmark 2.1.0 Release
87- * [BLZG-1855] - Rerun geospatial benchmark in 2.1.0
8888
8989** Sub-task
9090 * [BLZG-1229] - SPARQL* not parsed in SPARQL UPDATE
@@ -104,3 +104,5 @@ elease Notes - Blazegraph (by SYSTAP) - Version BLAZEGRAPH_2_1_0
104104 * [BLZG-1830] - Code review on critical things related to geospatial issue
105105 * [BLZG-1833] - geo:locationValue should use default type or specified query type
106106 * [BLZG-1841] - Support extraction of complete GeoSpatial literal in geospatial SERVICE
107+
108+
0 commit comments