# Tenzir Node v5.12.1

We fixed two bugs in the `to_google_secops` and `to_amazon_security_lake` operators.

## 🐞 Bug Fixes

### Assertion failures in `to_google_secops`

Aug 6, 2025 · [@raxyte](https://github.com/raxyte) · [#5411](https://github.com/tenzir/tenzir/pull/5411)

The `to_google_secops` operator failed assertions when a batch of data was missing `log_type` or if no input was received for longer than `batch_timeout`.

### Fixed handling of `time` in `to_amazon_security_lake`

Aug 5, 2025 · [@IyeOnline](https://github.com/IyeOnline) · [#5409](https://github.com/tenzir/tenzir/pull/5409)

Previously events with a `null` value for the OCSF `time` field would incorrectly be written to some partition in the lake. In rare circumstances, this could also cause a crash.

The operator now correctly skips events without a valid `time`.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v5.12.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v5.12.1)