0.4.0
What's Changed
- chore: refine error message if schema is invalid, add the invalid schema path by @leoadonia in #195
- docs: how does interrupt work in ten agent by @wangyoucao577 in #206
- docs: add link for how does interrupt work by @wangyoucao577 in #207
- fix: refine codes of async block in tman by @halajohn in #210
- fix: bugfix for is_cmd_connected and is_property_exist in Python binding by @sunxilin in #211
- refactor: change some internal fields to ten_value_t and implement loop_all_fields functions by @sunxilin in #184
- feat: add msg conversion in graph by @leoadonia in #202
- chore: add type for serde_json::from_str in tman by @halajohn in #218
- chore: remove log.py by @halajohn in #219
- refactor: refine codes by @halajohn in #222
- fix: refine codes by @halajohn in #224
- docs: updating default async python to hello world tutorial by @cyfyifanchen in #223
- refactor: convert the protocol creation api to pure async operation by @sunxilin in #220
- chore: remove unused get/put_field_json functions by @sunxilin in #221
- feat: add conflict error information to tman by @halajohn in #230
- add event handling sample by @TomasBack2Future in #231
- fix: add some logs if env is not found by @leoadonia in #232
- refactor: make ten_addon_create_instance_async internal usage by @sunxilin in #233
- feat: add color to log by @halajohn in #237
- fix: fix ten_string_append issue by @halajohn in #240
- fix: conflicted error msg by @leoadonia in #235
- feat: a switch to enable/disable ten_runtime depends on ten_rust by @leoadonia in #242
- refactor: simplify the msgpack protocol implementation by @sunxilin in #225
- feat: auto on_xxx_done in Python async extension by @sunxilin in #239
- feat: add doc for msg_conversion in dev server by @leoadonia in #243
- fix: fix ten_string_append issue by @halajohn in #244
- fix: app is localhost in graph from runtime by @leoadonia in #245
- chore: add ci job for building ten_runtime without ten_rust by @leoadonia in #248
- refactor: enhance go binding by @halajohn in #250
- feat: add more standalone testing codes for C++/python by @halajohn in #251
- feat: add immediately return result mode by @halajohn in #252
- feat: add immediate return result by @halajohn in #254
- Feat--add-each_ok_and_error-return-policy by @halajohn in #255
- fix: invalid graph by @leoadonia in #249
New Contributors
- @TomasBack2Future made their first contribution in #231
Full Changelog: 0.3.1...0.4.0