Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 938fcad

Browse files
committed
Merge branch 'topic/timw/remove-8.1-deprecations'
* topic/timw/remove-8.1-deprecations: Updates required by removal of 8.1 deprecations
2 parents ba652bc + b06cf09 commit 938fcad

23 files changed

+1151
-1533
lines changed

frameworks/broker.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,19 +293,16 @@ to the ``zeek/events`` topic prefix you would receive events that are published
293293
to topic names ``zeek/events/foo`` and ``zeek/events/bar`` but not
294294
``zeek/misc``.
295295

296-
297296
.. note::
298297

299-
In prior Zeek versions, :zeek:see:`Broker::auto_publish` was available to
300-
automatically send events to peers whenever the events were called locally via
301-
the normal event invocation syntax. When auto-publishing events, local
302-
event handlers for the event were called in addition to sending the
303-
event to any subscribed peers.
298+
In prior Zeek versions, ``Broker::auto_publish`` was available to automatically
299+
send events to peers whenever the events were called locally via the normal
300+
event invocation syntax. When auto-publishing events, local event handlers for
301+
the event were called in addition to sending the event to any subscribed peers.
304302

305-
:zeek:see:`Broker::auto_publish` has been deprecated due to its
303+
``Broker::auto_publish`` was removed due to its
306304
`implicit nature <https://github.com/zeek/zeek/discussions/3637>`_.
307305

308-
.. deprecated:: 7.1
309306

310307
Remote Logging
311308
--------------
@@ -443,8 +440,7 @@ For example, this will likely not work as expected:
443440
}
444441
445442
This code runs without errors, however, the local ``my_event`` handler
446-
will never be called and also not any remote handlers either, even if
447-
:zeek:see:`Broker::auto_publish` was used elsewhere for it. Instead, at
443+
will never be called and also not any remote handlers either. Instead, at
448444
minimum you would need change the ``zeek_init()`` handler:
449445

450446
.. code-block:: zeek

script-reference/autogenerated-file-analyzer-index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Types
280280
+++++
281281

282282
.. zeek:type:: X509::Certificate
283-
:source-code: base/init-bare.zeek 5057 5072
283+
:source-code: base/init-bare.zeek 5044 5059
284284

285285
:Type: :zeek:type:`record`
286286

@@ -357,7 +357,7 @@ Types
357357

358358

359359
.. zeek:type:: X509::Extension
360-
:source-code: base/init-bare.zeek 5074 5080
360+
:source-code: base/init-bare.zeek 5061 5067
361361

362362
:Type: :zeek:type:`record`
363363

@@ -389,7 +389,7 @@ Types
389389

390390

391391
.. zeek:type:: X509::BasicConstraints
392-
:source-code: base/init-bare.zeek 5082 5085
392+
:source-code: base/init-bare.zeek 5069 5072
393393

394394
:Type: :zeek:type:`record`
395395

@@ -407,7 +407,7 @@ Types
407407

408408

409409
.. zeek:type:: X509::SubjectAlternativeName
410-
:source-code: base/init-bare.zeek 5087 5093
410+
:source-code: base/init-bare.zeek 5074 5080
411411

412412
:Type: :zeek:type:`record`
413413

@@ -439,7 +439,7 @@ Types
439439

440440

441441
.. zeek:type:: X509::Result
442-
:source-code: base/init-bare.zeek 5096 5103
442+
:source-code: base/init-bare.zeek 5083 5090
443443

444444
:Type: :zeek:type:`record`
445445

0 commit comments

Comments
 (0)