File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.6.1 (August 2025)
4+
5+ This patch release adds an API config option ` CONFIG.ROOT_PATH ` to allow
6+ deployments to easily serve the API under a subpath (e.g., ` \api ` ) on the
7+ same subdomain as the app.
8+ It also features a new validation model for block data, which should currently
9+ have no user-facing effects, but will allow for more formal extensions of block
10+ schemas in the future.
11+
12+ ### What's Changed
13+ * Add ` DataBlockResponse ` model to sanitize ` blocks_obj ` in API by @ml-evs in https://github.com/datalab-org/datalab/pull/1310
14+ * Add ` CONFIG.ROOT_PATH ` option to deploy API from custom path by @ml-evs in https://github.com/datalab-org/datalab/pull/1315
15+
16+ ** Full Changelog** : https://github.com/datalab-org/datalab/compare/v0.6.0...v0.6.1
17+
318## v0.6.0 (August 2025)
419
520This release includes significant new functionality and UI redesign, a
@@ -61,7 +76,6 @@ This patch release simply pins the `uv` version used in builds to avoid future b
6176* Update uv to 0.5.x now that dynamic versioning is supported by @ml-evs in https://github.com/datalab-org/datalab/pull/1032
6277* Pin uv by @ml-evs in https://github.com/datalab-org/datalab/pull/1039
6378
64-
6579** Full Changelog** : https://github.com/datalab-org/datalab/compare/v0.5.0...v0.5.1
6680
6781## v0.5.0 (December 2024)
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ markdown_extensions:
6262 alternate_style : true
6363 - pymdownx.tasklist
6464 - pymdownx.snippets
65+ - pymdownx.magiclink :
66+ repo_url_shorthand : true
67+ hide_protocol : true
68+ repo_url_shortener : true
69+ provider : github
70+ normalize_issue_symbols : true
6571 - toc :
6672 permalink : true
6773 toc_depth : 2
You can’t perform that action at this time.
0 commit comments