Skip to content

Releases: clappingmonkey/Deplexity

v0.2.2

30 May 14:04
82c2709

Choose a tag to compare

0.2.2 (2026-05-30)

Bug Fixes

  • ci: add --repo flag to gh commands in auto-approve workflow (217db79)
  • ci: add RENOVATE_REPOSITORIES to renovate workflow (50f0792)
  • ci: allow bazel lockfile updates and add repo labels (f6cffcd)
  • ci: use PAT for auto-approve instead of GitHub App token (fad7414)
  • deps: update module github.com/gpdf-dev/gpdf to v1.0.11 (#4) (5be7a0f)
  • deps: update module golang.org/x/net to v0.55.0 (#8) (93e9f2d)

v0.2.1

30 May 11:18
6c7cb35

Choose a tag to compare

0.2.1 (2026-05-30)

Bug Fixes

  • ci: add platforms dep to MODULE.bazel for cross-compilation (8a8068e)

v0.2.0

30 May 11:00
e182cae

Choose a tag to compare

0.2.0 (2026-05-30)

Features

  • add adaptive rate limiting, network retries, and duplicate detection (e368595)
  • add Bazel 9 build system, CLI entrypoint, and unit tests (dde7d97)
  • add chrome TLS fingerprint, verbose mode, and thread pagination (3277c72)
  • add progress output, Ctrl+C support, and elapsed time (ac93457)
  • copy thread files into space folders during export (787c68e)
  • switch to list_ask_threads API and add spaces endpoint (0d8f521)
  • two-phase resumable export with cached thread index (d7da37b)

Bug Fixes

  • add cmd/deplexity to repo (was excluded by gitignore) (8543180)
  • add retry with backoff for 429/502/503/504 and fix pagination limit (8ee833b)
  • eliminate cookie validation warnings by setting raw Cookie header (16f802c)
  • populate space thread_uuids and omit zero created_at (3062972)
  • resolve PDF hang on long URLs and spurious exit message (7c74141)
  • use pointer for Space.CreatedAt to properly omit zero time (bf50ca9)

Documentation

  • add README for public OSS release (34180fb)
  • clarify Ctrl+C behavior and signal handling pattern (f90b121)
  • update LICENSE copyright holder name (9ca3273)
  • update README and AGENTS with PDF source format and signal handling changes (07759b7)
  • update README and AGENTS.md with current architecture (0507eec)
  • update README and AGENTS.md with space folder structure (8f721f6)