Skip to content

Commit 3c7c137

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent c2a8aae commit 3c7c137

2 files changed

Lines changed: 61 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,66 @@
11
# CHANGELOG
22

33

4+
## v1.1.0 (2025-11-25)
5+
6+
### Bug Fixes
7+
8+
- Missing S3_EXPORTS_PREFIX and S3_BACKUPS_PREFIX
9+
([`93b8bb5`](https://github.com/DataLabTechTV/datalab/commit/93b8bb51eabecee6e8f34397a3fd0062f88b190a))
10+
11+
### Chores
12+
13+
- Implement just command for migrating from a sqlite to a postgres catalog on ducklake
14+
([`81e082f`](https://github.com/DataLabTechTV/datalab/commit/81e082f99fae1faeeeda58dc2e029002135211e5))
15+
16+
- Normalize etl related commands, create tl only commands, and global etl, ingest, and tl commands
17+
([`c7dca94`](https://github.com/DataLabTechTV/datalab/commit/c7dca94f2241b988f95a5bbf499bfea3878106e5))
18+
19+
- **deps**: Bump up duckdb and switch dbt-duckdb to stable non-git version
20+
([`2c6bb02`](https://github.com/DataLabTechTV/datalab/commit/2c6bb02ac2b8c3926823247f980167e865f59b9f))
21+
22+
### Code Style
23+
24+
- Remove new line
25+
([`8b2a148`](https://github.com/DataLabTechTV/datalab/commit/8b2a148cc7402843478025a15aff1fb1aea75e87))
26+
27+
- Wrap sql script path in double quotes
28+
([`0894362`](https://github.com/DataLabTechTV/datalab/commit/08943627646cd573c1b2390972b389a722f2be8d))
29+
30+
### Documentation
31+
32+
- Update file structure and dlctl commands to match new postgres catalog backups
33+
([`0febe4a`](https://github.com/DataLabTechTV/datalab/commit/0febe4add0737085911ff172f518c33c48f78c66))
34+
35+
### Features
36+
37+
- Add env vars required to get lakehouse connectivity
38+
([`9cf6bf5`](https://github.com/DataLabTechTV/datalab/commit/9cf6bf5095c57d9ce5effca42391317fa19a858b))
39+
40+
- Migrate ducklake catalog from sqlite to postgres
41+
([`c077595`](https://github.com/DataLabTechTV/datalab/commit/c077595aa92c0a12d2acf4d45efdd7a8a5154375))
42+
43+
- Migrate the dlctl backup from sqlite to postgres support
44+
([`0fe2c6d`](https://github.com/DataLabTechTV/datalab/commit/0fe2c6d2894b672d208fb42d32684fc5377c48ed))
45+
46+
### Refactoring
47+
48+
- Change engine_db variable scope (not used anywhere else)
49+
([`2fad9de`](https://github.com/DataLabTechTV/datalab/commit/2fad9de12d158a49bad90b3897cda578d36a5f4d))
50+
51+
- Extract sql script to a separate file
52+
([`66e282c`](https://github.com/DataLabTechTV/datalab/commit/66e282cb39577a9ba5c89082f5b1d46ea091d695))
53+
54+
- Reformat inline sql into fewer columns
55+
([`5a81765`](https://github.com/DataLabTechTV/datalab/commit/5a81765050db285fb3af72bda07c952337317668))
56+
57+
- Remove unused imports
58+
([`acaccd0`](https://github.com/DataLabTechTV/datalab/commit/acaccd00cb0bb2ff3880dff99a0ff83aea7700e9))
59+
60+
- Rename env var for postgres root password
61+
([`17b82a0`](https://github.com/DataLabTechTV/datalab/commit/17b82a06641ee61437b985ee632d8d163a2a03be))
62+
63+
464
## v1.0.1 (2025-10-21)
565

666
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "datalab"
6-
version = "1.0.1"
6+
version = "1.1.0"
77
description = "Tooling for a minimalist data lab running on top of DuckLake."
88
readme = "README.md"
99
requires-python = ">=3.13"

0 commit comments

Comments
 (0)