Skip to content

Commit bca1996

Browse files
author
Joel Collins
committed
Updated changelog
1 parent b67406f commit bca1996

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
# [v1.0.0-beta.1](https://github.com/labthings/python-labthings/compare/v0.8.0...v1.0.0-beta.1) (2020-09-09)
2+
3+
4+
* 1.0.0-beta.1 ([b67406f](https://github.com/labthings/python-labthings/commit/b67406f))
5+
* Add crude example of watching property for changes ([2605d7c](https://github.com/labthings/python-labthings/commit/2605d7c))
6+
* Add views with websocket methods to LabThing.sockets ([e51b2e0](https://github.com/labthings/python-labthings/commit/e51b2e0))
7+
* Added Events support ([bf41b50](https://github.com/labthings/python-labthings/commit/bf41b50))
8+
* Added invokeaction ([89ce0e9](https://github.com/labthings/python-labthings/commit/89ce0e9))
9+
* Added missing apispec_webframeworks dependency ([4d91724](https://github.com/labthings/python-labthings/commit/4d91724))
10+
* Added observeproperty and unobserveproperty ([9d3b759](https://github.com/labthings/python-labthings/commit/9d3b759))
11+
* Added op annotations to example ([29ca056](https://github.com/labthings/python-labthings/commit/29ca056))
12+
* Added type check to LogRecordSchema.preprocess ([c885f5d](https://github.com/labthings/python-labthings/commit/c885f5d))
13+
* Added unit tests ([d4b38a1](https://github.com/labthings/python-labthings/commit/d4b38a1))
14+
* Added websocket view example ([5ca0295](https://github.com/labthings/python-labthings/commit/5ca0295))
15+
* Autofix issues in 5 files ([41d09da](https://github.com/labthings/python-labthings/commit/41d09da))
16+
* Base on common _opannotation ([572df0e](https://github.com/labthings/python-labthings/commit/572df0e))
17+
* Bump apispec from 3.3.1 to 3.3.2 ([690c5c0](https://github.com/labthings/python-labthings/commit/690c5c0))
18+
* Bump black from 19.10b0 to 20.8b1 ([1ec8ad6](https://github.com/labthings/python-labthings/commit/1ec8ad6))
19+
* Bump flask-cors from 3.0.8 to 3.0.9 ([8211003](https://github.com/labthings/python-labthings/commit/8211003))
20+
* Bump numpy from 1.19.0 to 1.19.1 ([252263f](https://github.com/labthings/python-labthings/commit/252263f))
21+
* Bump pylint from 2.5.3 to 2.6.0 ([cdac9be](https://github.com/labthings/python-labthings/commit/cdac9be))
22+
* Bump pytest from 5.4.3 to 6.0.1 ([34dcd22](https://github.com/labthings/python-labthings/commit/34dcd22))
23+
* Bump pytest-cov from 2.10.0 to 2.10.1 ([0f8a6ae](https://github.com/labthings/python-labthings/commit/0f8a6ae))
24+
* Bump sphinx from 3.1.2 to 3.2.1 ([3eb7250](https://github.com/labthings/python-labthings/commit/3eb7250))
25+
* Bump zeroconf from 0.28.0 to 0.28.3 ([39193a4](https://github.com/labthings/python-labthings/commit/39193a4))
26+
* Bump zeroconf from 0.28.3 to 0.28.4 ([c3fd78b](https://github.com/labthings/python-labthings/commit/c3fd78b))
27+
* Changed action status messages ([99655eb](https://github.com/labthings/python-labthings/commit/99655eb))
28+
* Code formatting ([cac9add](https://github.com/labthings/python-labthings/commit/cac9add))
29+
* Create CODE_OF_CONDUCT.md ([bfe5551](https://github.com/labthings/python-labthings/commit/bfe5551))
30+
* Fix duplicated test ([e5d6185](https://github.com/labthings/python-labthings/commit/e5d6185))
31+
* Fixed server app context ([9d85ea5](https://github.com/labthings/python-labthings/commit/9d85ea5))
32+
* Fixes and removed unused code ([446f282](https://github.com/labthings/python-labthings/commit/446f282))
33+
* Formatting ([3dc2c05](https://github.com/labthings/python-labthings/commit/3dc2c05))
34+
* Generic form builder based on view _opmap ([fc91f04](https://github.com/labthings/python-labthings/commit/fc91f04))
35+
* Hash zeroconf names that are too long ([47e56e6](https://github.com/labthings/python-labthings/commit/47e56e6))
36+
* Improved Action schema and removed old Task schema ([ed4ef9d](https://github.com/labthings/python-labthings/commit/ed4ef9d))
37+
* Improved black-isort compatibility ([1912de7](https://github.com/labthings/python-labthings/commit/1912de7))
38+
* Introduced op decorators to map Thing op to methods ([4251406](https://github.com/labthings/python-labthings/commit/4251406))
39+
* Moved marshalling into a submodule ([1935756](https://github.com/labthings/python-labthings/commit/1935756))
40+
* Ran Isort ([264474b](https://github.com/labthings/python-labthings/commit/264474b))
41+
* Read input JSON directly where available ([ccf6f86](https://github.com/labthings/python-labthings/commit/ccf6f86))
42+
* Reformatted ([ee5de18](https://github.com/labthings/python-labthings/commit/ee5de18))
43+
* Remove old Task schema test ([4e9c120](https://github.com/labthings/python-labthings/commit/4e9c120))
44+
* Remove websocket support ([8b46960](https://github.com/labthings/python-labthings/commit/8b46960))
45+
* Removed deprecated code ([61132d5](https://github.com/labthings/python-labthings/commit/61132d5))
46+
* Removed links from TD interactions ([62bbff7](https://github.com/labthings/python-labthings/commit/62bbff7))
47+
* Removed semantics submodule ([9716f79](https://github.com/labthings/python-labthings/commit/9716f79))
48+
* Removed tests for deprecated code ([cd85859](https://github.com/labthings/python-labthings/commit/cd85859))
49+
* Removed TODO ([6af1442](https://github.com/labthings/python-labthings/commit/6af1442))
50+
* Removed TODOs ([eac0cea](https://github.com/labthings/python-labthings/commit/eac0cea))
51+
* Removed unused Event class ([279eef8](https://github.com/labthings/python-labthings/commit/279eef8))
52+
* Removed unused Event import ([160cbd8](https://github.com/labthings/python-labthings/commit/160cbd8))
53+
* Removed unused examples ([04af64c](https://github.com/labthings/python-labthings/commit/04af64c))
54+
* Removed unused import ([1eb15d1](https://github.com/labthings/python-labthings/commit/1eb15d1))
55+
* Removed unused interaction builders ([644361d](https://github.com/labthings/python-labthings/commit/644361d))
56+
* Removed websocket support ([fde6181](https://github.com/labthings/python-labthings/commit/fde6181))
57+
* Revert static view builder to old submodule ([1610d97](https://github.com/labthings/python-labthings/commit/1610d97))
58+
* Show full Action schema in TD ([31e27f6](https://github.com/labthings/python-labthings/commit/31e27f6))
59+
* Support generic LabThings Views ([e5cf97e](https://github.com/labthings/python-labthings/commit/e5cf97e))
60+
* Support overriding protocol in ResourceURL ([baf2c1b](https://github.com/labthings/python-labthings/commit/baf2c1b))
61+
* Support websocket methods in View class ([cf12312](https://github.com/labthings/python-labthings/commit/cf12312))
62+
* Update README.md ([6a0dc42](https://github.com/labthings/python-labthings/commit/6a0dc42))
63+
* Updated dependencies ([fce1411](https://github.com/labthings/python-labthings/commit/fce1411))
64+
* Updated dependencies ([07157c2](https://github.com/labthings/python-labthings/commit/07157c2))
65+
* Updated docs ([21c6f76](https://github.com/labthings/python-labthings/commit/21c6f76))
66+
* Updated example and docs ([9b0c61f](https://github.com/labthings/python-labthings/commit/9b0c61f))
67+
* Updated flask-threaded-sockets to 0.3.0 ([a219201](https://github.com/labthings/python-labthings/commit/a219201))
68+
* Updated tests ([d7ea902](https://github.com/labthings/python-labthings/commit/d7ea902))
69+
* Updated tests ([97f0c47](https://github.com/labthings/python-labthings/commit/97f0c47))
70+
* Updated tests for new import structure ([e01c4c9](https://github.com/labthings/python-labthings/commit/e01c4c9))
71+
* Use Deque for thread pool ([ccc07ab](https://github.com/labthings/python-labthings/commit/ccc07ab))
72+
73+
174
# [0.8.0](https://github.com/labthings/python-labthings/compare/v0.8.0-rc.2...v0.8.0) (2020-07-22)
275

376

0 commit comments

Comments
 (0)