Skip to content

Commit 1c00b45

Browse files
committed
REL: v2.0.0rc2
1 parent 8ad72b9 commit 1c00b45

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

docs/source/reference/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A catalog of new features, improvements, and bug-fixes in each release. Follow
77
links to the relevant GitHub issue or pull request for specific code changes
88
and any related discussion.
99

10+
.. include:: changelog/v2.0.0.txt
1011
.. include:: changelog/v1.2.5.txt
1112
.. include:: changelog/v1.2.4.txt
1213
.. include:: changelog/v1.2.3.txt

docs/source/reference/changelog/v1.0.0.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
v1.0.0 (2020-03-13)
44
-------------------
55

6-
This release amounts to a full rewrite of databroker. See
7-
:ref:`v2-transition` for details.
6+
This release amounts to a full rewrite of databroker.
87

98
See the
109
`v1.0.0 GitHub milestone <https://github.com/bluesky/databroker/milestone/11?closed=1>`_
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
v2.0.0 (2025-11-20)
2+
-------------------
3+
4+
This release remakes Databroker into a wrapper around `Tiled`_, designed to
5+
provide a backward-compatible shim to facilitate a transition to using `Tiled`_
6+
directly.
7+
8+
Databroker is no longer recommended for new users or facilities adopting
9+
Bluesky. Instead, `Tiled`_ with `Bluesky Tiled Plugins`_ is recommended as the
10+
canonical way to persist and access data and metadata from Bluesky.
11+
12+
Databroker now serves two purposes that remain relevant for some users and some
13+
faciilities. First, it contains code adapting the legacy MongoDB-based Bluesky
14+
document storage to Tiled---effectively a server-side plugin for Tiled. Second,
15+
it wraps the Tiled Python client to provide an API backward-compatible with
16+
legacy Databroker user code. _If you do not have MongoDB-based Bluesky storage
17+
and you do not have legacy Databroker user code, you do not need Databroker._
18+
19+
Databroker will be maintained by NSLS-II through **April 2027** at minimum to
20+
support the transition from MongoDB-based document storage to PostgreSQL-based
21+
storage. The Python user interface may be maintained longer still, depending on
22+
the need.
23+
24+
.. _Tiled: https://blueskyproject.io/tiled/

0 commit comments

Comments
 (0)