What's Changed
Exciting New Features 🎉
- Add support for 'exec' command to run shell commands by @mortymacs in https://github.com/wait4x/wait4x/pull/417
Enhancements 🚀
- Update README.md by @atkrad in https://github.com/wait4x/wait4x/pull/420
- Fix lint issues by @atkrad in https://github.com/wait4x/wait4x/pull/433
- Improve TCP cmd test coverage by @atkrad in https://github.com/wait4x/wait4x/pull/434
- Improve MySQL CMD test coverage by @atkrad in https://github.com/wait4x/wait4x/pull/436
- Improve "contextutil" test coverage by @atkrad in https://github.com/wait4x/wait4x/pull/437
Bug Fixes 🐛
- Fix request header initialization by @atkrad in https://github.com/wait4x/wait4x/pull/427
- Fix [#423]: Fix build commit hash and slug by @atkrad in https://github.com/wait4x/wait4x/pull/438
Dependency Updates ⬆️
- Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot in https://github.com/wait4x/wait4x/pull/419
- Bump alpine from 3.21 to 3.22 in the docker group by @dependabot in https://github.com/wait4x/wait4x/pull/424
- Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4 by @dependabot in https://github.com/wait4x/wait4x/pull/425
- Bump go.temporal.io/api from 1.49.1 to 1.50.0 by @dependabot in https://github.com/wait4x/wait4x/pull/426
- Bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 by @dependabot in https://github.com/wait4x/wait4x/pull/429
Documentation improvements
- Resolve [#115]: Add Go install instructions to README by @atkrad in https://github.com/wait4x/wait4x/pull/421
- Improve advanced features documentation by @atkrad in https://github.com/wait4x/wait4x/pull/422
- Add more examples in the HTTP document by @mortymacs in https://github.com/wait4x/wait4x/pull/418
Full Changelog: https://github.com/wait4x/wait4x/compare/v3.3.1...v3.4.0