|
1 | 1 | # NEWS
|
2 | 2 |
|
| 3 | +## June 10, 2024, v7.2.13: |
| 4 | + * Virtuoso Engine |
| 5 | + - Added safe logical_* bif names |
| 6 | + - Fixed issues with clang 15 and newer compilers |
| 7 | + - Fixed issues reported by link time optimizer (LTO) |
| 8 | + - Fixed 'Read/Write wait on column page...' should be debug messages |
| 9 | + - Fixed various missing BIF functions argument checks |
| 10 | + - Fixed issue with cube/rollup |
| 11 | + - Fixed issue with bad date/time artithmetics |
| 12 | + - Fixed issue getting client status during swapping or www maintenance |
| 13 | + - Fixed issue collecting freetext stats during checkpoint |
| 14 | + - Fixed issue on rehash if `dict_put` is used in select list |
| 15 | + - Fixed issue with MaxMemPoolSize |
| 16 | + - Fixed put MD5 context on connection global (fixes #1287) |
| 17 | + - Fixed issue with hash in group by (fixes #1285) |
| 18 | + - Fixed missing sz check (fixes #1283) |
| 19 | + - Fixed length calculation in REPEAT (fixes #1282) |
| 20 | + - Fixed offset overflow (fixes #1281) |
| 21 | + - Fixed issue trying to normalize an invalid numeric (fixes #1279) |
| 22 | + - Fixed unfolded bifs have to have serial to distinguish separate calls (fixes #1276) |
| 23 | + - Fixed 64bit arith overflow (fixes #1270) |
| 24 | + - Fixed missing check for star (fixes #1269) |
| 25 | + - Fixed set dc type on grouping sets (Fixed #1268) |
| 26 | + - Fixed check num cols in union branches when subq non-terminal is used (fixes #1267) |
| 27 | + - Fixed check for control exp over non-terminal not-allowed/can't be handled (fixes #1266) |
| 28 | + - Fixed ft exp & similar not allowed in control exp (fixes #1265) |
| 29 | + - Fixed negative column offset (fixes #1264) |
| 30 | + - Fixed test for comma exp not allowed in arith exp (fixes #1263) |
| 31 | + - Fixed cost on void geo function (fixes #1262) |
| 32 | + - Fixed memcopy buffer overflow (fixes #1259) |
| 33 | + - Fixed missing stack overflow check (fixes #1258) |
| 34 | + - Fixed alloc double dep on demand as as int (fixes #1257) |
| 35 | + - Fixed vec input should be declared as boxed i.e. array (fixes #1254) |
| 36 | + - Fixed ambiguous subq return (fixes #1253) |
| 37 | + - Fixed issue with non-string copy (fixes #1252) |
| 38 | + - Fixed missing check for const in predicate (fixed #1251) |
| 39 | + - Fixed const in predicate can be removed by optimiser (fixed #1250) |
| 40 | + - Fixed issue on any ssl w/h nulls (fixes #1249) |
| 41 | + - Fixed issue with bad index op ref in table dft (fixes #1245) |
| 42 | + - Fixed small issues with `sql_to_c.awk` script (fixes #1244) |
| 43 | + - Fixed issue with join and order by on null result (fixes #1241) |
| 44 | + - Fixed issue freeing n-way nic arrays |
| 45 | + - Fixed issue building Windows binaries |
| 46 | + - Fixed memory leak |
| 47 | + |
| 48 | + * SPARQL |
| 49 | + - Fixed missing checks for service and query arguments |
| 50 | + - Fixed TSV output to use SPARQL 1.1 TSV specification |
| 51 | + - Fixed issue importing bad IRI pattern |
| 52 | + - Fixed issues with microdata parser |
| 53 | + - Fixed geometry objects must be represented as strings (fixes #1274) |
| 54 | + |
| 55 | + * Web Server and DAV |
| 56 | + - Fixed issue reading large chunked data in SSE client |
| 57 | + - Fixed issue with transaction boundary in DAV |
| 58 | + - Fixed issue with stack var clobbered by setjump/longjump |
| 59 | + |
| 60 | + * Faceted Browser |
| 61 | + - Upgraded FCT build process to use vadpacker |
| 62 | + - Fixed namespace of inference rules graphs |
| 63 | + - Removed deprecated scripts |
| 64 | + |
| 65 | + * Conductor |
| 66 | + - Upgraded Conductor build process to use vadpacker |
| 67 | + - Added optional alternative names for server X.509 certificate |
| 68 | + - Fixed missing check for optional table |
| 69 | + - Fixed issue when initialization of snapshot fails |
| 70 | + - Fixed issue with wrong vad file path during vad install |
| 71 | + - Fixed save CORs via WS wizard duplicate cors options |
| 72 | + - Fixed preserve qualifier when updating trigger |
| 73 | + - Fixed missing condition for sponger settings |
| 74 | + - Fixed constrain site-name field to non-space characters only |
| 75 | + |
| 76 | + * R2RML |
| 77 | + - Upgraded RDB2RDF build process to use vadpacker |
| 78 | + - Fixed issue calculating hash when target graph is null |
| 79 | + |
| 80 | + |
3 | 81 | ## February 13, 2024, v7.2.12:
|
4 | 82 |
|
5 | 83 | * Virtuoso Engine
|
|
62 | 140 | - Fixed `virtrdf:Geometry` should be replaced with wktLiteral (fixes #806)
|
63 | 141 |
|
64 | 142 | * Web Server and DAV
|
65 |
| - - Added HTTP CORS pattern support |
| 143 | + - Added HTTP CORs pattern support |
66 | 144 | - Added support to avoid redundant check for 401 handlers
|
67 | 145 | - Added support for Azure Storage Account as a DET mounting option
|
68 |
| - - Added support for Access-Control-Allow-Methods different than Allow, for AJAX CORS |
| 146 | + - Added support for Access-Control-Allow-Methods different than Allow, for AJAX CORs |
69 | 147 | - Added `security_realm` to access realm from VD
|
70 | 148 | - Added support for ping/pong for websock
|
71 | 149 | - Added support for binary frames in websocket
|
|
0 commit comments