Skip to content

Latest commit

 

History

History
234 lines (131 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

234 lines (131 loc) · 17.2 KB

Changelog

1.11.0 (2024-05-27)

Features

Enhancements

  • ai-test: skip prompts for which result exists (#490) (38a4c2d)

Build

  • deps: bump actix-web from 4.5.1 to 4.6.0 (#506) (6fdf3dc)
  • deps: bump anyhow from 1.0.83 to 1.0.86 (#505) (7a0bdb8)
  • deps: bump itertools from 0.12.1 to 0.13.0 (#504) (4da2943)
  • deps: bump serde from 1.0.201 to 1.0.202 (#501) (861f9fa)
  • deps: bump serde from 1.0.202 to 1.0.203 (#508) (f72a9ca)
  • deps: bump tiktoken-rs from 0.5.8 to 0.5.9 (#503) (953edfc)

1.10.0 (2024-05-15)

Features

  • ai-help: switch to text-embedding-3-small model (#459) (9b65676)

Build

  • deps: bump anyhow from 1.0.80 to 1.0.82 (#485) (dce448c)
  • deps: bump anyhow from 1.0.82 to 1.0.83 (#497) (cdd4a56)
  • deps: bump base64 from 0.22.0 to 0.22.1 (#495) (75449ba)
  • deps: bump cadence from 1.2.0 to 1.3.0 (#470) (7ffcfe8)
  • deps: bump cadence from 1.3.0 to 1.4.0 (#494) (ffb9c92)
  • deps: bump chrono from 0.4.34 to 0.4.37 (#457) (6b79a11)
  • deps: bump chrono from 0.4.37 to 0.4.38 (#483) (24cc08f)
  • deps: bump diesel from 2.1.4 to 2.1.5 (#467) (58eef65)
  • deps: bump diesel from 2.1.5 to 2.1.6 (#486) (29a21a7)
  • deps: bump hostname from 0.3.1 to 0.4.0 (#482) (99bde57)
  • deps: bump jsonwebtoken from 9.2.0 to 9.3.0 (#468) (dc62b60)
  • deps: bump octocrab from 0.34.1 to 0.37.0 (#456) (e5d7ab3)
  • deps: bump octocrab from 0.37.0 to 0.38.0 (#479) (0a642bd)
  • deps: bump pgvector from 0.2.2 to 0.3.2 (#403) (cefcdcb)
  • deps: bump regex from 1.10.3 to 1.10.4 (#465) (cd21515)
  • deps: bump rustls from 0.21.10 to 0.21.11 (#476) (fc1cf4d)
  • deps: bump sentry from 0.32.2 to 0.32.3 (#487) (62aa849)
  • deps: bump sentry-actix from 0.32.2 to 0.32.3 (#478) (55fcbc3)
  • deps: bump serde from 1.0.197 to 1.0.198 (#481) (7557685)
  • deps: bump serde from 1.0.198 to 1.0.199 (#493) (999e16a)
  • deps: bump serde from 1.0.199 to 1.0.200 (#496) (e59c206)
  • deps: bump serde from 1.0.200 to 1.0.201 (#499) (e54df1e)
  • deps: bump serde_json from 1.0.114 to 1.0.116 (#489) (14e8603)
  • deps: bump serde_json from 1.0.116 to 1.0.117 (#498) (0de3421)
  • deps: bump serde_path_to_error from 0.1.15 to 0.1.16 (#488) (641bd7b)
  • deps: bump serde_with from 3.6.1 to 3.7.0 (#484) (17d23f9)
  • deps: bump serde_with from 3.7.0 to 3.8.0 (#491) (6cf0431)
  • deps: bump serde_with from 3.8.0 to 3.8.1 (#492) (b96e4da)
  • deps: bump serde_yaml from 0.9.32 to 0.9.34+deprecated (#471) (5ccd4f0)
  • deps: bump sqlx from 0.7.3 to 0.7.4 (#473) (4940081)
  • deps: bump tokio from 1.36.0 to 1.37.0 (#469) (63f51e0)
  • deps: bump uuid from 1.7.0 to 1.8.0 (#464) (da5eb6b)
  • deps: bump validator from 0.16.1 to 0.18.0 (#462) (d1d9200)
  • deps: bump validator from 0.18.0 to 0.18.1 (#480) (f82c740)
  • deps: bump whoami from 1.4.1 to 1.5.1 (#461) (fe5b8dc)

Miscellaneous

1.9.0 (2024-04-04)

Features

Bug Fixes

  • ai-help: add qa questions to trigger error (#450) (7572e5b)
  • ai-help: artificial error triggers properly in the chat phase (#452) (deb9d54)
  • ai-help: avoid spawning thread for history if history is disabled (#438) (706ce23)
  • ai-help: configurable artificial error triggers (#445) (9c53f66)
  • newsletter: validate email (#454) (cd7c0f9)
  • updates: continue on release without date, not break (#447) (c0949ca)

Enhancements

  • ai-help: record embedding duration and model separately (#458) (20760b2)

Miscellaneous

  • ai-help: stop generating off-topic answer (#455) (7dc8a6e)

1.8.0 (2024-03-04)

Features

  • ai-help: add parent short_title for duplicate source titles (#428) (f523d52)
  • ai-help: bump GPT-3.5 Turbo model (#429) (688e35d)
  • ai-test: add --no-subscription flag (#413) (e6874e6)
  • plus: user subscription transitions (#415) (604b0e7)
  • plus: user subscription transitions (#421) (5a307ca)

Bug Fixes

Enhancements

  • ai-help: format answers to off-topic questions (#427) (a545d66)

Miscellaneous

1.7.0 (2024-01-31)

Features

Miscellaneous

  • workflows: enable RUST_BACKTRACE for tests (#390) (3e7ab07)

1.6.1 (2023-12-19)

Bug Fixes

1.6.0 (2023-12-14)

Features

Miscellaneous

1.5.1 (2023-08-15)

Bug Fixes

  • errors: Downgrade AI/Playground erors to 400 (#304) (855094f)

1.5.0 (2023-07-24)

Features

1.4.2 (2023-07-07)

Enhancements

  • ai-help: Don't answer if no refs (#277) (5f9bb64)
  • release-please: take enhance/chore commits into consideration (#282) (f3dd4b1)

1.4.1 (2023-07-05)

Bug Fixes

1.4.0 (2023-06-28)

Features

1.3.1 (2023-06-27)

Bug Fixes

  • ai-help: add related docs (negate missing) (#257) (634bf40)

1.3.0 (2023-06-27)

Features

1.2.0 (2023-06-19)

Features

1.1.0 (2023-05-16)

Features

  • newsletter: support public double opt-in (#187) (e83d4ad)

Bug Fixes