Releases: atomicdata-dev/atomic-server
Releases · atomicdata-dev/atomic-server
Tauri (desktop) v0.29.2
This special release gives a preview of Atomic Server: desktop edition, powered by Tauri #215.
v0.29.2
- 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
v0.28.2
v0.28.1
v0.28.0
- 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
v0.27.0
- 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
toexport
CLI command inatomic-server
.