Skip to content

Releases: FullStackWithLawrence/aws-openai

v0.7.0

18 Dec 17:51
Compare
Choose a tag to compare

0.7.0 (2023-12-18)

Bug Fixes

  • version writer was skipping first two lines (5be9cf2)

Features

  • add lists of .env and terraform.tfvars variables in use for settings (ed64c74)
  • add openai and langchain parameters to unit tests (d19af9f)
  • add properties to report whether .env and/or terraform.tfvars files are in use (5e3bea6)
  • add Settings class and refactor (b9f0286)
  • add unit test for langchain (9a2b00d)
  • add unit tests for common (cf3ac81)
  • add unit tests for lambda_langchain (4d94a87)
  • add unit tests for lambda_openai_v2 (1b1a2c9)
  • refactor for OpenAI API v1 (7fb6809)
  • run Python unit tests on all pushes (4957f63)

v0.6.5

05 Dec 00:04
Compare
Choose a tag to compare

0.6.5 (2023-12-05)

Bug Fixes

v0.6.4

24 Nov 20:16
Compare
Choose a tag to compare

0.6.4 (2023-11-24)

Bug Fixes

  • simulated bug to trigger new release (f373039)

v0.6.3

21 Nov 13:16
Compare
Choose a tag to compare

0.6.3 (2023-11-21)

Bug Fixes

  • Makefile evaluation of .env file (9e068a3)

v0.6.2

19 Nov 18:49
Compare
Choose a tag to compare

0.6.2 (2023-11-19)

Bug Fixes

  • enable automated openai and langchain version bumps (6d7fd81)

v0.6.1

19 Nov 18:38
Compare
Choose a tag to compare

0.6.1 (2023-11-19)

Bug Fixes

  • enable automated openai and langchain version bumps (f3487ab)

v0.6.0

17 Nov 21:15
Compare
Choose a tag to compare

0.6.0 (2023-11-17)

Features

  • automated pull requests (aa27530)

v0.5.2

16 Nov 11:55
Compare
Choose a tag to compare

0.5.2 (2023-11-16)

Features

  • propagate merges to main back into dev branches: next, next-major, alpha, beta (fd32caf)
  • create a top-level Pull Request workflow that triggers tech-specific unit (fd32caf)tests

Refactoring

  • refactor and expand the scope of automated PR revision workflows (fd32caf)
  • consolidate all jobs related to merging to main into a single workflow (fd32caf)
  • refactor Python unit test and only run when relevant modifications are (fd32caf)included in commit (*.py, requirements.txt (fd32caf), etc)
  • scaffold a ReactJS unit test workflow (fd32caf)
  • create a Terraform unit test workflow (fd32caf)

Bug Fixes

  • add GITHUB_TOKEN to semantic-release job (bf4152d)

v0.5.1

09 Nov 14:45
Compare
Choose a tag to compare

0.5.1 (2023-11-09)

Bug Fixes

  • don't persist credentials when calling actions/checkout (72dea97)
  • downgrade openai to previous stable version (bfc6962)
  • revert last commit (564e3fd)
  • revert to last stable version of openai (d57c5db)
  • stabilize openai breaking changes by making dependabot ignore related packages (5ca1d81)

v0.5.0

07 Nov 14:44
Compare
Choose a tag to compare

0.5.0 (2023-11-07)

Bug Fixes

  • add a hash of the output zip file (c9b9a0b)
  • do not run Python tests for dependabot pull requests until org secrets can be passed (d0de24a)
  • ensure that we're using --platform=linux/amd64 for the build (aada484)
  • merge conflict (94d5833)
  • replace hard-coded python version with (868f118)
  • switch event from pull_request to pull_request_target (321ec8f)
  • switch from pull_requests event to pull_request_target event (d70f2bc)

Features

  • add a generic Langchain chat completion algorithm with chat history memory (82dd402)
  • add backward compatibility for Langchain responses (93ad1d7)
  • upgrade Marv The Sarcastic Chatbot to Langchain w memory (3c38ee2)