Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 21:38
· 10 commits to main since this release
89c457f

Changelog

  • 89c457f deps: pin to latest api
  • 03a5941 feat: extend daemon to work as a stateful profile store
  • 437c190 feat: include arbitrary key/value storage with connection profiles
  • fe9726e feat: populate connection detail queries with more info
  • a0c4ab3 feat: return connection IDs on PutConnection
  • 75f098b feat: separate connection profiles by namespaces for different apps
  • 3ba1f2e fix: add x-webmesh-namespace to allowed headers in app daemon
  • b638b68 fix: initiate profiles map in ListConnections
  • dba0cf9 fix: only connected nodes were getting returned in List
  • 59976b2 fix: store profiles in subdirectory of root persistence path
  • 4f15ed6 fix: sync writes in the appdaemon to the profile storage
  • fde205f fix: typo in comment
  • c7a3618 tidy: double check generated connection IDs are unique
  • 6669e44 tidy: variable names