File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ v1.3.1] ( https://github.com/labthings/python-labthings/compare/v1.3.0...v1.3.1 ) (2021-08-04)
2
+
3
+ This is a bugfix release, fixing errors that occurred if any fields had ` allow_none ` set to ` True ` :
4
+ * Add readme and tidy up marshmallow_jsonschema ([ 49ea82d] ( https://github.com/labthings/python-labthings/commit/49ea82d ) )
5
+ * Fix field2property for nullable values ([ dc696dd] ( https://github.com/labthings/python-labthings/commit/dc696dd ) )
6
+ * Handle nullable fields properly ([ 3174367] ( https://github.com/labthings/python-labthings/commit/3174367 ) )
7
+
8
+
1
9
# [ v1.3.0] ( https://github.com/labthings/python-labthings/compare/v1.2.4...v1.3.0 ) (2021-07-25)
2
10
3
11
## Minor fixes and security updates
22
30
* Bump zeroconf from 0.33.0 to 0.33.1 ([ bd6d804] ( https://github.com/labthings/python-labthings/commit/bd6d804 ) )
23
31
* Upgrade to GitHub-native Dependabot ([ 4061871] ( https://github.com/labthings/python-labthings/commit/4061871 ) )
24
32
25
- ## Error handline improvements
33
+ ## Error handling improvements
26
34
Exceptions in Action threads end up quietly reported in the Action description. This was preventing
27
35
Marshmallow from validating Action arguments, which was a problem. This release changes the behaviour slightly
28
36
so that if arguments are invalid, or if ` flask.abort() ` is called at the start of an action, it responds
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " labthings"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " Python implementation of LabThings, based on the Flask microframework"
5
5
readme = " README.md"
6
6
repository = " https://github.com/labthings/python-labthings/"
You can’t perform that action at this time.
0 commit comments