Skip to content

Synapse v2.204.0

Compare
Choose a tag to compare
@vtx-machine vtx-machine released this 21 Mar 17:40
· 15 commits to master since this release

Model Changes

  • See :ref:userguide_model_v2_204_0 for more detailed model changes.

Bugfixes

  • Fixed an issue where locked users could still access HTTP endpoints with an
    existing session cookie. User lock status now invalidates existing sessions
    across all authenticated endpoints.
    (#4180 <https://github.com/vertexproject/synapse/pull/4180>_)
  • Fixed an issue in Storm where the ( and $ control characters were
    allowed in unquoted strings.
    (#4187 <https://github.com/vertexproject/synapse/pull/4187>_)
  • Fixed a regression where the Storm not operator was incorrectly
    whitespace sensitive.
    (#4187 <https://github.com/vertexproject/synapse/pull/4187>_)
  • Fixed an issue with URL sanitizing where incorrect data was being removed
    from the URL string.
    (#4190 <https://github.com/vertexproject/synapse/pull/4190>_)
  • Fixed an issue with the Storm parallel command where variables
    initialized within a parallel runtime were not properly isolated to that
    specific runtime.
    (#4194 <https://github.com/vertexproject/synapse/pull/4194>_)

For complete changelog entries, see the following https://synapse.docs.vertex.link/en/latest/synapse/changelog.html