Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: think-root/content-alchemist

v3.6.3

11 May 13:42

Choose a tag to compare

3.6.3 (2026-05-11)

Bug Fixes

  • deploy: reduce container restart downtime (b3db3c3)

v3.6.2

11 May 13:07

Choose a tag to compare

3.6.2 (2026-05-11)

Bug Fixes

  • api: fall back when repository language is missing (c51b460)

v3.6.1

11 May 12:52

Choose a tag to compare

3.6.1 (2026-05-11)

Bug Fixes

  • db: migrate publish queue before indexing (9767290)

v3.6.0

11 May 12:36

Choose a tag to compare

3.6.0 (2026-05-11)

Features

  • queue: add publish-next promotion API (cc2e606)

v3.5.0

26 Jan 21:03

Choose a tag to compare

3.5.0 (2026-01-26)

Features

  • router: enhance manual generation with structured error details (7390f4b)

v3.4.0

25 Jan 17:20

Choose a tag to compare

3.4.0 (2026-01-25)

Bug Fixes

  • parser: hardcode API limit to 100 regardless of maxRepos param (1f043c1)
  • router: improve error handling for manual generation endpoint (1addf3c)

Features

  • config: add GitHub token environment variable (440a112)
  • parser: support GitHub token authentication for API requests (2f3d437)
  • router: limit auto-generation to maxRepos parameter (5bc0e39)

v3.3.0

25 Jan 08:41

Choose a tag to compare

3.3.0 (2026-01-25)

Features

  • parser: improve README fetching error handling with custom error types (9daee0c)
  • router: enhance error messages for missing README (8325d64)
  • router: handle README not found errors gracefully in auto-generation (26380a7)

v3.2.0

18 Jan 21:56

Choose a tag to compare

3.2.0 (2026-01-18)

Features

  • Implement granular response statuses for auto-generation and exponential backoff for parser retries. (deb82c0)

v3.1.0

12 Jan 17:14

Choose a tag to compare

3.1.0 (2026-01-12)

Features

  • parser: add English-only filter for repo descriptions (a3aeb8a)

v3.0.0

09 Jan 10:11

Choose a tag to compare

3.0.0 (2026-01-09)

Bug Fixes

  • database: update SQL queries to use ? placeholders (b6107c7)

  • db: update query syntax for SQLite compatibility (b38af90)

  • db: update SQL queries to use parameterized placeholders (18eb4f6)

  • db: update SQL query for compatibility (324c496)

  • db: update table name in count query (520f8e6)

  • parser: limit number of trending repos (d8b8b59)

  • update SQLite DB path and add volume for persistence (8c07bab)

  • feat(db)!: migrate from PostgreSQL to SQLite (e09212c)

Features

  • auto_generate: add input validation for resource, period, and since (9f68256)
  • config: add EnvWithDefault function (704dc49)
  • config: add SQLite DB path configuration (78e47c2)

BREAKING CHANGES

  • Migrate data from PostgreSQL to SQLite and update database initialization logic