Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 3.36 KB

AI Shopping Cart - App Template for Java, Azure OpenAI and Azure Spring Apps - Changelog

1.1.0 (2023-08-28)

What's Changed

Features

  • Update the application to display the error message in the frontend by @pmalarme in #35

Bug Fixes

Breaking Changes

Full Changelog: https://github.com/Azure-Samples/app-templates-java-openai-springapps/compare/v1.0.1...v1.1.0

1.0.1 (2023-08-25)

What's Changed

Features

Bug Fixes

  • Fix Changelog link for v1.0.0 commit list by @pmalarme in #28
  • Fix the name of the spring apps instance to be globally unique. by @pmalarme in #31

Breaking Changes

Full Changelog: https://github.com/Azure-Samples/app-templates-java-openai-springapps/compare/v1.0.0...v1.0.1

1.0.0 (2023-08-04)

What's Changed

Features

  • Add the labeler workflow to automatically label the pull requests by @pmalarme in #3
  • Add the initial version of ai shopping cart by @pmalarme in #4
  • Add the documentation on how to deploy the template by @pmalarme in #9
  • Add the metadata for Microsoft Learn Sample app onboarding by @pmalarme in #11
  • Update README.md by @pmalarme in #12
  • Update README.md to fix typo in enabling alpha for spring apps by @pmalarme in #21
  • Make mvnw an executable by @pmalarme in #22
  • Add telemetry by @aarthiem in #19
  • Improve the documentation of Azure OpenAI by @pmalarme in #18
  • Update README.md to fix a typo in Telemetry section by @pmalarme in #23
  • Add support for GPT-3.5 Turbo by @pmalarme in #25
  • Add azure devops pipeline to deploy the sample app with azure developer cli by @pmalarme in #26
  • Update README.md to add Enterprise scenarios by @aarthiem in #27

Bug Fixes

  • Fix the link for the blog post by @pmalarme in #10

Breaking Changes

New Contributors

  • @pmalarme made their first contribution in #3
  • @aarthiem made their first contribution in #19

Full Changelog: https://github.com/Azure-Samples/app-templates-java-openai-springapps/commits/v1.0.0