-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b413c93
commit a1bb1fd
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: 'Release 3.1: 🌱 New package with tiny bundle size' | ||
--- | ||
|
||
The primary addition in this release is the new [`@comunica/query-sparql-rdfjs-lite`](https://www.npmjs.com/package/@comunica/query-sparql-rdfjs-lite) package, | ||
which is optimized for small browser bundle size. | ||
Currently, the minified size of this package is 648,88 KB (145,79 KB when gzipped). | ||
This is about as small as you can get without removing required functionality from the SPARQL 1.1 spec | ||
But if you don't need everything from SPARQL 1.1, it could get much smaller even! | ||
|
||
Besides this, several fixes were applied, and some internal changes to our CI to better | ||
[track the browser bundle size](https://github.com/comunica/comunica/commit/f212b9262f5d2a12a40848f01132299904dc132c) | ||
and [overall query performance](https://github.com/comunica/comunica/commit/1d8b0d202a7d4728e3692764b33d8795686ce5a0) over time. | ||
|
||
<!-- excerpt-end --> | ||
|
||
## Full changelog | ||
|
||
If you want to learn more about all changes, check out the [full changelog](https://github.com/comunica/comunica/blob/master/CHANGELOG.md#v310---2024-05-11). |