1
1
# Release Notes
2
2
3
+ ## Version _ next_
4
+
5
+ - Add support for arbitrary mix in classes.
6
+
3
7
## Version 1.5.0 - 2020-08-22
4
8
5
9
- Add support for generic ` format ` for ` string ` that are treated like a ` string ` without a ` format ` .
108
112
- Add support for DateTime.
109
113
110
114
## Version 0.10.0 - 2019-11-23
115
+
111
116
_ Beta release_
112
117
113
118
- Add check for whether foreign key for relationship is already constructed before automatically constructing it.
@@ -129,51 +134,63 @@ _Beta release_
129
134
- Add support for one to many relationships.
130
135
131
136
## Version 0.8.0 - 2019-11-03
137
+
132
138
- Add less verbose initialisation with ` init_yaml ` and ` init_json ` .
133
139
- Remove need for separate models file by exposing ` Base ` and constructed models at ` open_alchemy.models ` .
134
140
- Update name from OpenAPI-SQLAlchemy to OpenAlchemy
135
141
136
142
## Version 0.7.0 - 2019-10-27
143
+
137
144
- Add support for Python 3.6.
138
145
- Add connexion example application.
139
146
- Fixed bug where referencing a schema which uses allOf in many to one relationships does not merge the allOf statement.
140
147
- Fixed bug where a type hint that is not always exported from SQLAlchemy may cause an no member error.
141
148
- Add schema checking for extension properties.
142
149
143
150
## Version 0.6.3 - 2019-10-19
151
+
144
152
- Add support for backref for many to one relationships.
145
153
- Refactor to remove reference resolving decorator.
146
154
- Add integration tests for major features.
147
155
148
156
## Version 0.6.2 - 2019-10-19
157
+
149
158
- Add support for python 3.8.
150
159
151
160
## Version 0.6.1 - 2019-10-19
161
+
152
162
- Update name from openapi-SQLAlchemy to OpenAPI-SQLAlchemy. All urls are expected to keep working.
153
163
154
164
## Version 0.6.0 - 2019-10-6
165
+
155
166
- Add support for ` allOf ` for models.
156
167
157
168
## Version 0.5.0 - 2019-09-29
169
+
158
170
- Refactor column factory to use fewer decorators.
159
171
- Change exceptions to include the schema name.
160
172
- Add support for ` $ref ` for models.
161
173
162
174
## Version 0.4.0 - 2019-09-21
175
+
163
176
- Add support for ` allOf ` for columns.
164
177
165
178
## Version 0.3.0 - 2019-09-08
179
+
166
180
- Add support for ` autoincrement ` .
167
181
- Add support for ` $ref ` for columns referencing other table objects.
168
182
- Add documentation
169
183
170
184
## Version 0.2.0 - 2019-08-25
185
+
171
186
- Add support for ` $ref ` for columns.
172
187
173
188
## Version 0.1.1 - 2019-08-18
189
+
174
190
- Move typing-extensions development to package dependency.
175
191
176
192
## Version 0.1.0 - 2019-08-18
193
+
177
194
- Initial release
178
195
- Add support for ` integer ` columns.
179
196
- Add support for ` boolean ` columns.
0 commit comments