aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: fb66c1eb238467ce05d5ff29d1a7dfec52eabcfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

# Changelog

## 0.23.03 (Initial release)

### Added

- File graph protocol
  - Graph access and navigation
  - Syntactic sugar
  - Fetch result shortcuts
- Filter and Fetch Queries
  - Syntax trees
  - Validation
  - Matching
- Infrastructure to Open a storage
- Storage schema
- Backend
  - Basic interface
  - Sparql triple store: Manage triples via rdflib and sparql.
- Access controls
  - Basic interface
  - NullAC: A dummy access control mechanism.
- Essential utilities
  - URI
  - uuid
  - namespaces