Skip to content

Latest commit

 

History

History
149 lines (95 loc) · 9.78 KB

CHANGELOG.md

File metadata and controls

149 lines (95 loc) · 9.78 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


1.3.0 - 2025-02-08

Miscellaneous Chores

  • (deps) update duckduckgo-ai-chat to v3.2.0 - (786f779) - Mumulhl
  • (deps) update @hono/hono to v4.7.0 and hono-rate-limiter to v0.4.2 - (f131239) - Mumulhl

Refactoring

  • update model ownership information - (71b5a6e) - Mumulhl

1.2.0 - 2025-02-06

Features

  • add o3-mini - (aff954b) - Mumulhl

Miscellaneous Chores

  • add deno check workflow - (610db63) - Mumulhl
  • fix deno check workflow - (8337172) - Mumulhl
  • add limit to deno workflow - (76d2120) - Mumulhl
  • update denoland/setup-deno action to v2 - (0dee56e) - Mumulhl

1.1.0 - 2024-08-12

Bug Fixes

  • change --unstable flag to --unstable-cron - (f8a7d45) - Mumulhl

Documentation

  • add render deploy - (d998118) - Mumulhl
  • update readme - (f66c423) - Mumulhl
  • add badges - (3112446) - Mumulhl

Features

  • add /v1/models - (ac921d5) - Mumulhl

Miscellaneous Chores

  • support render deploy - (a76eb35) - Mumulhl
  • update lockfile - (f4c345d) - Mumulhl
  • release v1.1.0 - (0bb8f4c) - Mumulhl

Refactoring

  • optimize code structure - (c36734e) - Mumulhl

1.0.2 - 2024-08-10

Documentation

  • add Docker build to readme - (9a99ae8) - Mumulhl

Miscellaneous Chores

  • support docker build - (83e5036) - Mumulhl
  • add docker workflow - (886ce38) - Mumulhl
  • change port in Dockerfile - (eb55b55) - Mumulhl
  • release v1.0.2 - (e4b115d) - Mumulhl

1.0.1 - 2024-08-09

Bug Fixes

  • remove import specifier from code - (a8e1837) - Mumulhl
  • try to fix import path no prefixed with ... - (7abcde2) - Mumulhl

Documentation

Miscellaneous Chores

  • update duckduckgo-ai-chat to 3.0.0 - (a7730cd) - Mumulhl
  • release v1.0.1 - (5823950) - Mumulhl

Refactoring

  • error handling and connection management (#1) - (4b59309) - Le Minh Quan

Revert

  • fix: try to fix import path no prefixed with ... - (84178ab) - Mumulhl
  • style: remove scope - (46e2a9d) - Mumulhl
  • fix: remove import specifier from code - (bb36564) - Mumulhl

Style

  • remove scope - (f2abf0a) - Mumulhl

[1.0.0] - 2024-08-03

Bug Fixes

  • relative import path - (2aae6f7) - Mumulhl
  • relative import path - (cea3a07) - Mumulhl
  • add prefix - (f4268b7) - Mumulhl
  • add type - (3005f19) - Mumulhl
  • cache bugs - (36a24d2) - Mumulhl
  • delete console.log - (184aa51) - Mumulhl
  • import specifier - (75330fc) - Mumulhl
  • import specifer - (9d36f64) - Mumulhl
  • delete deploy from deno.json - (109b6ae) - Mumulhl
  • add --unstable to deno.json - (d655e60) - Mumulhl

Documentation

  • add deploy methods - (42cada0) - Mumulhl
  • add clone repo - (c86cae6) - Mumulhl
  • add Deno Deploy web - (4b04486) - Mumulhl
  • add configuration - (26704b4) - Mumulhl
  • add --unstable flag - (fef67a1) - Mumulhl

Features

  • support stream - (6c84ca4) - Mumulhl
  • support vercel deploy - (b16bf0f) - Mumulhl
  • add clean cache - (09ff3b0) - Mumulhl

Miscellaneous Chores

  • initialize - (9339454) - Mumulhl
  • update deno.lock - (fb5f8de) - Mumulhl
  • release v1.0.0 - (f7a7b26) - Mumulhl

Revert

  • feat: support vercel deploy - (700f166) - Mumulhl

Style

  • optimize stream code - (c352102) - Mumulhl
  • optimize stream code - (b40d750) - Mumulhl
  • optimize cache - (e4724b1) - Mumulhl