Skip to content

Commit 85e8d50

Browse files
authored
Merge pull request #1247 from thomashopkins32/release-notes
Release Notes for v1.10.5 and v1.10.6
2 parents d7f200b + 8e01c8b commit 85e8d50

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

docs/user/reference/release_notes.rst

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,36 @@
22
Release History
33
=================
44

5-
1.10.1 (2024-12-04)
5+
1.10.6 (2025-05-13)
66
===================
77

8+
What's Changed
9+
--------------
10+
11+
* Remove unnecessary global _plugin_class usage by @thomashopkins32 in https://github.com/bluesky/ophyd/pull/1239
12+
* Incompatiblity with caproto v1.2.0 by @thomashopkins32 in https://github.com/bluesky/ophyd/pull/1241
13+
* EpicsSignalBase connection timeout fix + Device connection timeout by @thomashopkins32 in https://github.com/bluesky/ophyd/pull/1243
14+
* Do not stop devices that cannot be stopped on Status failure by @DominicOram in https://github.com/bluesky/ophyd/pull/1245
15+
16+
17+
**Full Changelog**: https://github.com/bluesky/ophyd/compare/v1.10.5...v1.10.6
18+
19+
20+
1.10.5 (2025-04-01)
21+
===================
22+
23+
Added
24+
-----
25+
26+
* Ability to configure ``wait_for_connection`` timeout (https://github.com/bluesky/ophyd/pull/1236)
27+
828
Fixes
929
-----
1030

11-
* Fix CI to release the package on PyPI
31+
* CI to release the package on PyPI
32+
33+
34+
**Full Changelog**: https://github.com/bluesky/ophyd/compare/v1.10.0...v1.10.5
1235

1336

1437
1.10.0 (2024-12-03)

0 commit comments

Comments
 (0)