Skip to content

AD4M Launcher & Host v0.3.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Mar 14:17
15fc37c

Added

  • Subject class decorators got new parameters "getter" & "setter" on @subjectProperty and "condition" on @subjectcollection which allow for adding verbatim Prolog conditions to the auto-generated Prolog SDNA code. This allows for computed properties like "isPopular" which checks for certain links/reactions being there and for collections to be filtered or otherwise computed. PR#329
  • New callback method on PerspectiveProxy for registering callback when sync state for a given Perspective changes PR#325
  • New method on LinkAdapter interface for reporting sync state of a given link language PR#325
  • Perspective diff sync to mono repo as a bootstrap language PR#325

Changed

  • Changed core database engine and refactored index & interface structure PR#322

  • Pubsub link addition/removal publishing will now await correctly PR#322

  • Use consistent apollo & ws versions PR#322

  • Use new holochain client version 0.12.5 PR#322

  • Improved CI workflow where holochain binaries are always downloaded and used for all tests and builds PR#325

  • Launcher automatically authenticates with the proxy on login. PR#303

Deprecated

Removed

Fixed