> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/changelog/aug-2026/readme.md).

# Aug 11, 2026 - v1.102.0

## August 11, 2026 - v1.102.0 Changelog

### Sources & Destinations

**Syslog:**

* Octet counting (RFC 6587 framing) now available for RFC 3164, previously RFC 5424 only

**REST API:**

* OAuth 2.0 endpoint parameters can now be marked sensitive via a companion Sensitive Endpoint Params field, masking secrets in the UI and storing them as secrets

**Host Metrics:**

* Metric filtering now correctly re-enables scraper metrics that the collector disables by default

### Processors

**Case-insensitive conditions:**

* New match-case toggle in the condition builder
* Folds both sides of Equals, Not Equals, Starts With, Ends With, and Contains comparisons
* Applies the case-insensitive flag to regex matching
* Numeric, type-check, and existence operators unaffected

**Single-quote handling:**

* Conditions and field values containing apostrophes no longer produce invalid YAML
* Fixed in Add Fields, Delete Fields, Extract Metric, Filter by Condition, Filter by Severity, Parse Severity, and Google SecOps Standardization

**Additional improvements:**

* Deduplicate Logs excluded from live preview, since its time-window behavior cannot be represented in a preview
* Rendering no longer fails on configurations containing empty processor entries

### Blueprints

**Rebuilt blueprints:**

* Palo Alto Threat, Traffic, and Full Logs bundles reworked into true PAN-OS CSV parsers
* FortiGate security log enrichment now parses `key=value` payloads
* Splunk to Splunk Observability reworked into a general Splunk normalizer
* Elasticsearch Syslog Optimization rebuilt around the Syslog source

**Library fixes:**

* Repaired broken OTTL in ClickHouse Kubernetes Cluster Events
* Removed a redundant batch processor from Reduce Cluster Controller Noise
* Backfilled telemetry examples for CloudTrail reduction, ClickHouse ingestion hygiene, and Windows event deduplication so previews show representative data

### Configurations

**Graph and editor fixes:**

* Correct alignment when a configuration has only one source or only one destination
* Additional padding around the configuration graph
* Reliable ID assignment for routes
* Draft configurations show the Publish action even when no agents are assigned

### Other Notable Updates

* New server version notifications alert administrators to newer releases, opt-in via `serverUpgrade.enabled`
* Bindplane Dynatrace Edition adds a project-to-environment mapping editor, a direct login route for new accounts, an account picker that defaults to and labels the last-used account, and forced reauthentication when switching organizations across the Dynatrace boundary
* Organization and Project IDs displayed on the settings screens
* Google SecOps pipeline permissions now work for project-scoped users


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/changelog/aug-2026/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
