Skip to content

Commit 41b76f7

Browse files
authored
Bump CHANGELOG for 0.6.1 (#1316)
1 parent c68ee39 commit 41b76f7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

520
This 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)

pydatalab/mkdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)