Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 v0.0.3 #215

Merged
merged 25 commits into from
Apr 16, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4edb644
✨ #149: Streaming Chat Workflow (#150)
roma-glushko Mar 2, 2024
ec690f4
🐛 Update README.md to fix helm chart location (#167)
arjunnair22 Mar 7, 2024
c480cfe
🔓 #148 update crypto lib, golang, fiber (#168)
roma-glushko Mar 11, 2024
1add6e3
🔧 updated .go-version
roma-glushko Mar 11, 2024
a04eccf
✨ #163: Evolving the resiliency & routing architecture to support cha…
roma-glushko Mar 17, 2024
3742035
✅ #146: Covered the telemetry by tests (#176)
roma-glushko Mar 17, 2024
dc7d42f
🔧 #161: Refined the chat stream req/responses (#179)
roma-glushko Mar 19, 2024
369ddea
✨ #170 Handle unauthorized error in health tracker (#180)
roma-glushko Mar 19, 2024
e37b0f8
✨🐛 #183: Fix Anthropic API key header and start counting its token us…
roma-glushko Mar 24, 2024
bc1a665
📝 Separate and list all supported capabilities per provider (#190)
roma-glushko Mar 24, 2024
428c467
✨ #173: Add Streaming Support for Azure OpenAI (#188)
mkrueger12 Mar 24, 2024
f76eb86
✨ #171: Cohere Streaming Chat Support (#189)
mkrueger12 Mar 26, 2024
f27e889
📝 Made Glide's changelog compatible with the keepchangelog.com format
roma-glushko Apr 7, 2024
12df04f
📝 Kept Python & NodeJS clients in SDK section
roma-glushko Apr 7, 2024
a3bcba0
🐛🔧 #197: Handle max_tokens & content_filtered finish reasons across O…
roma-glushko Apr 11, 2024
45d9aa1
🔧 #186: Rendering Durations in a human-friendly way (#202)
roma-glushko Apr 11, 2024
9a0ee6d
🐛 #200: Implemented a custom json per line stream reader to read Cohe…
roma-glushko Apr 15, 2024
de3677e
📝 Updated providers that support chat streaming
roma-glushko Apr 15, 2024
4a9735c
🔧 #195 #196: Set router ctx in stream chunks & handle end of stream i…
roma-glushko Apr 16, 2024
8e95a4f
🔧 💥 #198: Expose more Cohere params (#199)
roma-glushko Apr 16, 2024
8e77c63
🐛 #209: Embed Swagger specs into binary to fix panic caused by missin…
roma-glushko Apr 16, 2024
d923742
Merge branch 'main' into develop
roma-glushko Apr 16, 2024
75c2df3
📝 Added 0.0.3-rc.2 changelog
roma-glushko Apr 16, 2024
1b9e9f6
📝 Marked 0,03-rc.2 as stable version 0.0.3
roma-glushko Apr 16, 2024
8f4a8be
Merge branch 'main' into develop
roma-glushko Apr 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TBU

TBU

## [0.0.3-rc2] (Apr 17, 2024)
## [0.0.3-rc2], [0.0.3] (Apr 17, 2024)

Final major improvements to streaming chat workflow. Fixed issues with Cohere streaming chat.
Expanded and revisited Cohere params in config.
Expand Down Expand Up @@ -166,7 +166,9 @@ Bringing support for streaming chat in Glide.
- 🔧 [chores] Automatic coverage reports #39 (@roma-glushko)
- 👷 [build] Setup release workflows #9 (@roma-glushko)

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.0.3-rc.1...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.0.3...HEAD
[0.0.3]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3
[0.0.3-rc.2]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3-rc.2
[0.0.3-rc.1]: https://github.com/EinStack/glide/compare/0.0.2..0.0.3-rc.1
[0.0.2]: https://github.com/EinStack/glide/compare/0.0.2-rc.1..0.0.2
[0.0.2-rc.2]: https://github.com/EinStack/glide/compare/0.0.2-rc.1..0.0.2-rc.2
Expand Down
Loading