Skip to content

Releases: FullStackWithLawrence/aws-openai

v0.4.0

03 Nov 19:51
Compare
Choose a tag to compare

0.4.0 (2023-11-03)

Bug Fixes

  • add a .env file to root so that test environment matches prod (293b20e)
  • add openai_utils source location to the sys path for Python (30eed8e)
  • need to setup venv from ./requirements.txt so that the dev imports are included (a907e98)
  • paths should begin with ./ (c8060bc)
  • physically copy openai_utils to pip packages folder (772b1d6)
  • switch to Pytest (be7746b)

Features

  • add automated Python unit testing workflow to Github Actions (dea18fc)

v0.3.1

03 Nov 16:44
Compare
Choose a tag to compare

0.3.1 (2023-11-03)

Bug Fixes

v0.3.0

01 Nov 16:02
5e0a7a3
Compare
Choose a tag to compare
  • add lambda_langchain
  • add lambda_openai_v2
  • improve Terraform Lambda state management
  • create a shared Lambda Layer
  • move common Python validation code to Lambda Layer

v0.2.2

17 Oct 18:15
Compare
Choose a tag to compare
  • fix CORS headers on non-200 responses
  • add error handling with modal popup for non-200 responses
  • add test url endpoints for response codes 400, 500, 504

v0.2.1

14 Oct 13:05
Compare
Choose a tag to compare
  • Bug Fix: strip html tags from pasted text

v0.2.0

14 Oct 00:57
68a714a
Compare
Choose a tag to compare
  • add full CORS support to REST API
  • add a Vite / ReactJS front end

v0.1.2

08 Oct 23:47
f54304b
Compare
Choose a tag to compare
  • CoPilot code improvement suggestions
  • enhance Makefile
  • add Python documentation
  • add PR and code review Github Action automation
  • add issue template
  • add pull request template
  • add dependabot Github Action automation
  • add sponsorship links

v0.1.1

20 Sep 14:43
Compare
Choose a tag to compare

Improve documentation.

v0.1.0

14 Sep 17:32
Compare
Choose a tag to compare

Initial release.