Skip to content

v1.0.0 Alpha 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@scossu scossu released this 23 Apr 14:48
· 317 commits to master since this release

What Changed In This Release

Alpha 14 implements Term Search, one of the key features necessary to move toward a Beta release. Documentation about this new feature, which is available both in the UI and REST API, is at http://lakesuperior.readthedocs.io/en/latest/discovery.html#term-search and in the LAKEsuperior term search page itself.

This release also addresses issues with Direct and Indirect Containers, as well as several other server-side and client-side improvements. Client making use of LDP-DC and LDP-IC resources are encouraged to upgrade to this version.

New Features

  • Term search (#19)
  • Allow creating resources by providing a serialized RDF bytestring (#59)

Enhancements

  • Upgrade UI libraries to Bootstrap 4
  • Write tests for Direct and Indirect Containers (#22)

Bug Fixes

  • LDP-RS creation with POST and Turtle payload results in a LDP-NR (#56)
  • Cannot add children to direct containers (#57)

Acknowledgments

  • Thanks to @acoburn for reporting issues.