File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.5.0 - 2024-11-12
5
+ ------------------
6
+
7
+ Add an optional function to exclude relationships from relay pagination and use traditional strawberry lists.
8
+ Default behavior preserves original behavior for backwords compatibilty.
9
+
10
+ Contributed by [ Juniper] ( https://github.com/fruitymedley ) via [ PR #168 ] ( https://github.com/strawberry-graphql/strawberry-sqlalchemy/pull/168/ )
11
+
12
+
4
13
0.4.5 - 2024-10-17
5
14
------------------
6
15
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " strawberry-sqlalchemy-mapper"
3
3
packages = [ { include = " strawberry_sqlalchemy_mapper" , from = " src" } ]
4
- version = " 0.4.5 "
4
+ version = " 0.5.0 "
5
5
description = " A library for autogenerating Strawberry GraphQL types from SQLAlchemy models."
6
6
authors = [
" Tim Dumol <[email protected] >" ]
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments