Skip to content

Commit a3feed8

Browse files
committed
Update changelog
1 parent e9f62c7 commit a3feed8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## Version _next_
4+
5+
- Add support for arbitrary mix in classes.
6+
37
## Version 1.5.0 - 2020-08-22
48

59
- Add support for generic `format` for `string` that are treated like a `string` without a `format`.
@@ -108,6 +112,7 @@
108112
- Add support for DateTime.
109113

110114
## Version 0.10.0 - 2019-11-23
115+
111116
_Beta release_
112117

113118
- Add check for whether foreign key for relationship is already constructed before automatically constructing it.
@@ -129,51 +134,63 @@ _Beta release_
129134
- Add support for one to many relationships.
130135

131136
## Version 0.8.0 - 2019-11-03
137+
132138
- Add less verbose initialisation with `init_yaml` and `init_json`.
133139
- Remove need for separate models file by exposing `Base` and constructed models at `open_alchemy.models`.
134140
- Update name from OpenAPI-SQLAlchemy to OpenAlchemy
135141

136142
## Version 0.7.0 - 2019-10-27
143+
137144
- Add support for Python 3.6.
138145
- Add connexion example application.
139146
- Fixed bug where referencing a schema which uses allOf in many to one relationships does not merge the allOf statement.
140147
- Fixed bug where a type hint that is not always exported from SQLAlchemy may cause an no member error.
141148
- Add schema checking for extension properties.
142149

143150
## Version 0.6.3 - 2019-10-19
151+
144152
- Add support for backref for many to one relationships.
145153
- Refactor to remove reference resolving decorator.
146154
- Add integration tests for major features.
147155

148156
## Version 0.6.2 - 2019-10-19
157+
149158
- Add support for python 3.8.
150159

151160
## Version 0.6.1 - 2019-10-19
161+
152162
- Update name from openapi-SQLAlchemy to OpenAPI-SQLAlchemy. All urls are expected to keep working.
153163

154164
## Version 0.6.0 - 2019-10-6
165+
155166
- Add support for `allOf` for models.
156167

157168
## Version 0.5.0 - 2019-09-29
169+
158170
- Refactor column factory to use fewer decorators.
159171
- Change exceptions to include the schema name.
160172
- Add support for `$ref` for models.
161173

162174
## Version 0.4.0 - 2019-09-21
175+
163176
- Add support for `allOf` for columns.
164177

165178
## Version 0.3.0 - 2019-09-08
179+
166180
- Add support for `autoincrement`.
167181
- Add support for `$ref` for columns referencing other table objects.
168182
- Add documentation
169183

170184
## Version 0.2.0 - 2019-08-25
185+
171186
- Add support for `$ref` for columns.
172187

173188
## Version 0.1.1 - 2019-08-18
189+
174190
- Move typing-extensions development to package dependency.
175191

176192
## Version 0.1.0 - 2019-08-18
193+
177194
- Initial release
178195
- Add support for `integer` columns.
179196
- Add support for `boolean` columns.

0 commit comments

Comments
 (0)