# May 9, 2025 - v1.90.1

{% hint style="danger" %}
**WARNING**

🚧 Postgres permission requirements have changed.

Execute the following on your Postgres database before performing the upgrade to v1.90.1.

```sql
GRANT CREATE ON DATABASE <database name> TO <database user>
```

{% endhint %}

## New Features

* Update [Splunk Observability Cloud destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/splunk-observability-cloud.md) to support au0, eu1, eu2 regions
* [IIS source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/microsoft-iis.md)
  * Optimize filelog receiver configuration to improve performance
  * Add start\_at parameter defaulting to end
* [OTLP source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/opentelemetry-otlp.md) add cross-origin resource sharing configuration
* New [Windows Event Trace source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/windows-event-trace-etw.md)
* New [Crowdstrike FDR source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/crowdstrike-fdr.md)
* New Object Storage Batch processor recommendation
* CLI: Add ability to delete agents with selector or query
* Config: User configurable [Postgres schema](https://github.com/observIQ/bindplane-docs/blob/main/configuration/bindplane/README.md#postgres)
* Allow collector telemetry port to be specified in Advanced Configuration, defaulting to `8888`
* UI: Prevent collectors from attaching to configurations with incompatible components
* UI: Theming overhaul
* Configuration V2 is considered stable and generally available

## Bug Fixes

* User Invites: Fix valid email regex
* Prevent large V2 configs from growing out of view
* Prevent long org names from overflowing elements

## Misc

* Upgrade to Prometheus v3
* [SecOps destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/google-secops-chronicle.md)
  * Update default timeout to 90 seconds
  * Increase default override request size limit to 4MB
* [OTLP source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/opentelemetry-otlp.md): Increase default max request size to 20 MiB

### Prometheus v3

Bindplane ships with Prometheus v3 as of release v1.90.1. Prometheus is used for storing agent\
throughput and health metrics. You can learn more about Bindplane's use of Prometheus [here](https://github.com/observIQ/bindplane-docs/blob/main/production-checklist/bindplane/high-availability/prometheus/README.md).

Stand-alone installations of Bindplane will receive Prometheus v3 when upgrading to Bindplane v1.90.1+. If you are operating Bindplane in [High Availability](https://github.com/observIQ/bindplane-docs/blob/main/production-checklist/bindplane/high-availability/README.md) you will need to upgrade your Prometheus instance yourself. See the [Prometheus Installation](https://github.com/observIQ/bindplane-docs/blob/main/production-checklist/bindplane/high-availability/prometheus/installation.md) documentation for details.

{% hint style="info" %}
**NOTE**

Bindplane does not require Prometheus v3 to function. You can upgrade Bindplane before upgrading\
Prometheus. It is recommended to upgrade Prometheus to ensure you are receiving the latest build\
for bug and security fixes.
{% endhint %}
