File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 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+
19# [ v1.3.0] ( https://github.com/labthings/python-labthings/compare/v1.2.4...v1.3.0 ) (2021-07-25)
210
311## Minor fixes and security updates
2230* Bump zeroconf from 0.33.0 to 0.33.1 ([ bd6d804] ( https://github.com/labthings/python-labthings/commit/bd6d804 ) )
2331* Upgrade to GitHub-native Dependabot ([ 4061871] ( https://github.com/labthings/python-labthings/commit/4061871 ) )
2432
25- ## Error handline improvements
33+ ## Error handling improvements
2634Exceptions in Action threads end up quietly reported in the Action description. This was preventing
2735Marshmallow from validating Action arguments, which was a problem. This release changes the behaviour slightly
2836so 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 11[tool .poetry ]
22name = " labthings"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " Python implementation of LabThings, based on the Flask microframework"
55readme = " README.md"
66repository = " https://github.com/labthings/python-labthings/"
You can’t perform that action at this time.
0 commit comments