Added
- Added support for GCP Pub Sub.
Changed
mirrord upnow rejects unknown fields inmirrord-up.yamlto catch typos
in configuration.mirrord upnow reports a clear error whenmirrord-up.yamlis missing,
with help text on how to specify a custom path.
Fixed
- Fixed Windows DNS hook error reporting so DNS lookup failures now return the
correct WinSock error, for exampleWSAHOST_NOT_FOUNDcode11001, instead
of surfacing unrelated errors likeERROR_INVALID_HANDLEwithos error 6. - Fixed a Node/libuv crash when mirrord's Unix
getaddrinfohook returned a
non-EAI_*error after remote DNS found no records. - Fixed example in
agent.image_pull_secretsconfiguration docs to usename
instead ofsecret-key. - Fixed local
Rediscontainers/processes not being cleaned up. - mirrord now expands templates inside the root
keyfield, so you can derive
session keys from expressions like{{ get_env(...) }}in the config file.