Skip to content

Commit

Permalink
Add missing items in CHANGELOG (microsoft#64)
Browse files Browse the repository at this point in the history
- Add missing CHANGELOG entries from previous PRs
- Add explicit links to PRs (enables finding PRs from old repo)
  • Loading branch information
stuartleeks authored Nov 5, 2024
2 parents a43be69 + e7f927c commit 71df96c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
## vNext

- add notes here for the next release
- Add support for specifying the `dimension` parameter in in embeddings requests for `text-embedding-3` and later models ([#55](https://github.com/microsoft/aoai-api-simulator/pull/55) - [@tanya-borisova](https://github.com/tanya-borisova))
- Ensure that an API key is always generated if not provided ([#56](https://github.com/microsoft/aoai-api-simulator/pull/56) - [@lucashuet93](https://github.com/lucashuet93))
- **BREAKING CHANGE** Requests for an incompatible model (e.g. chat requests for an embedding model) fail with a 400 error ([#58](https://github.com/microsoft/aoai-api-simulator/pull/58) - [@tanya-borisova](https://github.com/tanya-borisova))
- Terraform deployment option ([#60](https://github.com/microsoft/aoai-api-simulator/pull/60) [@mluker](https://github.com/mluker))
- Support for ARM architecture for local Docker builds ([#32](https://github.com/microsoft/aoai-api-simulator/pull/32) [@mluker](https://github.com/mluker))
- <!-- markdownlint-disable line-length -->
- Numerous fixes and repo improvements: [#24](https://github.com/microsoft/aoai-api-simulator/pull/24), [#26](https://github.com/microsoft/aoai-api-simulator/pull/26), [#38](https://github.com/microsoft/aoai-api-simulator/pull/38), [#41](https://github.com/microsoft/aoai-api-simulator/pull/41), [#42](https://github.com/microsoft/aoai-api-simulator/pull/42), [#43](https://github.com/microsoft/aoai-api-simulator/pull/43), [#45](https://github.com/microsoft/aoai-api-simulator/pull/45), [#51](https://github.com/microsoft/aoai-api-simulator/pull/51) [@martinpeck](https://github.com/martinpeck)
- <!-- markdownlint-enable line-length -->

## v0.5 - 2024-08-27

- Migrate to current repo
- Migrate to [current repo](https://github.com/microsoft/aoai-api-simulator/) from [previous repo](https://github.com/stuartleeks/aoai-simulated-api)
- **BREAKING CHANGE:**: rename `aoai-simulated-api` to `aoai-api-simulator` in code (also for `aoai_simulated_api` package)
- **BREAKING CHANGE:**: update metric prefix from `aoai-simulated-api.` to `aoai-api-simulator.`
- Return to sliding window rate limiting. This change moves from the limits package to a custom rate-limiting implementation to address performance with sliding windows (#20)
- Update rate-limit handling for tokens based on experimentation (limited set of models currently - see #52)
- Return to sliding window rate limiting. This change moves from the limits package to a custom rate-limiting implementation to address performance with sliding windows ([#51](https://github.com/stuartleeks/aoai-simulated-api/pull/51))
- Update rate-limit handling for tokens based on experimentation (limited set of models currently - see [#52](https://github.com/stuartleeks/aoai-simulated-api/issues/52))

## v0.4 - 2024-06-25

Expand All @@ -24,6 +32,7 @@
- Fix: tokens used by streaming completions were not included in token counts for rate-limits
- Token usage metrics are now split into prompt and completion tokens using metric dimensions
- **BREAKING CHANGE:** Token metrics have been renamed from `aoai-simulator.tokens_used` and `aoai-simulator.tokens_requested` to `aoai-simulator.tokens.used` and `aoai-simulator.tokens.requested` for consistency with latency metric names
- Dimension size for embedding deployments can now be specified in config ([#39](https://github.com/stuartleeks/aoai-simulated-api/pull/39) - [@MDUYN](https://github.com/MDUYN))

## v0.3 - 2024-05-03

Expand All @@ -38,3 +47,8 @@
## v0.1 - 2024-04-22

Initial tagged version

Includes

- Update Dockerfile to enable building with pre-cached tiktoken file (enables running without internet access) ([#23](https://github.com/stuartleeks/aoai-simulated-api/pull/23) [@aerjenn](https://github.com/aerjenn))
- Document Intelligence example ([#2](https://github.com/stuartleeks/aoai-simulated-api/pull/2) [@mcollier](https://github.com/mcollier))

0 comments on commit 71df96c

Please sign in to comment.