Skip to content

Commit 9456d3b

Browse files
vEpiphyteCisphyxMichaelSquires
authored
Changelog for v2.160.0 (#3511)
Co-authored-by: Cisphyx <[email protected]> Co-authored-by: blackout <[email protected]>
1 parent af5c3c0 commit 9456d3b

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

CHANGELOG.rst

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,129 @@
66
Synapse Changelog
77
*****************
88

9+
v2.160.0 - 2024-01-24
10+
=====================
11+
12+
Automatic Migrations
13+
--------------------
14+
- Update existing layer push and layer pull configurations to set the default
15+
chunk size and queue size values on them.
16+
(`#3480 <https://github.com/vertexproject/synapse/pull/3480>`_)
17+
- See :ref:`datamigration` for more information about automatic migrations.
18+
19+
Model Changes
20+
-------------
21+
- Updates to the ``infotech``, ``ou``, and ``risk`` models.
22+
(`#3501 <https://github.com/vertexproject/synapse/pull/3501>`_)
23+
(`#3504 <https://github.com/vertexproject/synapse/pull/3504>`_)
24+
25+
**New Properties**
26+
27+
``risk:vuln``
28+
The form had the following properties added to it:
29+
30+
``severity``
31+
The severity of the vulnerability.
32+
33+
``priority``
34+
The priority of the vulnerability.
35+
36+
**Updated Types**
37+
38+
``it:exec:proc``
39+
This now inherits the ``it:host:activity`` interface.
40+
41+
``it:exec:thread``
42+
This now inherits the ``it:host:activity`` interface.
43+
44+
``it:exec:loadlib``
45+
This now inherits the ``it:host:activity`` interface.
46+
47+
``it:exec:mmap``
48+
This now inherits the ``it:host:activity`` interface.
49+
50+
``it:exec:mutex``
51+
This now inherits the ``it:host:activity`` interface.
52+
53+
``it:exec:pipe``
54+
This now inherits the ``it:host:activity`` interface.
55+
56+
``it:exec:url``
57+
This now inherits the ``it:host:activity`` interface.
58+
59+
``it:exec:bind``
60+
This now inherits the ``it:host:activity`` interface.
61+
62+
``it:exec:file:add``
63+
This now inherits the ``it:host:activity`` interface.
64+
65+
``it:exec:file:read``
66+
This now inherits the ``it:host:activity`` interface.
67+
68+
``it:exec:file:write``
69+
This now inherits the ``it:host:activity`` interface.
70+
71+
``it:exec:file:del``
72+
This now inherits the ``it:host:activity`` interface.
73+
74+
``it:exec:reg:get``
75+
This now inherits the ``it:host:activity`` interface.
76+
77+
``it:exec:reg:set``
78+
This now inherits the ``it:host:activity`` interface.
79+
80+
``it:exec:reg:del``
81+
This now inherits the ``it:host:activity`` interface.
82+
83+
Features and Enhancements
84+
-------------------------
85+
- Add tab completion of commands, forms, properties, tags, and ``$lib.``
86+
functions the Storm CLI tool.
87+
(`#3493 <https://github.com/vertexproject/synapse/pull/3493>`_)
88+
(`#3507 <https://github.com/vertexproject/synapse/pull/3507>`_)
89+
- Add ``node.set.<form>.<prop>`` and ``node.del.<form>.<prop>`` permissions
90+
conventions to the Cortex for property sets and deletes.
91+
(`#3505 <https://github.com/vertexproject/synapse/pull/3505>`_)
92+
- Add experimental support for Storm query offloading to the Cortex. This can
93+
be used to offload Storm queries to an AHA service pool. This can be
94+
configured with the ``storm:pool`` option on the Cortex.
95+
(`#3452 <https://github.com/vertexproject/synapse/pull/3452>`_)
96+
(`#3513 <https://github.com/vertexproject/synapse/pull/3513>`_)
97+
- Add a ``--deledges`` option to the ``delnode`` command. This deletes the N2
98+
edges for a node before deleting the node.
99+
(`#3503 <https://github.com/vertexproject/synapse/pull/3503>`_)
100+
- When creating layer push or pull configurations, the chunk size and queue
101+
size can now be set.
102+
(`#3480 <https://github.com/vertexproject/synapse/pull/3480>`_)
103+
- Add a ``cell.hasHttpSess()`` API to check if a given Cell has a known HTTP
104+
session.
105+
(`#3485 <https://github.com/vertexproject/synapse/pull/3485>`_)
106+
- Fire a ``core:pkg:onload:complete`` event when a Storm package ``onload``
107+
handler is completed. This can be used when writing unit tests for Rapid
108+
Power-ups.
109+
(`#3497 <https://github.com/vertexproject/synapse/pull/3497>`_)
110+
111+
Bugfixes
112+
--------
113+
- Remove dataname index entries when removing all nodedata from a node.
114+
(`#3499 <https://github.com/vertexproject/synapse/pull/3499>`_)
115+
- Fix an issue with ``tagprops`` not being correctly returned in
116+
``$node.getByLayer()``.
117+
(`#3500 <https://github.com/vertexproject/synapse/pull/3500>`_)
118+
- Fix an issue with the ``edges.del`` command when using the ``--n2`` option.
119+
This now behaves correctly when the N1 node does not exist.
120+
(`#3506 <https://github.com/vertexproject/synapse/pull/3506>`_)
121+
- Fix an issue with duplicate properties being tracked in the property type
122+
map of the data model. This could have resulted in multiple nodes being
123+
lifted with interface properties.
124+
(`#3512 <https://github.com/vertexproject/synapse/pull/3512>`_)
125+
126+
Improved Documentation
127+
----------------------
128+
- Update Storm filter documentation. Additional information about tag globbing
129+
and interval filtering has been included.
130+
(`#3489 <https://github.com/vertexproject/synapse/pull/3489>`_)
131+
9132
v2.159.0 - 2024-01-16
10133
=====================
11134

0 commit comments

Comments
 (0)