CHANGELOG.md
# Changelog
## [0.1.13](https://github.com/andrzej-mag/temporal_sdk_samples/compare/v0.1.12..v0.1.13) - 2026-03-16
### 🚀 Features
- Add Child Workflow sample - ([a176ae4](https://github.com/andrzej-mag/temporal_sdk_samples/commit/a176ae4f959966c72e0ac8d21fec282254e672ab))
- Add Replay Test sample - ([a70fa12](https://github.com/andrzej-mag/temporal_sdk_samples/commit/a70fa1246bf6f79f4c50bacdec0fa50743fbfb8d))
- Add Determinism Check sample - ([0a04c40](https://github.com/andrzej-mag/temporal_sdk_samples/commit/0a04c40cf0247034d1747994421c4530f1e78689))
- Improve Workflow Cancel sample - ([01e8ac5](https://github.com/andrzej-mag/temporal_sdk_samples/commit/01e8ac505cbd6bec05f4dbdb59a9c40d58c90a41))
- Add Workflow Cancel sample - ([1a855c9](https://github.com/andrzej-mag/temporal_sdk_samples/commit/1a855c9cca40a2c8af3689f92d419afd2cc52e27))
- Extend Replay Benchmark sample - ([8a2ed4f](https://github.com/andrzej-mag/temporal_sdk_samples/commit/8a2ed4fb5ff79c9ab96acb9251543fbcd381456c))
- Add Replay Benchmark sample - ([540bc47](https://github.com/andrzej-mag/temporal_sdk_samples/commit/540bc47418543c0e734f53f1637e66e2b4096c06))
- Add EagerExecution and PoolSize to workflow_benchmark - ([3dbd7d0](https://github.com/andrzej-mag/temporal_sdk_samples/commit/3dbd7d08f9405f22c0e7aedefb1bf63fbb7ccd00))
- Add Workflow Benchmark sample - ([b50b9dc](https://github.com/andrzej-mag/temporal_sdk_samples/commit/b50b9dcfce865fba917673982d4b193d62498476))
- Add Event Handler sample - ([1755778](https://github.com/andrzej-mag/temporal_sdk_samples/commit/1755778ff3454945504d26efbb3ee00ef8eb3fa7))
- Add worker_benchmark sample - ([3543d51](https://github.com/andrzej-mag/temporal_sdk_samples/commit/3543d515f73c77e5309fcae20147504745c40b53))
### 🐛 Bug Fixes
- Fix Determinism Check sample var names - ([a697c44](https://github.com/andrzej-mag/temporal_sdk_samples/commit/a697c44615e7b927495540b035c2771a25fc495e))
- Fix replay_benchmark sample - ([98e8853](https://github.com/andrzej-mag/temporal_sdk_samples/commit/98e8853d02257a760820a6a79660b5d76d24ee3c))
### ⚙️ Miscellaneous
- Add elixirc_options: [warnings_as_errors: true] - ([23a8bcf](https://github.com/andrzej-mag/temporal_sdk_samples/commit/23a8bcfb1cfae73c51cff14f1ce430a7a0db9a5d))
- Improve Worker Benchmark sample - ([b549bf1](https://github.com/andrzej-mag/temporal_sdk_samples/commit/b549bf1f8e8b899023e7713b4000e087c3185218))
- Add TODO.md - ([7c19938](https://github.com/andrzej-mag/temporal_sdk_samples/commit/7c199386c1dede0339b4c5817bb37183a6507055))
## [0.1.12](https://github.com/andrzej-mag/temporal_sdk_samples/compare/v0.1.11..v0.1.12) - 2026-02-09
### 🚀 Features
- Add codec opts to payload_codec - ([f5c37ab](https://github.com/andrzej-mag/temporal_sdk_samples/commit/f5c37abe28a734a404aa68c84cf6b0ea5e7aabcf))
- Add Payload Codec sample - ([4cb954d](https://github.com/andrzej-mag/temporal_sdk_samples/commit/4cb954d48685bfd21cb7cf44b816cc165852ba2b))
### 🐛 Bug Fixes
- Fix hello_world sample - ([ddacb2b](https://github.com/andrzej-mag/temporal_sdk_samples/commit/ddacb2bb831915fb427a0cf7fe34f5bd0ae13afe))
- Fix HelloWorld sample - ([bf7e406](https://github.com/andrzej-mag/temporal_sdk_samples/commit/bf7e4066362faa982f5b8e75019afb8610ce2fdd))
### 🚜 Refactor
- Rename payload_codec to payload_converter - ([8c7eadf](https://github.com/andrzej-mag/temporal_sdk_samples/commit/8c7eadf3cc54720b40ea6129ed7a3193c484d4af))
### ⚙️ Miscellaneous
- Bump SDK to v0.1.15 - ([0173242](https://github.com/andrzej-mag/temporal_sdk_samples/commit/017324244de3408e53837347db58c1171c3d6825))
## [0.1.11](https://github.com/andrzej-mag/temporal_sdk_samples/compare/v0.1.1..v0.1.11) - 2026-01-16
### 🚀 Features
- Add rate limiter sample - ([f6bf1e9](https://github.com/andrzej-mag/temporal_sdk_samples/commit/f6bf1e9456f5e25e585f6097c74a000e4bef2e12))
### 🐛 Bug Fixes
- Elixir @external_resource docs fix - ([ef7bd72](https://github.com/andrzej-mag/temporal_sdk_samples/commit/ef7bd72fc137be3ec7b7a377c1731a09d379b69e))
- Fix Saga sample - ([0fe6f5f](https://github.com/andrzej-mag/temporal_sdk_samples/commit/0fe6f5f647b5c0cc5de04bc390068a29b995ded6))
- Update hex package description - ([018995d](https://github.com/andrzej-mag/temporal_sdk_samples/commit/018995dd93b63eeb125eac48dbc95160528d2de4))
### 📚 Documentation
- Improve signal_parallel_handler docs - ([23413e7](https://github.com/andrzej-mag/temporal_sdk_samples/commit/23413e7dd2c5d2a0a96b9cac64ff38cac8011744))
- Improve rate limiter docs - ([cb8c894](https://github.com/andrzej-mag/temporal_sdk_samples/commit/cb8c894a7652f8e81cce43f95023c788f705b639))
- Improve README - ([bc8b069](https://github.com/andrzej-mag/temporal_sdk_samples/commit/bc8b06955629af7e9596ef3d73305175e0037b8d))
## [0.1.1](https://github.com/andrzej-mag/temporal_sdk_samples/compare/v0.1.0..v0.1.1) - 2025-11-26
### 🚀 Features
- Support for Elixir - ([7376d0f](https://github.com/andrzej-mag/temporal_sdk_samples/commit/7376d0f19fa09d72eed321111c9133d7d1e1ae09))
### 📚 Documentation
- Update README Requirements - ([8e1d3bd](https://github.com/andrzej-mag/temporal_sdk_samples/commit/8e1d3bd6004cf50c82db13bde628c605b521f25c))
### ⚙️ Miscellaneous
- Add hex_release script - ([5d64ad8](https://github.com/andrzej-mag/temporal_sdk_samples/commit/5d64ad878d2b2cc4d403c14e58d3708f6bcd1add))
- Fix temporal_sdk deps - ([9bcc01e](https://github.com/andrzej-mag/temporal_sdk_samples/commit/9bcc01eed94d6b1317b38b019664f761a92d0278))
- Ignore elp E1599 - ([6a987bf](https://github.com/andrzej-mag/temporal_sdk_samples/commit/6a987bf3148706eab07d1fb0d3dcd651c9b704c4))
## [0.1.0] - 2025-11-06
### 💼 Other
- Fix LICENSE file ext - ([de6f7d2](https://github.com/andrzej-mag/temporal_sdk_samples/commit/de6f7d2f1372d242ed4d5ddd9260dfc5e062b16b))
- Update rebar.lock - ([3216e89](https://github.com/andrzej-mag/temporal_sdk_samples/commit/3216e89310105f68230981ed57dbd20d63193441))
- Refactor signal_parallel_handler - ([945714c](https://github.com/andrzej-mag/temporal_sdk_samples/commit/945714cdd857ed05f2036d180bff0abfc1013e21))
- Refactor signal_parallel_handler - ([d0a7b50](https://github.com/andrzej-mag/temporal_sdk_samples/commit/d0a7b50d4517e189ad872b2f00af33062f921a20))
- Refactor signal_simple - ([cc22b7e](https://github.com/andrzej-mag/temporal_sdk_samples/commit/cc22b7e68c1a8429af0bfa5d4621a851c0ae3f35))
- Initial commit - ([119c5a2](https://github.com/andrzej-mag/temporal_sdk_samples/commit/119c5a2c29ee16dc3d76f62fd22e415315d2797f))