Skip to content

Releases: littlehorse-enterprises/littlehorse

v0.11.2

28 Aug 22:57
v0.11.2
fd1ff83
Compare
Choose a tag to compare

[0.11.2] - 2024-08-28

Bug Fixes

  • (dashboard) Use LHC_API_PROTOCOL to define protocol (#987)

Miscellaneous Tasks

  • (doc) Refactor readme (#986)

v0.11.1

28 Aug 19:38
v0.11.1
81588bd
Compare
Choose a tag to compare

[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

  • (sdk-go) Adds support for masked variables (#972)
  • (docs) Add social card preview image (#980)

Miscellaneous Tasks

  • (cd) Remove bump scripts (#955)

Build

  • (server) Use tag version on server artifact (#978)
  • (sdk-go) Use root module (#984)

v0.11.0

23 Aug 23:29
v0.11.0
4b018c1
Compare
Choose a tag to compare

[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

10 Jul 22:59
Compare
Choose a tag to compare

[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

  • Update GRPC Usage documentation to 0.10.0 (#898)
  • Update Installation to 0.10, Improve WfSpec (#900)

Features

  • (sdk-java) Dynamic tenant id for metaddata request headers
  • (sdk-java) Support future stubs for async API requests (#907)

Miscellaneous Tasks

  • (e2e) Run tests in distributed mode (#884)
  • (protobuf) Generate protobuf files from x86_64 and aarch_64 (#899)
  • (sdk-java) Don't include jackson in api (#911)
  • (lhctl) Release lhctl binaries and generate release notes (#914)