Synapse

Latest version: v2.206.0

Safety actively analyzes 724335 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 60

2.112.0

=====================

Features and Enhancements
-------------------------
- Add ``--email`` as an argument to ``synapse.tools.moduser`` to allow setting
a user's email address.
(`2891 <https://github.com/vertexproject/synapse/pull/2891>`_)
- Add support for ``hxxp[s]:`` prefixes in scrape functions.
(`2887 <https://github.com/vertexproject/synapse/pull/2887>`_)
- Make the SYNDEV_NEXUS_REPLAY resolution use ``s_common.envbool()`` in the
``SynTest.withNexusReplay()`` helper. Add ``withNexusReplay()`` calls to
all test helpers which make Cells which previously did not have it
available.
(`2889 <https://github.com/vertexproject/synapse/pull/2889>`_)
(`2890 <https://github.com/vertexproject/synapse/pull/2890>`_)
- Add implementations of ``getPermDef()`` and ``getPermDefs()`` to the base
Cell class.
(`2888 <https://github.com/vertexproject/synapse/pull/2888>`_)

Bugfixes
--------
- Fix an idempotency issue in the JsonStor multiqueue implementation.
(`2890 <https://github.com/vertexproject/synapse/pull/2890>`_)

Improved Documentation
----------------------
- Add Synapse-GCS (Google Cloud Storage) Advanced Power-Up to the Power-Ups
list.

2.111.0

=====================

Features and Enhancements
-------------------------
- Update the Storm grammar to allow specifying a tag property with a variable.
(`2881 <https://github.com/vertexproject/synapse/pull/2881>`_)
- Add log messages for user and role management activities in the Cell.
(`2877 <https://github.com/vertexproject/synapse/pull/2877>`_)
- The logging of service provisioning steps on Aha and when services were
starting up was previously done at the ``DEBUG`` level. These are now done
at the ``INFO`` level.
(`2883 <https://github.com/vertexproject/synapse/pull/2883>`_)
- The ``vertexproject/synapse:`` docker images now have the environment
variable ``SYN_LOG_LEVEL`` set to ``INFO``. Previously this was ``WARNING``.
(`2883 <https://github.com/vertexproject/synapse/pull/2883>`_)

Bugfixes
--------
- Move the Nexus ``runMirrorLoop`` task to hang off of the Telepath Proxy
and not the Telepath client. This results in a faster teardown of the
``runMirrorLoop`` task during Nexus shutdown.
(`2878 <https://github.com/vertexproject/synapse/pull/2878>`_)
- Remove duplicate tokens presented to users in Storm syntax errors.
(`2879 <https://github.com/vertexproject/synapse/pull/2879>`_)
- When bootstrapping a service mirror with Aha provisioning, the ``prov.done``
file that was left in the service storage directory was the value from the
upstream service, and not the service that has been provisioned. This
resulted in ``NoSuchName`` exceptions when restarting mirrors.
The bootstrapping process now records the correct value in the ``prov.done``
file.
(`2882 <https://github.com/vertexproject/synapse/pull/2882>`_)

2.110.0

=====================

Features and Enhancements
-------------------------
- Updates to the ``geo`` model.
(`2872 <https://github.com/vertexproject/synapse/pull/2872>`_)

``geo:telem``
Add an ``accuracy`` property to record the accuracy of the telemetry reading.

- Add Nexus support to the Axon, to enable mirrored Axon deployments.
(`2871 <https://github.com/vertexproject/synapse/pull/2871>`_)
- Add Nexus support for HTTP API sessions.
(`2869 <https://github.com/vertexproject/synapse/pull/2869>`_)
- Add support for runtime string formatting in Storm. This is done with
backtick ( ``) encapsulated strings.
An example of this is ``$world='world' $lib.print(`hello {$world}`)``
(`2870 <https://github.com/vertexproject/synapse/pull/2870>`_)
(`2875 <https://github.com/vertexproject/synapse/pull/2875>`_)
- Expose user profile storage on the ``auth:user`` object, with the
``profile`` ctor.
(`2876 <https://github.com/vertexproject/synapse/pull/2876>`_)
- Storm package command names are now validated against the same regex used
by the grammar. The ``synapse.tools.genpkg`` tool now validates the compiled
package against the same schema used by the Cortex.
(`2864 <https://github.com/vertexproject/synapse/pull/2864>`_)
- Add ``$lib.gen.newsByUrl()`` and ``$lib.gen.softByName()`` to help generate
``media:news`` and ``it:prod:soft`` nodes, respectively.
(`2866 <https://github.com/vertexproject/synapse/pull/2866>`_)
- Add a new realtime event stream system to the Cell, accessible remotely via
``CellApi.behold()`` and a websocket endpoint, ``/api/v1/behold``. This can
be used to get realtime changes about services, such as user creation or
modification events; or layer and view change events in the Cortex.
(`2851 <https://github.com/vertexproject/synapse/pull/2851>`_)
- Update stored user password hashing to use PBKDF2. Passwords are migrated
to this format as successful user logins are performed.
(`2868 <https://github.com/vertexproject/synapse/pull/2868>`_)
- Add the ability to restore a backup tarball from a URL to the Cell startup
process. When a Cell starts via ``initFromArgv()``, if the environment
variable ``SYN_RESTORE_HTTPS_URL`` is present, that value will be used to
retrieve a tarball via HTTPS and extract it to the service local storage,
removing any existing data in the directory. This is done prior to any
Aha based provisioning.
(`2859 <https://github.com/vertexproject/synapse/pull/2859>`_)

Bugfixes
--------
- The embedded Axon inside of a Cortex (used when the ``axon`` config option
is not set) did not properly have its cell parent set to the Cortex. This
has been corrected.
(`2857 <https://github.com/vertexproject/synapse/pull/2857>`_)
- Fix a typo in the ``cron.move`` help.
(`2858 <https://github.com/vertexproject/synapse/pull/2858>`_)

Improved Documentation
----------------------
- Update Storm and Storm HTTP API documentation to show the set of ``opts``
and different types of message that may be streamed by from Storm APIs.
Add example HTTP API client code to the Synapse repository.
(`2834 <https://github.com/vertexproject/synapse/pull/2834>`_)
- Update the Data Model and Analytical model background documentation.
Expand on the discussion of light edges use. Expand discussion of tags
versus forms, linking the two via ``:tag`` props.
(`2848 <https://github.com/vertexproject/synapse/pull/2848>`_)

Deprecations
------------
- The Cortex HTTP API endpoint ``/api/v1/storm/nodes`` has been marked as
deprecated.
(`2682 <https://github.com/vertexproject/synapse/pull/2682>`_)
- Add deprecation notes to the help for the Storm ``splice.undo`` and
``splice.list`` commands.
(`2861 <https://github.com/vertexproject/synapse/pull/2861>`_)
- Provisional Telepath support for Consul based lookups was removed.
(`2873 <https://github.com/vertexproject/synapse/pull/2873>`_)

2.109.0

=====================

Features and Enhancements
-------------------------
- Add a ``format()`` API to ``str`` variables in Storm.
(`2849 <https://github.com/vertexproject/synapse/pull/2849>`_)
- Update the Telepath user resolution for TLS links to prefer resolving users
by the Cell ``aha:network`` over the certificate common name.
(`2850 <https://github.com/vertexproject/synapse/pull/2850>`_)
- Update all Synapse tools which make telepath connections to use the
``withTeleEnv()`` helper.
(`2844 <https://github.com/vertexproject/synapse/pull/2844>`_)
- Update the Telepath and HTTPs TLS listeners to drop RSA based key exchanges
and disable client initiated renegotiation.
(`2845 <https://github.com/vertexproject/synapse/pull/2845>`_)
- Update the minimum allowed versions of the ``aioimaplib`` and ``oauthlib``
libraries.
(`2847 <https://github.com/vertexproject/synapse/pull/2847>`_)
(`2854 <https://github.com/vertexproject/synapse/pull/2854>`_)

Bugfixes
--------
- Correct default Telepath ``cell://`` paths in Synapse tools.
(`2853 <https://github.com/vertexproject/synapse/pull/2853>`_)
- Fix typos in the inline documentation for several model elements.
(`2852 <https://github.com/vertexproject/synapse/pull/2852>`_)
- Adjust expression syntax rules in Storm grammar to remove incorrect
whitespace sensitivity in certain expression operators.
(`2846 <https://github.com/vertexproject/synapse/pull/2846>`_)

Improved Documentation
----------------------
- Update Storm and Storm HTTP API documentation to show the set of ``opts``
and different types of message that may be streamed by from Storm APIs.
Add example HTTP API client code to the Synapse repository.
(`2834 <https://github.com/vertexproject/synapse/pull/2834>`_)
- Update the Data Model and Analytical model background documentation.
Expand on the discussion of light edges use. Expand discussion of tags
versus forms, linking the two via ``:tag`` props.
(`2848 <https://github.com/vertexproject/synapse/pull/2848>`_)

2.108.0

=====================

Features and Enhancements
-------------------------
- Update the Telepath TLS connections to require a minimum TLS version of 1.2.
(`2833 <https://github.com/vertexproject/synapse/pull/2833>`_)
- Update the Axon implementation to use the ``initServiceStorage()`` and
``initServiceRuntime()`` methods, instead of overriding ``__anit__``.
(`2837 <https://github.com/vertexproject/synapse/pull/2837>`_)
- Update the minimum allowed versions of the ``aiosmtplib`` and ``regex``
libraries.
(`2832 <https://github.com/vertexproject/synapse/pull/2832>`_)
(`2841 <https://github.com/vertexproject/synapse/pull/2841>`_)

Bugfixes
--------
- Catch ``LarkError`` exceptions in all Storm query parsing modes.
(`2840 <https://github.com/vertexproject/synapse/pull/2840>`_)
- Catch ``FileNotFound`` errors in ``synapse.tools.healthcheck``. This could
be caused by the tool running during container startup, and prior to a
service making its Unix listening socket available.
(`2836 <https://github.com/vertexproject/synapse/pull/2836>`_)
- Fix an issue in ``Axon.csvrows()`` where invalid data would cause
processing of a file to stop.
(`2835 <https://github.com/vertexproject/synapse/pull/2835>`_)
- Address a deprecation warning in the Synapse codebase.
(`2842 <https://github.com/vertexproject/synapse/pull/2842>`_)
- Correct the type of ``syn:splice:splice`` to be ``data``. Previously it
was ``str``.
(`2839 <https://github.com/vertexproject/synapse/pull/2839>`_)

Improved Documentation
----------------------
- Replace ``livenessProbe`` references with ``readinessProbe`` in the
Kubernetes documentation and examples. The ``startupProbe.failureThreshold``
value was increased to its maximum value.
(`2838 <https://github.com/vertexproject/synapse/pull/2838>`_)
- Fix a typo in the Rapid Power-Up documentation.
(`2831 <https://github.com/vertexproject/synapse/pull/2831>`_)

2.107.0

=====================

Automatic Migrations
--------------------
- Migrate the ``risk:alert:type`` property to a ``taxonomy`` type
and create new nodes as needed.
(`2828 <https://github.com/vertexproject/synapse/pull/2828>`_)
- Migrate the ``pol:country:name`` property to a ``geo:name`` type
and create new nodes as needed.
(`2828 <https://github.com/vertexproject/synapse/pull/2828>`_)
- See :ref:`datamigration` for more information about automatic migrations.

Features and Enhancements
-------------------------
- Updates to the ``geo``, ``inet``, ``media``, ``pol``, ``proj``, and
``risk`` models.
(`2828 <https://github.com/vertexproject/synapse/pull/2828>`_)
(`2829 <https://github.com/vertexproject/synapse/pull/2829>`_)

``geo:area``
Add a new type to record the size of a geographic area.

``geo:place:taxonomy``
Add a form to record an analyst defined taxonomy of different places.

``geo:place``
Add a ``type`` property to record the taxonomy of a place.

``inet:web:memb``
This form has been deprecated.

``inet:web:member``
Add a guid form that represents a web account's membership in a channel or group.

``media:news:taxonomy``
Add a form to record an analyst defined taxonomy of different types or sources of news.

``media:news``
Add a ``type`` property to record the taxonomy of the news.
Add an ``ext:id`` property to record an external identifier provided by a publisher.

``pol:vitals``
Add a guid form to record the vitals for a country.

``pol:country``
Add ``names``, ``place``, ``dissolved`` and ``vitals`` secondary properties.
The ``name`` is changed from a ``str`` to a ``geo:name`` type.
Deprecate the ``pop`` secondary property.

``pol:candidate``
Add an ``incumbent`` property to note if the candidate was an incumbent
in a race.

``proj``
Add missing docstrings to the ``proj`` model forms.

``risk:alert:taxonomy``
Add a form to record an analyst defined taxonomy of alert types.

``risk:alert``
The ``type`` property is changed from a ``str`` to the
``risk:alert:taxonomy`` type.

- Add ``**`` as a power operator for Storm expression syntax.
(`2827 <https://github.com/vertexproject/synapse/pull/2827>`_)
- Add a new test helper, ``synapse.test.utils.StormPkgTest`` to assist with
testing Rapid Power-Ups.
(`2819 <https://github.com/vertexproject/synapse/pull/2819>`_)
- Add ``$lib.axon.metrics()`` to get the metrics from the Axon that the
Cortex is connected to.
(`2818 <https://github.com/vertexproject/synapse/pull/2818>`_)
- Add ``pack()`` methods to the ``auth:user`` and ``auth:role``
objects. This API returns the definitions of the User and Role objects.
(`2823 <https://github.com/vertexproject/synapse/pull/2823>`_)
- Change the Storm Package ``require`` values to log debug messages instead
of raising exceptions if the requirements are not met. Add a
``$lib.pkg.deps()`` API that allows inspecting if a package has its
dependencies met or has conflicts.
(`2820 <https://github.com/vertexproject/synapse/pull/2820>`_)

Bugfixes
--------
- Prevent ``None`` objects from being normalized as tag parts from variables
in Storm.
(`2822 <https://github.com/vertexproject/synapse/pull/2822>`_)
- Avoid intermediate conversion to floats during storage operations related to
Synapse Number objects in Storm.
(`2825 <https://github.com/vertexproject/synapse/pull/2825>`_)

Improved Documentation
----------------------
- Add Developer documentation for writing Rapid Power-Ups.
(`2803 <https://github.com/vertexproject/synapse/pull/2803>`_)
- Add the ``synapse.tests.utils`` package to the Synapse API autodocs.
(`2819 <https://github.com/vertexproject/synapse/pull/2819>`_)
- Update Devops documentation to note the storage requirements for taking
backups of Synapse services.
(`2824 <https://github.com/vertexproject/synapse/pull/2824>`_)
- Update the Storm ``min`` and ``max`` command help to clarify their usage.
(`2826 <https://github.com/vertexproject/synapse/pull/2826>`_)

Page 19 of 60

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.