Current section

Files

Jump to
temporal_sdk CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [0.1.12](https://github.com/andrzej-mag/temporal_sdk/compare/v0.1.11..v0.1.12) - 2025-12-17
### πŸš€ Features
- [**breaking**] Improve SDK telemetry - ([e41b83e](https://github.com/andrzej-mag/temporal_sdk/commit/e41b83e535c38d5d3ab98177e49c8c23f64cc7da))
- Improve cluster sup telemetry - ([37e1cee](https://github.com/andrzej-mag/temporal_sdk/commit/37e1cee1da06df38e4ea4bfcbbd6f04f3645bd8f))
### πŸ› Bug Fixes
- Error handling in node sup - ([a4fbd6e](https://github.com/andrzej-mag/temporal_sdk/commit/a4fbd6ed2fe3a23adff1e793c06f3ed7df0d0af4))
### 🚜 Refactor
- Rename [worker, terminate] to [worker, stop] - ([d2d37d2](https://github.com/andrzej-mag/temporal_sdk/commit/d2d37d234836195e0c06d0b1a52b313274e07af2))
- Rename SDK node scope Partitions to Shards - ([988bc9d](https://github.com/andrzej-mag/temporal_sdk/commit/988bc9d1284bd2157631a17e78dfce284fa3cc49))
- [**breaking**] Rename temporal_sdk_cluster:is_alive/1 to is_ready - ([6533298](https://github.com/andrzej-mag/temporal_sdk/commit/6533298ba961e1e71529c741148b0aa41d1dcd38))
- Improve node supervisor - ([69c4350](https://github.com/andrzej-mag/temporal_sdk/commit/69c43509ff2fcd037cdbe5f450d3b0d135700a8e))
### πŸ“š Documentation
- Improve Quick Start example - ([6ab2a7a](https://github.com/andrzej-mag/temporal_sdk/commit/6ab2a7a3024c282b6913ffb9d910b28ffb26fb21))
- Add SDK node type docs - ([caf128a](https://github.com/andrzej-mag/temporal_sdk/commit/caf128ae7ab29eb05abb8a6197d82356abab0a73))
- Improve architecture.md - ([8fd324d](https://github.com/andrzej-mag/temporal_sdk/commit/8fd324d85dcd8c32c3b7bf8c19fdc5a8a2df1190))
- Add architecture.md - ([b4ecca4](https://github.com/andrzej-mag/temporal_sdk/commit/b4ecca4005fbefb264a05e567e93941d0b7e140a))
- Improve README.md - ([e96e6f4](https://github.com/andrzej-mag/temporal_sdk/commit/e96e6f4cc0a18e91dce6f27b2343cafc3a8c8741))
### βš™οΈ Miscellaneous
- Add AGENTS.md - ([d5c2a95](https://github.com/andrzej-mag/temporal_sdk/commit/d5c2a950ec188f895d386731eee975933e730303))
## [0.1.11](https://github.com/andrzej-mag/temporal_sdk/compare/v0.1.1..v0.1.11) - 2025-11-26
### πŸ› Bug Fixes
- Fix hex package config - ([3ac4ecb](https://github.com/andrzej-mag/temporal_sdk/commit/3ac4ecb966991a79844e9b1685ce71aa271211c2))
## [0.1.1](https://github.com/andrzej-mag/temporal_sdk/compare/v0.1.0..v0.1.1) - 2025-11-26
### πŸš€ Features
- Additional Elixir wrapper modules - ([f37d50e](https://github.com/andrzej-mag/temporal_sdk/commit/f37d50e1f548544dcbd214ec8860d50632323103))
- Support for Elixir - ([afa1049](https://github.com/andrzej-mag/temporal_sdk/commit/afa1049659051ca8346f9093c18f749b15c5390d))
### πŸ“š Documentation
- Update README - ([04f0aa1](https://github.com/andrzej-mag/temporal_sdk/commit/04f0aa137ec81b34259d7b9622867f419ccb2d4c))
- Remove redundant Requirements - ([7e14c92](https://github.com/andrzej-mag/temporal_sdk/commit/7e14c92cc90e038e6a208a9bcff2f05b644ffea2))
- Add Requirements section - ([fe31fce](https://github.com/andrzej-mag/temporal_sdk/commit/fe31fce3f3ad54eabbd92572eaad6eb3baf4128d))
- Update README - ([97f78bc](https://github.com/andrzej-mag/temporal_sdk/commit/97f78bcb7e46952b508dc33683d095d576715f23))
- Add guides - ([a98cb8c](https://github.com/andrzej-mag/temporal_sdk/commit/a98cb8c64c8b1e55f7ea4e8b5ce7bbd77c60ed46))
- Fix hello_world_workflow.ex - ([7090d4e](https://github.com/andrzej-mag/temporal_sdk/commit/7090d4e2f44e3daaf4330952650f17ce98110ebb))
### βš™οΈ Miscellaneous
- Fix hex_release - ([08ef27e](https://github.com/andrzej-mag/temporal_sdk/commit/08ef27e0e6e92144173c3a5705fb606e771c3e62))
- Add hex_release script - ([d0d67e0](https://github.com/andrzej-mag/temporal_sdk/commit/d0d67e0b821b8fbdaff1953fe4bcb7711c44095c))
- Simplify some md docs paths - ([ec84e71](https://github.com/andrzej-mag/temporal_sdk/commit/ec84e71a9054c841cb9eb17a5a9e872e57eca021))
- Ignore elp E1599 - ([2fcba75](https://github.com/andrzej-mag/temporal_sdk/commit/2fcba75ec71f128434fbf6d9d5889c014a8d517b))
- Separate shared md docs - ([2910481](https://github.com/andrzej-mag/temporal_sdk/commit/2910481ef234d3520505eb9d51eacc3aeeb7361b))
- Refactor SDK modules layout - ([d92a6f0](https://github.com/andrzej-mag/temporal_sdk/commit/d92a6f0779ae12fc44681222a2d776b869d896c3))
## [0.1.0] - 2025-11-06
### πŸ’Ό Other
- Fix hexpm license identifier - ([6a8bd32](https://github.com/andrzej-mag/temporal_sdk/commit/6a8bd324f5f6242e21ad9ef83813447dd16f6b2e))
- Update README - ([f4530d9](https://github.com/andrzej-mag/temporal_sdk/commit/f4530d9c987ede05da128f8d83c2be96d3017742))
- Initial commit - ([b4ba58f](https://github.com/andrzej-mag/temporal_sdk/commit/b4ba58f380ac4ee5383e74b8b247bc236e83468b))