File tree Expand file tree Collapse file tree
packages/actor-dereference-http Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ <a name =" v5.2.4 " ></a >
5+ ## [ v5.2.4] ( https://github.com/comunica/comunica/compare/v5.2.3...v5.2.4 ) - 2026-06-19
6+
7+ ### Fixed
8+ * [ Consider application/octet-stream as unknown media type] ( https://github.com/comunica/comunica/commit/b7e62bec4fb0093cdeecc7e8b1145e03ff6b2181 )
9+
410<a name =" v5.2.3 " ></a >
511## [ v5.2.3] ( https://github.com/comunica/comunica/compare/v5.2.2...v5.2.3 ) - 2026-05-26
612
Original file line number Diff line number Diff line change 11{
22 "name" : " @comunica/query-sparql-file" ,
3- "version" : " 5.2.3 " ,
3+ "version" : " 5.2.4 " ,
44 "description" : " A SPARQL query engine for querying over local and remote RDF files" ,
55 "license" : " MIT" ,
66 "funding" : {
7373 "@comunica/actor-context-preprocess-source-to-destination" : " ^5.2.3" ,
7474 "@comunica/actor-dereference-fallback" : " ^5.2.3" ,
7575 "@comunica/actor-dereference-file" : " ^5.2.3" ,
76- "@comunica/actor-dereference-http" : " ^5.2.3 " ,
76+ "@comunica/actor-dereference-http" : " ^5.2.4 " ,
7777 "@comunica/actor-dereference-rdf-parse" : " ^5.2.3" ,
7878 "@comunica/actor-expression-evaluator-factory-default" : " ^5.2.3" ,
7979 "@comunica/actor-function-factory-expression-bnode" : " ^5.2.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @comunica/query-sparql" ,
3- "version" : " 5.2.3 " ,
3+ "version" : " 5.2.4 " ,
44 "description" : " A SPARQL query engine for querying over decentralized RDF knowledge graphs on the Web" ,
55 "license" : " MIT" ,
66 "funding" : {
8686 "@comunica/actor-context-preprocess-set-defaults" : " ^5.2.3" ,
8787 "@comunica/actor-context-preprocess-source-to-destination" : " ^5.2.3" ,
8888 "@comunica/actor-dereference-fallback" : " ^5.2.3" ,
89- "@comunica/actor-dereference-http" : " ^5.2.3 " ,
89+ "@comunica/actor-dereference-http" : " ^5.2.4 " ,
9090 "@comunica/actor-dereference-rdf-parse" : " ^5.2.3" ,
9191 "@comunica/actor-expression-evaluator-factory-default" : " ^5.2.3" ,
9292 "@comunica/actor-function-factory-expression-bnode" : " ^5.2.3" ,
Original file line number Diff line number Diff line change 2020 " packages/*" ,
2121 " performance/*"
2222 ],
23- "version" : " 5.2.3 " ,
23+ "version" : " 5.2.4 " ,
2424 "loglevel" : " success" ,
2525 "registry" : " https://registry.npmjs.org/" ,
2626 "npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @comunica/actor-dereference-http" ,
3- "version" : " 5.2.3 " ,
3+ "version" : " 5.2.4 " ,
44 "description" : " A http dereference actor" ,
55 "lsd:module" : true ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ publiccodeYmlVersion: '0.4'
22
33name : Comunica
44url : https://github.com/comunica/comunica
5- softwareVersion : 5.2.3
6- releaseDate : 2026-05-26
5+ softwareVersion : 5.2.4
6+ releaseDate : 2026-06-19
77logo : https://comunica.dev/img/comunica_red.svg
88
99organisation :
You can’t perform that action at this time.
0 commit comments