|
3 | 3 | 0.x Changelog |
4 | 4 | ============= |
5 | 5 |
|
| 6 | +.. changelog:: 0.31.0 |
| 7 | + :date: 2025-02-18 |
| 8 | + |
| 9 | + .. change:: Fix reference in `changelog.py` |
| 10 | + :type: bugfix |
| 11 | + :pr: 383 |
| 12 | + |
| 13 | + Should link to the AA repo, not litestar :) |
| 14 | + |
| 15 | + .. change:: Query repository list method for custom queries |
| 16 | + :type: bugfix |
| 17 | + :pr: 379 |
| 18 | + :issue: 338 |
| 19 | + |
| 20 | + Fix query repositories list method according to [documentation](https://docs.advanced-alchemy.litestar.dev/latest/usage/repositories.html#query-repository). |
| 21 | + |
| 22 | + Now its return a list of tuples with values instead of first column of the query. |
| 23 | + |
| 24 | + .. change:: remove 3.8 support |
| 25 | + :type: misc |
| 26 | + :pr: 386 |
| 27 | + |
| 28 | + Removes 3.8 support and removes future annotations in a few places for better compatibility |
| 29 | + |
| 30 | + .. change:: remove future annotations |
| 31 | + :type: feature |
| 32 | + :pr: 387 |
| 33 | + |
| 34 | + This removes the usage of future annotations. |
| 35 | + |
| 36 | + .. change:: add `uniquify` to service and repo |
| 37 | + :type: feature |
| 38 | + :pr: 389 |
| 39 | + |
| 40 | + Exposes the `uniquify` flag in all functions on the repository and add to the service |
| 41 | + |
| 42 | + .. change:: improved default serializer |
| 43 | + :type: feature |
| 44 | + :pr: 390 |
| 45 | + |
| 46 | + Improves the default serializer so that it handles various types a bit better |
| 47 | + |
| 48 | + |
6 | 49 | .. changelog:: 0.30.3 |
7 | 50 | :date: 2025-01-26 |
8 | 51 |
|
|
37 | 80 | :pr: 358 |
38 | 81 | :issue: 357 |
39 | 82 |
|
40 | | - <!-- |
41 | | - By submitting this pull request, you agree to: |
42 | | - - follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md) |
43 | | - - follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md) |
44 | | - - follow the [PSFs's Code of Conduct](https://www.python.org/psf/conduct/) |
45 | | - --> |
46 | | - ## Description |
47 | | - |
48 | 83 | Adds hash function to `SQLAlchemySyncConfig` and `SQLAlchemyAsyncConfig` classes. |
49 | 84 |
|
50 | 85 |
|
51 | | - <!-- |
52 | | - Please add in issue numbers this pull request will close, if applicable |
53 | | - Examples: Fixes #4321 or Closes #1234 |
54 | | - |
55 | | - Ensure you are using a supported keyword to properly link an issue: |
56 | | - https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword |
57 | | - --> |
58 | | - ## Closes |
59 | | - Closes #357 |
60 | | - |
61 | | - |
62 | 86 | .. changelog:: 0.30.1 |
63 | 87 | :date: 2025-01-20 |
64 | 88 |
|
|
0 commit comments