Synapse v2.168.0
Model Changes
-
Add a new model,
plan
, for modeling elements of plannings systems.
(#3697 <https://github.com/vertexproject/synapse/pull/3697>
_)New Forms
plan:system
A planning or behavioral analysis system that defines phases and
procedures.plan:phase
A phase within a planning system which may be used to group steps
within a procedure.plan:procedure
A procedure consisting of steps.plan:procedure:type:taxonomy
A taxonomy of procedure types.plan:procedure:variable
A variable used by a procedure.plan:procedure:step
A step within a procedure.plan:procedure:link
A link between steps in a procedure.
Features and Enhancements
- Cortex data model migrations will now be checked and executed when the
service is promoted to being a leader. This allows for Cortex updates
which use mirrors to have minimal downtime. Cortex model migrations which
are executed using Storm will always run directly on the Cortex leader.
(#3694 <https://github.com/vertexproject/synapse/pull/3694>
)
(#3695 <https://github.com/vertexproject/synapse/pull/3695>
) - The Storm
aha:pool.del()
method now returns the full name of the
service that was removed.
(#3704 <https://github.com/vertexproject/synapse/pull/3704>
_)
Bugfixes
- The Storm command
aha.pool.svc.del
now prints out the name of the
service that was removed from the pool or notes that there were no
services removed.
(#3704 <https://github.com/vertexproject/synapse/pull/3704>
_) - When setting a service "down" with AHA, conditionally clear the
ready
flag as well. Previously this flag was not cleared, and offline services
could still report asready
.
(#3705 <https://github.com/vertexproject/synapse/pull/3705>
_) - Add misisng sleep statements to callers of
Layer.syncNodeEdits2()
.
(#3700 <https://github.com/vertexproject/synapse/pull/3700>
_)
Improved Documentation
- Update Storm command reference documentation to add additional examples
for theuniq
command. Update Storm command reference documentation to
addgen.geo.place
andgen.it.av.scan.result
commands.
(#3699 <https://github.com/vertexproject/synapse/pull/3699>
_) - Update type specific documentation. Add additional information about
loc
andsyn:tag
behavior with prefixes and wlidcards. Add a section on the
duration
andtaxonomy
types.
(#3703 <https://github.com/vertexproject/synapse/pull/3703>
_) - Add documentation for
$lib.auth.easyperm.level
constants and the
$lib.dict.has()
function.
(#3706 <https://github.com/vertexproject/synapse/pull/3706>
_)
For complete changelog entries, see the following https://synapse.docs.vertex.link/en/latest/synapse/changelog.html