What's Changed
- refactor(state): rename parameter 'data' to 'value' in set method for clarity by @andersonleal in #1205
- feat: more work on streaming requests by @sergiofilhowz in #1211
- chore: update iii-sdk to 0.4.0 by @ytallo in #1214
- fix: http response by @sergiofilhowz in #1215
- refactor(runtime): update trigger suffix format and add metadata to function registration by @andersonleal in #1210
- feat: moving to monorepo for easier maintenability by @sergiofilhowz in #1220
- chore: remove dead code by @guibeira in #1209
- Unify registerFunction to support HTTP-invoked functions by @ytallo in #1221
- feat(console): improve adapters endpoint and traces/config UX by @andersonleal in #1224
- fix(motia-js): add missing state/stream guard helpers (#1183) by @Dayifour in #1227
- feat: centralize condition evaluation and unify queue trigger config API by @ytallo in #1226
- feat(logging): enhance logging configuration with batch processing parameters by @andersonleal in #1232
- Init rust and python by @guibeira in #1223
- feat: release pipeline by @sergiofilhowz in #1225
- feat: add website to monorepo by @rohitg00 in #1236
- Iii docs migration by @anthonyiscoding in #1233
- chore: merge iii-docs skills with root skills by @anthonyiscoding in #1239
- fix: build for console and node sdk by @guibeira in #1244
- fix: update website SDK examples to use init() API by @rohitg00 in #1243
- docs: rewrite engine and SDK READMEs by @rohitg00 in #1237
- chore: update .gitignore, add cli package, and enhance Docker workflow by @ytallo in #1241
- feat: introduce data channels documentation and HTTP utility function by @sergiofilhowz in #1240
- fix: add missing armv7 and i686 targets to CLI platform detection by @ytallo in #1248
- fix: resolve release CI failures for Homebrew and Docker by @ytallo in #1250
- fix: update install.sh scripts to use v-prefixed release tags by @ytallo in #1252
- Change console links to use relative paths by @rohitg00 in #1253
- fix: install scripts asset selection for multi-binary releases by @ytallo in #1254
- fix: update Docker workflow to use v-prefixed release tags in descrip… by @ytallo in #1255
- fix: scan published DockerHub image in Trivy instead of intermediate GHCR tag by @ytallo in #1256
- fix: install script jq path selects wrong asset on x86_64 by @ytallo in #1259
- feat: improve logs by @guibeira in #1230
- test: improve test coverage by @guibeira in #1216
- perf: add benchmarks for engine by @guibeira in #1235
- Add dual licensing (ELv2 engine + Apache-2.0 SDKs) by @rohitg00 in #1262
- fix: make GitHub detect ELv2 license in sidebar by @rohitg00 in #1265
- fix: use canonical ELv2 text for GitHub license detection by @rohitg00 in #1267
- Rename init function by @guibeira in #1266
- docs: add HTTP Handler Migration Guide and update documentation for n… by @sergiofilhowz in #1264
- chore: improve dx for tests by @guibeira in #1212
- feat: config interrupt validation by @guibeira in #1231
- Improve test coverage engine by @guibeira in #1234
- Doc Revisions Round 2: More HOWTOs and Other Improvements by @anthonyiscoding in #1242
- fix: three primitives by @anthonyiscoding in #1269
- docs: consolidate console docs into single page by @rohitg00 in #1263
- fix: one more mention of three primitives by @anthonyiscoding in #1270
- Chore/three primitives 2 by @anthonyiscoding in #1271
- test: add worker metrics tests and coverage infrastructure by @guibeira in #1228
- feat: remove context by @guibeira in #1245
- feat: send pid for the engine by @guibeira in #1229
- fix: PyPI publish workflow and MOTIA_PYPI_API_TOKEN by @ytallo in #1272
- fix: declare secrets in docker-engine workflow_call trigger by @ytallo in #1273
New Contributors
Full Changelog: v1.0.0-rc.26...iii/v0.8.2
What's Changed
- refactor(state): rename parameter 'data' to 'value' in set method for clarity by @andersonleal in #1205
- feat: more work on streaming requests by @sergiofilhowz in #1211
- chore: update iii-sdk to 0.4.0 by @ytallo in #1214
- fix: http response by @sergiofilhowz in #1215
- refactor(runtime): update trigger suffix format and add metadata to function registration by @andersonleal in #1210
- feat: moving to monorepo for easier maintenability by @sergiofilhowz in #1220
- chore: remove dead code by @guibeira in #1209
- Unify registerFunction to support HTTP-invoked functions by @ytallo in #1221
- feat(console): improve adapters endpoint and traces/config UX by @andersonleal in #1224
- fix(motia-js): add missing state/stream guard helpers (#1183) by @Dayifour in #1227
- feat: centralize condition evaluation and unify queue trigger config API by @ytallo in #1226
- feat(logging): enhance logging configuration with batch processing parameters by @andersonleal in #1232
- Init rust and python by @guibeira in #1223
- feat: release pipeline by @sergiofilhowz in #1225
- feat: add website to monorepo by @rohitg00 in #1236
- Iii docs migration by @anthonyiscoding in #1233
- chore: merge iii-docs skills with root skills by @anthonyiscoding in #1239
- fix: build for console and node sdk by @guibeira in #1244
- fix: update website SDK examples to use init() API by @rohitg00 in #1243
- docs: rewrite engine and SDK READMEs by @rohitg00 in #1237
- chore: update .gitignore, add cli package, and enhance Docker workflow by @ytallo in #1241
- feat: introduce data channels documentation and HTTP utility function by @sergiofilhowz in #1240
- fix: add missing armv7 and i686 targets to CLI platform detection by @ytallo in #1248
- fix: resolve release CI failures for Homebrew and Docker by @ytallo in #1250
- fix: update install.sh scripts to use v-prefixed release tags by @ytallo in #1252
- Change console links to use relative paths by @rohitg00 in #1253
- fix: install scripts asset selection for multi-binary releases by @ytallo in #1254
- fix: update Docker workflow to use v-prefixed release tags in descrip… by @ytallo in #1255
- fix: scan published DockerHub image in Trivy instead of intermediate GHCR tag by @ytallo in #1256
- fix: install script jq path selects wrong asset on x86_64 by @ytallo in #1259
- feat: improve logs by @guibeira in #1230
- test: improve test coverage by @guibeira in #1216
- perf: add benchmarks for engine by @guibeira in #1235
- Add dual licensing (ELv2 engine + Apache-2.0 SDKs) by @rohitg00 in #1262
- fix: make GitHub detect ELv2 license in sidebar by @rohitg00 in #1265
- fix: use canonical ELv2 text for GitHub license detection by @rohitg00 in #1267
- Rename init function by @guibeira in #1266
- docs: add HTTP Handler Migration Guide and update documentation for n… by @sergiofilhowz in #1264
- chore: improve dx for tests by @guibeira in #1212
- feat: config interrupt validation by @guibeira in #1231
- Improve test coverage engine by @guibeira in #1234
- Doc Revisions Round 2: More HOWTOs and Other Improvements by @anthonyiscoding in #1242
- fix: three primitives by @anthonyiscoding in #1269
- docs: consolidate console docs into single page by @rohitg00 in #1263
- fix: one more mention of three primitives by @anthonyiscoding in #1270
- Chore/three primitives 2 by @anthonyiscoding in #1271
- test: add worker metrics tests and coverage infrastructure by @guibeira in #1228
- feat: remove context by @guibeira in #1245
- feat: send pid for the engine by @guibeira in #1229
- fix: PyPI publish workflow and MOTIA_PYPI_API_TOKEN by @ytallo in #1272
- fix: declare secrets in docker-engine workflow_call trigger by @ytallo in #1273
New Contributors
Full Changelog: v1.0.0-rc.26...iii/v0.8.2