Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

0.1.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@k00ni k00ni released this 17 Jun 07:56
· 395 commits to master since this release

That is the second pre-release for 0.1 with important changes. Here is the difference between 0.1.0-alpha1 and 0.1.0-alpha2.

You may have to ...

  • update your test-config.yml, because of missed class information (commit)
  • removed fzaninotto/Streamer via Composer, so please run composer update to update your packages. (commit)

Important changes:

  • BasicTriplePatternStore moved from Saft\Store\Test to Saft\Store and is now considered as a basic implementation of a triple pattern store
  • Saft\Store\ChainableStore extends Saft\Store\Store from now on. That change made it possible to pass chainable stores in the REST api of Saft.skeleton.
  • License change from GPL2 to GPL3
  • From now on ARC2 does createGraph and deleteGraph the right way (commit)
  • Serializer's method serializeIteratorToStream will accept file names and file resources from now on.