v0.158.0

Zipstack/unstractv0.158.0Mar 9, 2026by gaya3-vijayakumar

AI Summary

A comprehensive update that improves application security, UI responsiveness, and data handling, while migrating feature flag infrastructure to Flipt v2.

Key Highlights

  • Added Secure attribute to CSRF cookie for better security
  • Changed HITL default TTL from unlimited to 90 days
  • Migrated Flipt v1 to v2 and fixed gRPC client bugs
  • Added error fallback for PDF viewer when document fails to load

New Features

  • CSRF security enhancement
  • HITL TTL configuration change
  • HubSpot integration plugin hooks for user journey tracking
  • Flipt v2 migration and gRPC client bug fixes

Full Release Notes

## What's Changed
* [FIX] Add Secure attribute to CSRF cookie by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/1832
* [FIX] Fix landing page right panel content clipping on laptop/tablet screens by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/1835
* [FIX] Show consistent empty state when search returns no results by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1827
* [FIX] Add error fallback for PDF viewer when document fails to load by @vishnuszipstack in https://github.com/Zipstack/unstract/pull/1781
* UN-3236 [FEAT]: Change HITL default TTL from unlimited to 90 days by @vishnuszipstack in https://github.com/Zipstack/unstract/pull/1796
* feat: Add HubSpot integration plugin hooks for user journey tracking by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/1806
* UN-3295 [FIX] Fix fsspec directory listing cache issue on connectors by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1826
* UN-3291 [FIX] Migrate Flipt v1 to v2 and fix gRPC client bugs for feature flags by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/1808


**Full Changelog**: https://github.com/Zipstack/unstract/compare/v1.57.1...v0.158.0