Skip to content

Commit 25a37b1

Browse files
authored
chore(release): bump to v1.6.2 (#532)
Bump to v1.6.2
1 parent 9afde80 commit 25a37b1

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

docs/changelog.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
33
1.x Changelog
44
=============
55

6+
.. changelog:: 1.6.2
7+
:date: 2025-08-29
8+
9+
.. change:: enable loading config from working directory
10+
:type: feature
11+
:pr: 527
12+
:issue: 491
13+
14+
Correctly allow loading configuration from the current directory
15+
16+
.. change:: correctly handle lazy attributes on update
17+
:type: bugfix
18+
:pr: 533
19+
20+
Correctly handle `viewownly` and `lazy` loaded relationships during update.
21+
22+
.. change:: prevent AttributeError when schema_dump receives None values
23+
:type: bugfix
24+
:pr: 530
25+
26+
- `advanced_alchemy/service/typing.py`: Fixed `has_dict_attribute()` function
27+
- `tests/unit/test_attrs_integration.py`: Added test case for `None` value handling
28+
29+
.. change:: add warning message when using fallback value for a primary key
30+
:type: bugfix
31+
:pr: 529
32+
33+
- Add warning message when using `uuid` instead of `nanoid`
34+
- Add warning message when using `uuid4` instead of `uuid6` or `uuid7`
35+
36+
.. change:: litestar fileobject example
37+
:type: bugfix
38+
:pr: 531
39+
40+
Fix litestar fileobject example
41+
42+
.. change:: pass Content-Type and metadata to backend storage
43+
:type: bugfix
44+
:pr: 528
45+
46+
- Modified `save_object` and `save_object_async` methods to collect attributes from `FileObject`
47+
- Pass `content_type` as `"Content-Type"` in the `attributes` parameter
48+
- Include any custom metadata from `FileObject.metadata`
49+
- Added proper typing for the attributes dictionary
50+
651
.. changelog:: 1.6.1
752
:date: 2025-08-26
853

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maintainers = [
4444
name = "advanced_alchemy"
4545
readme = "docs/PYPI_README.md"
4646
requires-python = ">=3.9"
47-
version = "1.6.1"
47+
version = "1.6.2"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -171,7 +171,7 @@ test = [
171171
allow_dirty = true
172172
commit = false
173173
commit_args = "--no-verify"
174-
current_version = "1.6.1"
174+
current_version = "1.6.2"
175175
ignore_missing_files = false
176176
ignore_missing_version = false
177177
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)