Added
- Add S3 bucket branching.
{"type": "s3", "source": {"params": {"bucket": "MY_BUCKET_ENV_VAR"}}}
gives the session a branch S3 bucket, cloned in the provider's cloud. The
branch bucket can be seeded empty,
with all objects, or with the objects matching a list of configured regular
expressions. - Keep database branch port forwards alive while another local mirrord session
is
using them. Sessions attach to a shared local forward, and the forward closes
automatically after the last session exits or crashes.
Changed
- Adds support for JSON output for
db-branches connectionscommand. - Improve some certificate error messages when starting a session with the
operator.
Fixed
- Added
JB_IDE_PORTto the ignored debugger ports. - Fixed a bug where the agent could scramble data in tunneled outgoing
connections.