Skip to content

0.11.6

Compare
Choose a tag to compare
@polaroi8d polaroi8d released this 09 Apr 11:57
· 55 commits to develop since this release

What's Changed

We are excited to announce the latest improvements and features to dyrector.io platform 0.11.6 release is out. This release focuses on enhancing stability, fixing bugs, and introducing a new feature to improve your experience.

  • Improved the release process by checking existing branches more effectively, ensuring a smoother operation and integration process (PR #947 by @polaroi8d).
  • Addressed an issue where watching container statuses could hang, along with a fix in the JWT payload for better security and reliability (PR #948 by @m8vago).
  • Refined the Makefile mechanisms at the release task to prevent any potential disruptions during deployment (PR #951 by @polaroi8d).
  • Enhanced testing for the container status watching functionality to ensure reliability and performance under various conditions (PR #949 by @m8vago).
  • Introduced a new environment variable to set gRPC maxReceiveMessageLength, allowing for greater flexibility and performance optimization in data-intensive operations (PR #950 by @m8vago).

For detailed information on these updates, including code snippets and discussions, please refer to the linked pull requests on our GitHub repository. Thank you all contributors who made this release possible.

Commits:

  • fix: check existing branches in make release by @polaroi8d in #947
  • fix: watch container status hanging, jwt payload by @m8vago in #948
  • test: watch container status hanging by @m8vago in #949
  • feat(crux): add an env to set grpc maxReceiveMessageLength by @m8vago in #950
  • fix: fix the Makefile mechanisms at release task by @polaroi8d in #951

Full Changelog: 0.11.5...0.11.6