Skip to content

Commit

Permalink
v1.22.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Oct 2, 2024
1 parent 4252db7 commit 90963dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/user/reference/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Release History
***************

v1.22.0 (2024-10-02)
====================

Changed
-------
* Added a `NX_class` field as a `PerObjectHint` to the `EventDescriptor` document.
* Removed `Optional` on `DataKey` fields `precision`, ``choices``, and `units`. These fields can still be left out of the `DataKey`, but if provided they cannot be `None`.
* Added a `Limits` type for storing EPICS limit data and a `NotRequired[Limits]` `limits` field to `DataKey`.
* Added a `NotRequired` `dtype_numpy` field to `DataKey` for specifying the numpy dtype of data.
* Bumped from `jsonschema 3.*` to `jsonschema 4.*`.

v1.21.0 (2024-05-21)
====================

Expand Down

0 comments on commit 90963dc

Please sign in to comment.