Skip to content

Commit

Permalink
DOC: Release notes for 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Nov 3, 2022
1 parent eac55ca commit 751e4c1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Release History
***************

v1.19.0 (2022-11-03)
====================

Added
-----

* Add two experimental new document types: a `stream_resource` that manages an
unknown number of contiguous `stream_datum`, with the potential for multiple
streams. This is especially relevant when the data is expected to be ragged
or has no pre-determined shape (number of rows).

Changed
-------

* Added ``object_name`` to Event Descriptor schema. The RunEngine has been
adding this for many years. This change merely documents the status quo.
* Use ``importlib`` instead of ``__version__`` to implement logic conditional
on jsonschema version.

v1.18.0 (2022-08-05)
====================

Expand Down

0 comments on commit 751e4c1

Please sign in to comment.