You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added mirrord queues (alias mirrord qs) to browse the status of active
queue-splitting sessions, including each session's phase, target, the queues
resolved from the target, and which target pods are patched and ready.
Added a list form for the split_queues config so the same queue id can be
used more than once across different broker types.
Added support for DynamoDB database branches, including empty and all
copy modes and IAM-based authentication for reading source tables.
Fixed
Fixed a use-after-free in the macOS getifaddrs hook (used when hide_ipv6_interfaces is enabled) that could make applications see garbage
interface addresses and fail DNS resolution.