---
title: Changelog
description: Track baseline releases and documentation changes across the Polaris Labs product suite.
url: https://pr-17-c0fdf0ef9f59.thally.app/changelog
---

# Changelog

Track baseline releases and documentation changes across the Polaris Labs product suite.

## Drift 0.4.0

- New `stats()` method on every store and namespace view returns a
  `DriftStoreStats` snapshot with `liveEntries`, `expiringEntries`,
  `maxEntries`, and `availableEntries`. The snapshot reclaims expired entries
  first and never changes LRU recency.
- `stats()` is intentionally store-wide even when called on a namespace,
  because all namespaces share one backing store and capacity budget.
- For unlimited stores (no `maxEntries`), both `maxEntries` and
  `availableEntries` are `undefined`.
- Updated the [store method reference](/api/store-methods),
  [Drift concepts](/drift/concepts), and
  [Using namespaces](/guides/using-namespaces) to cover `stats()` and the new
  `DriftStoreStats` type.

## Flagpole 1.1.0

- New public `GET /ready` deployment probe returns
  `{ "status": "ready", "version": "1.1.0" }` without credentials, joining
  `GET /health` and `GET /version` as unauthenticated service probes.
- All service probes now report version `1.1.0`.
- Updated the [API overview](/api/introduction),
  [API reference](/guides/flagpole-api), [quickstart](/flagpole/quickstart),
  [configuration](/customization), and [OpenAPI spec](/api) to reflect the
  new endpoint and version.

## Documentation baseline

The first suite-wide baseline documents both current product releases and the
workflow that combines them.

- Flagpole `1.0.0`: health and version probes, paginated flag reads, status
  and rollout projections, percentage rollouts, tags, history, environments,
  and webhook delivery records.
- Drift `0.2.0`: typed stores, TTL and LRU behavior, persistence, namespaces,
  lifecycle events, collection reads, batches, rollback-on-error
  transactions, and (from `0.4.0`) capacity snapshots via `stats()`.
- Shared guide: cache Flagpole evaluation responses in Drift with a short TTL.

Future entries should describe the reader-visible result and link to the
updated concept, guide, or reference page.