Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 800 Bytes

CHANGELOG.md

File metadata and controls

31 lines (16 loc) · 800 Bytes

Changelog

0.3.0

Minor Changes

  • b8571bb: Replace uuid npm library with native crypto API to generate Globally Unique Ids. Use SHAsum to reuse already executed Redis Server Script.

0.2.0

Minor Changes

  • 80a334e: Expose Lock Option Interface for Application to Consume and Extend. Security and Patch upgrades for the dependencies.

0.1.2

Patch Changes

  • 8935417: Fix TSup Build Configuration for DTS.

0.1.1

Patch Changes

  • ba3b254: Upgrade Dependencies

0.1.0

Initial Release

  • d138d50: Create a Distribute Locking Mechanism to access and execute operation over Shared Resources with Network Boundary in a Mutual Exclusion Region. This package relies on Redis to exist in the infrastructure and will broadcast locking information to all the consumers.