Releases: littlehorse-enterprises/littlehorse
Releases · littlehorse-enterprises/littlehorse
v0.11.2
v0.11.1
[0.11.1] - 2024-08-28
Bug Fixes
- (docs) Adjust sizing on Header and Hero elements (#974)
- (server) Ignore predefined errors when validating specific failures
- (lhctl) Post events with empty payload (#983)
Documentation
- Add 0.8 release blog (#970)
- Adds 0.9 release blog (#975)
- Update installation docs to 0.11 (#976)
- Add challenge-of-microservices blog (#977)
- (sdk-go) Update examples in Go
Features
Miscellaneous Tasks
- (cd) Remove bump scripts (#955)
Build
v0.11.0
[0.11.0] - 2024-08-23
Bug Fixes
- (dashboard) Max height for
Dialog
(#915) - (server) Delete TaskWorkerGroups after deleting TaskDef (#894)
- (canary) Sets workflow retention policy to 1 day (#926)
- (dashboard) Icons correctly apply colors (#927)
- (server) Don't busy-retry on wait-for-command (#932)
- (server) Update
SearchExternalEvent
RPC schema to match other RPCs (#923) - (dashboard) Return nodeRun when
isChecked
(#933) - (ci) Trigger tests on prs open by forks (#937)
- (ci) Revert workflow changes (#938)
- (doc) Half-written sentence on workflows.md (#943)
- (build) Pin lh-standalone kafka version to archive (#954)
- (docs) Adjust hamburger icon color (#960)
Documentation
- Adds a refernece to the document where it is explained how to post an external event (#924)
- Fix PutExternalEventDefRequest example in java (#925)
- Fix typos across docs (#935)
- Rewrite concepts section (#934)
- Adds docker compose examples to our site (#939)
- Add Algolia DocSearch configuration (#947)
- (examples) Add Three Server docker compose example (#945)
- Make docs sexier (#958)
- Make the docs website look stylish and unique (#959)
- (blog) Add why microservices post (#961)
- Add concepts diagram (#964)
Features
- (dashboard)
ExternalEventDef
page (#920) - (dashboard)
ExternalEvent
details (#918) - (dashboard) VarName of TaskDef in WfSpec (#846)
- (server) Schedule WfRun executions
- (server) Adds rpc to save user task progress (#946)
- (server) Masked variable values
- (lhctl) Add
save userTaskRun
cmd (#952) - (server) Automatically infer listener from request (#953)
- (sdk-python) Masked values support
Miscellaneous Tasks
- (goreleaser) Enable go releaser (#917)
- (dashboard) Linting (#928)
- (server) Upgrade kafka version (#936)
- Use official kafka 3.8.0 docker img for local dev (#940)
- (proto) Renames ExternalEventRun to ExternalEventNodeRun (#951)
- (docs) Enable google analytics
- (tests) Run tests on pull requests (#963)
- (docker) Add tags for branch events (#965)
- Update
lhctl
install guide (#966) - (lhctl) Fix release logic (#968)
- (lhctl) Use golang 1.21.3 (#969)
Refactor
- (sdk-go) Independent Go Modules for lhctl and sdk-go (#957)
Build
- (ci) Add automated release management (#962)
0.10.1
[0.10.1] - 2024-07-10
Bug Fixes
- (server) Wait for child threadRuns to HALT before failing threadRun (#896)
- (dashboard) Handle tenantId for taskRuns (#902)
- (server) Fixes noisy exceptions on getObject internal request failures (#909)
- (dashboard) Large text support on modals (#906)
- (server) Fixes rebalance implementation during instance shutdowns (#908)
- (sdk-java) TenantId Management (#912)
Documentation
Features
- (sdk-java) Dynamic tenant id for metaddata request headers
- (sdk-java) Support future stubs for async API requests (#907)