Skip to content

Commit

Permalink
Merge pull request #1214 from jluebbe/deprecation-config-file
Browse files Browse the repository at this point in the history
CHANGES: add hint regarding deprecated ticket authentication
  • Loading branch information
Bastian-Krause committed Dec 15, 2023
2 parents 6f3a32b + 886e991 commit 116c2b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ Breaking changes in 23.1
authentication (see ``.crossbar/config-anonymous.yaml`` for an example).
- The Debian package (``debian/``) no longer contains crossbar. Use the
`coordinator container <https://hub.docker.com/r/labgrid/coordinator>`_ or
install it into a separate local venv as desribed in the
install it into a separate local venv as described in the
`documentation <https://labgrid.readthedocs.io/en/latest/getting_started.html#coordinator>`_.
If you see ``WARNING: Ticket authentication is deprecated. Please update your
coordinator.`` on the client when running an updated coordinator, your
coordinator configuration may set ``ticket`` instead of ``anonymous`` auth.
- The `StepReporter` API has been changed. To start step reporting, you must
now call ``StepReporter.start()`` instead of ``StepReporter()``
- Logging output when running pytest is no longer sent to stderr by default,
Expand Down

0 comments on commit 116c2b7

Please sign in to comment.