Skip to content

Releases: atomicdata-dev/atomic-server

Tauri (desktop) v0.29.2

11 Dec 13:23
Compare
Choose a tag to compare
Pre-release

This special release gives a preview of Atomic Server: desktop edition, powered by Tauri #215.

v0.29.2

10 Dec 10:32
Compare
Choose a tag to compare
  • Desktop build (using Tauri) with system tray, icon, installers, menu items. #215
  • Upgraded Actix to latest (needed for Tauri due to usage of Tokio runtime) #215
  • Allow Agents to write and edit themselves #220
  • Less collections for first-time users #224
  • Sort collections by subject by default
  • Set default port to 9883 instead of 80 #229

v0.29.0

21 Nov 18:51
Compare
Choose a tag to compare
  • Add authentication to restrict read access. Works by signing requests with Private Keys. #13
  • Refactor internal error model, Use correct HTTP status codes #11
  • Add public-mode to server, to keep performance maximum if you don't want authentication.

v0.28.2

13 Nov 16:24
Compare
Choose a tag to compare
  • Full-text search endpoint, powered by Tantify #40
  • Add RDF-Search usecase (enables re-use of this server as search service for Solid pods)
  • Add enum support using the allows-only Property. #206

v0.28.1

03 Nov 16:11
Compare
Choose a tag to compare
  • Fix docker env issue #202
  • Fix docker image by switching heim with sysinfo #203
  • Fix path ENV variables
  • Fix logging while terminating existing process

v0.28.0

31 Oct 20:31
Compare
Choose a tag to compare
  • IMPORANT: before upgrading to this version, export your database using your previous version: atomic-server export. The database could become corrupted when running the new version.
  • Refactor internal Value model and add Nested Resource parsing #195
  • Added tests, improved some documentation
  • Fix indexing commits #194
  • Add more control over adding resources with Store.add_resource_opts()

v0.27.1

25 Oct 07:40
Compare
Choose a tag to compare
  • Fix bootstrapping issue #193

v0.27.0

24 Oct 20:22
Compare
Choose a tag to compare
  • IMPORANT: before upgrading to this version, export your database using your previous version: atomic-server export. The database could become corrupted when running the new version.
  • Include Resources in Collection responses, improving performance dramatically for collections #62
  • Introduce incomplete resources
  • Update get_resource_extended, allow specify whether to calculate nested resources.
  • Sort children in hierarchies.
  • Sort export output - first export Properties, fixing #163
  • Add only-internal to export CLI command in atomic-server.

v0.26.3

19 Oct 08:19
Compare
Choose a tag to compare
  • Many atomic-server CLI improvements. Add options as flags, without needing environment variables. #154

v0.26.2

18 Oct 08:40
Compare
Choose a tag to compare
  • Add setup-env command to atomic-server for creating a .env file #154 #187
  • Remove analytics in server #189
  • Make asset-url and script in HTML template customizable. #189