Skip to content

Releases: microsoft/durabletask-js

v0.1.0-beta.1

17 Feb 20:37

Choose a tag to compare

What's Changed

  • retry workflows grpc stream by @famarting in #66
  • Set low priority for scheduled runs by @castrodd in #70
  • Remove submodule, add proto file download script by @Copilot in #72
  • Add Azure-managed Durable Task support as separate npm package by @Copilot in #73
  • Set up E2E testing infrastructure aligned with durabletask-python by @Copilot in #74
  • Add pre-commit hook to run lint on staged files by @Copilot in #79
  • Client api support - Getinstances/listinstanceids by @YunchuWang in #78
  • Restart Instance by @YunchuWang in #80
  • Support retry handling when calling activity/suborchestrations by @YunchuWang in #77
  • Update dependencies, ESLint configuration, and add pull request template by @torosent in #81
  • Rewind client api by @YunchuWang in #84
  • NewGuid, SetCustomStatus, sendevent between orchestrations api support by @YunchuWang in #86
  • Add Logger interface, AzureLoggerAdapter, and fix gRPC client stop by @torosent in #85
  • Get Orchestration History by @YunchuWang in #88
  • Add tags support for activities, sub-orchestrations, and client APIs by @torosent in #89
  • Parent Orchestration Access For SubOrchestration by @YunchuWang in #92
  • Implement in-memory orchestration backend for testing by @YunchuWang in #94
  • Versioning, recursive terminating/purging, Replay safe logger by @YunchuWang in #93
  • Add OpenTelemetry distributed tracing example for Azure Managed DTS by @torosent in #95
  • Retry Handler Support when call activity or suborchestration by @YunchuWang in #96
  • Durable Entities Support by @YunchuWang in #75
  • Fix misleading tracer cache invalidation comment and simplify logic by @torosent in #97
  • Add samples and sample validation ci by @YunchuWang in #100
  • Release Process Update by @YunchuWang in #101
  • Refactor release preparation workflow and add automated changelog upd… by @YunchuWang in #102
  • Add release pipeline/doc + fix build pipeline by @YunchuWang in #103
  • Update release workflow documentation and remove automated PR creation step by @YunchuWang in #104
  • Refactor get latest release tag step to exclude current version and i… by @YunchuWang in #105

New Contributors

Full Changelog: v0.1.0-alpha.2...v0.1.0-beta.1

0.1.0-alpha.2

17 Sep 18:26
ad93993

Choose a tag to compare

v0.1.0-alpha.2

New

  • TLS connections support (#40)

Fixes

  • Fix a test case with a undefined result (#42)
  • Check async generator (#41)

v0.1.0-alpha.1

08 Jan 18:46

Choose a tag to compare

This is the first release of durabletask-js, it supports all basic patterns for durable task orchestration.