mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-11 20:40:40 +00:00
strip new contributors
This commit is contained in:
parent
2ddd51e850
commit
9d8a16f39d
2 changed files with 93 additions and 224 deletions
316
CHANGELOG.md
316
CHANGELOG.md
|
@ -1,18 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
# v0.1.5.1
|
||||
Published on: 2025-02-28T22:37:44Z
|
||||
|
||||
# Changelog
|
||||
|
||||
# v0.1.5.1
|
||||
Published on: 2025-02-28T22:37:44Z
|
||||
|
||||
## 0.1.5.1 Release Notes
|
||||
* Fixes for security risk in https://github.com/meta-llama/llama-stack/pull/1327 and https://github.com/meta-llama/llama-stack/pull/1328
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.5...v0.1.5.1
|
||||
|
||||
---
|
||||
|
||||
# v0.1.5
|
||||
Published on: 2025-02-28T18:14:01Z
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.5...v0.1.5.1
|
||||
|
||||
---
|
||||
|
||||
# v0.1.5
|
||||
Published on: 2025-02-28T18:14:01Z
|
||||
|
||||
## 0.1.5 Release Notes
|
||||
### Build Agents
|
||||
* Inference: Support more non-llama models (openai, anthropic, gemini)
|
||||
|
@ -36,17 +36,12 @@ Published on: 2025-02-28T18:14:01Z
|
|||
* Move most logging to use logger instead of prints
|
||||
* Completed text /chat-completion and /completion tests
|
||||
|
||||
## New Contributors
|
||||
* @Shreyanand made their first contribution in https://github.com/meta-llama/llama-stack/pull/1283
|
||||
* @luis5tb made their first contribution in https://github.com/meta-llama/llama-stack/pull/1269
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.4...v0.1.5
|
||||
|
||||
---
|
||||
|
||||
# v0.1.4
|
||||
Published on: 2025-02-25T00:02:43Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.4
|
||||
Published on: 2025-02-25T00:02:43Z
|
||||
|
||||
## v0.1.4 Release Notes
|
||||
Here are the key changes coming as part of this release:
|
||||
|
||||
|
@ -71,21 +66,12 @@ Here are the key changes coming as part of this release:
|
|||
* Various small fixes for build scripts and system reliability
|
||||
|
||||
|
||||
## New Contributors
|
||||
* @fulvius31 made their first contribution in https://github.com/meta-llama/llama-stack/pull/1114
|
||||
* @shrinitg made their first contribution in https://github.com/meta-llama/llama-stack/pull/543
|
||||
* @raspawar made their first contribution in https://github.com/meta-llama/llama-stack/pull/1174
|
||||
* @kevincogan made their first contribution in https://github.com/meta-llama/llama-stack/pull/1129
|
||||
* @LESSuseLESS made their first contribution in https://github.com/meta-llama/llama-stack/pull/1180
|
||||
* @jland-redhat made their first contribution in https://github.com/meta-llama/llama-stack/pull/1208
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.3...v0.1.4
|
||||
|
||||
---
|
||||
|
||||
# v0.1.3
|
||||
Published on: 2025-02-14T20:24:32Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.3
|
||||
Published on: 2025-02-14T20:24:32Z
|
||||
|
||||
## v0.1.3 Release
|
||||
|
||||
Here are some key changes that are coming as part of this release.
|
||||
|
@ -118,22 +104,12 @@ Infrastructure and code quality improvements
|
|||
- Added conventional commits standard
|
||||
- Fixed documentation parsing issues
|
||||
|
||||
## New Contributors
|
||||
* @MichaelClifford made their first contribution in https://github.com/meta-llama/llama-stack/pull/1009
|
||||
* @ellistarn made their first contribution in https://github.com/meta-llama/llama-stack/pull/1035
|
||||
* @kelbrown20 made their first contribution in https://github.com/meta-llama/llama-stack/pull/992
|
||||
* @franciscojavierarceo made their first contribution in https://github.com/meta-llama/llama-stack/pull/1040
|
||||
* @bbrowning made their first contribution in https://github.com/meta-llama/llama-stack/pull/1075
|
||||
* @reidliu41 made their first contribution in https://github.com/meta-llama/llama-stack/pull/1072
|
||||
* @vishnoianil made their first contribution in https://github.com/meta-llama/llama-stack/pull/1081
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.2...v0.1.3
|
||||
|
||||
---
|
||||
|
||||
# v0.1.2
|
||||
Published on: 2025-02-07T22:06:49Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.2
|
||||
Published on: 2025-02-07T22:06:49Z
|
||||
|
||||
# TL;DR
|
||||
- Several stabilizations to development flows after the switch to `uv`
|
||||
- Migrated CI workflows to new OSS repo - [llama-stack-ops](https://github.com/meta-llama/llama-stack-ops)
|
||||
|
@ -142,39 +118,20 @@ Published on: 2025-02-07T22:06:49Z
|
|||
- Added system prompt overrides support
|
||||
- Several bug fixes and improvements to documentation (check out Kubernetes deployment guide by @terrytangyuan )
|
||||
|
||||
## New Contributors
|
||||
* @nathan-weinberg made their first contribution in https://github.com/meta-llama/llama-stack/pull/939
|
||||
* @cdoern made their first contribution in https://github.com/meta-llama/llama-stack/pull/954
|
||||
* @jwm4 made their first contribution in https://github.com/meta-llama/llama-stack/pull/957
|
||||
* @booxter made their first contribution in https://github.com/meta-llama/llama-stack/pull/961
|
||||
* @kami619 made their first contribution in https://github.com/meta-llama/llama-stack/pull/960
|
||||
* @cooktheryan made their first contribution in https://github.com/meta-llama/llama-stack/pull/974
|
||||
* @aakankshaduggal made their first contribution in https://github.com/meta-llama/llama-stack/pull/976
|
||||
* @leseb made their first contribution in https://github.com/meta-llama/llama-stack/pull/988
|
||||
* @mlecanu made their first contribution in https://github.com/meta-llama/llama-stack/pull/997
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.1...v0.1.2
|
||||
|
||||
---
|
||||
|
||||
# v0.1.1
|
||||
Published on: 2025-02-02T02:29:24Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.1
|
||||
Published on: 2025-02-02T02:29:24Z
|
||||
|
||||
A bunch of small / big improvements everywhere including support for Windows, switching to `uv` and many provider improvements.
|
||||
|
||||
## New Contributors
|
||||
* @BakungaBronson made their first contribution in https://github.com/meta-llama/llama-stack/pull/877
|
||||
* @Ckhanoyan made their first contribution in https://github.com/meta-llama/llama-stack/pull/888
|
||||
* @hanzlfs made their first contribution in https://github.com/meta-llama/llama-stack/pull/660
|
||||
* @dvrogozh made their first contribution in https://github.com/meta-llama/llama-stack/pull/903
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.1.0...v0.1.1
|
||||
|
||||
---
|
||||
|
||||
# v0.1.0
|
||||
Published on: 2025-01-24T17:47:47Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.0
|
||||
Published on: 2025-01-24T17:47:47Z
|
||||
|
||||
We are excited to announce a stable API release of Llama Stack, which enables developers to build RAG applications and Agents using tools and safety shields, monitor and those agents with telemetry, and evaluate the agent with scoring functions.
|
||||
|
||||
## Context
|
||||
|
@ -226,92 +183,56 @@ There are example standalone apps in llama-stack-apps.
|
|||
- Android
|
||||
|
||||
|
||||
## New Contributors
|
||||
* @cdgamarose-nv made their first contribution in https://github.com/meta-llama/llama-stack/pull/661
|
||||
* @eltociear made their first contribution in https://github.com/meta-llama/llama-stack/pull/675
|
||||
* @derekslager made their first contribution in https://github.com/meta-llama/llama-stack/pull/692
|
||||
* @VladOS95-cyber made their first contribution in https://github.com/meta-llama/llama-stack/pull/557
|
||||
* @frreiss made their first contribution in https://github.com/meta-llama/llama-stack/pull/662
|
||||
* @pmccarthy made their first contribution in https://github.com/meta-llama/llama-stack/pull/807
|
||||
* @pandyamarut made their first contribution in https://github.com/meta-llama/llama-stack/pull/362
|
||||
* @snova-edwardm made their first contribution in https://github.com/meta-llama/llama-stack/pull/555
|
||||
* @ehhuang made their first contribution in https://github.com/meta-llama/llama-stack/pull/867
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.63...v0.1.0
|
||||
|
||||
---
|
||||
|
||||
# v0.1.0rc12
|
||||
Published on: 2025-01-22T22:24:01Z
|
||||
|
||||
## New Contributors
|
||||
* @cdgamarose-nv made their first contribution in https://github.com/meta-llama/llama-stack/pull/661
|
||||
* @eltociear made their first contribution in https://github.com/meta-llama/llama-stack/pull/675
|
||||
* @derekslager made their first contribution in https://github.com/meta-llama/llama-stack/pull/692
|
||||
* @VladOS95-cyber made their first contribution in https://github.com/meta-llama/llama-stack/pull/557
|
||||
* @frreiss made their first contribution in https://github.com/meta-llama/llama-stack/pull/662
|
||||
* @pmccarthy made their first contribution in https://github.com/meta-llama/llama-stack/pull/807
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.63...v0.1.0rc11
|
||||
|
||||
---
|
||||
|
||||
# v0.0.63
|
||||
Published on: 2024-12-18T07:17:43Z
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.1.0rc12
|
||||
Published on: 2025-01-22T22:24:01Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.63
|
||||
Published on: 2024-12-18T07:17:43Z
|
||||
|
||||
A small but important bug-fix release to update the URL datatype for the client-SDKs. The issue affected multimodal agentic turns especially.
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.62...v0.0.63
|
||||
|
||||
---
|
||||
|
||||
# v0.0.62
|
||||
Published on: 2024-12-18T02:39:43Z
|
||||
|
||||
## New Contributors
|
||||
* @SLR722 made their first contribution in https://github.com/meta-llama/llama-stack/pull/540
|
||||
* @iamarunbrahma made their first contribution in https://github.com/meta-llama/llama-stack/pull/636
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.61...v0.0.62
|
||||
|
||||
---
|
||||
|
||||
# v0.0.61
|
||||
Published on: 2024-12-10T20:50:33Z
|
||||
|
||||
## New Contributors
|
||||
* @sablair made their first contribution in https://github.com/meta-llama/llama-stack/pull/549
|
||||
* @JeffreyLind3 made their first contribution in https://github.com/meta-llama/llama-stack/pull/547
|
||||
* @aidando73 made their first contribution in https://github.com/meta-llama/llama-stack/pull/554
|
||||
* @henrytwo made their first contribution in https://github.com/meta-llama/llama-stack/pull/265
|
||||
* @sixianyi0721 made their first contribution in https://github.com/meta-llama/llama-stack/pull/507
|
||||
* @ConnorHack made their first contribution in https://github.com/meta-llama/llama-stack/pull/523
|
||||
* @yurishkuro made their first contribution in https://github.com/meta-llama/llama-stack/pull/580
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.55...v0.0.61
|
||||
|
||||
---
|
||||
|
||||
# v0.0.55
|
||||
Published on: 2024-11-23T17:14:07Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.54
|
||||
Published on: 2024-11-22T00:36:09Z
|
||||
|
||||
## New Contributors
|
||||
* @liyunlu0618 made their first contribution in https://github.com/meta-llama/llama-stack/pull/500
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.53...v0.0.54
|
||||
|
||||
---
|
||||
|
||||
# v0.0.53
|
||||
Published on: 2024-11-20T22:18:00Z
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/compare/v0.0.62...v0.0.63
|
||||
|
||||
---
|
||||
|
||||
# v0.0.62
|
||||
Published on: 2024-12-18T02:39:43Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.61
|
||||
Published on: 2024-12-10T20:50:33Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.55
|
||||
Published on: 2024-11-23T17:14:07Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.54
|
||||
Published on: 2024-11-22T00:36:09Z
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# v0.0.53
|
||||
Published on: 2024-11-20T22:18:00Z
|
||||
|
||||
🚀 Initial Release Notes for Llama Stack!
|
||||
|
||||
### Added
|
||||
|
@ -346,58 +267,5 @@ Published on: 2024-11-20T22:18:00Z
|
|||
### Removed
|
||||
- `llama stack configure` command
|
||||
|
||||
## New Contributors
|
||||
* @Wauplin made their first contribution in https://github.com/meta-llama/llama-stack/pull/9
|
||||
* @jianyuh made their first contribution in https://github.com/meta-llama/llama-stack/pull/12
|
||||
* @dltn made their first contribution in https://github.com/meta-llama/llama-stack/pull/14
|
||||
* @hardikjshah made their first contribution in https://github.com/meta-llama/llama-stack/pull/20
|
||||
* @raghotham made their first contribution in https://github.com/meta-llama/llama-stack/pull/8
|
||||
* @jeffxtang made their first contribution in https://github.com/meta-llama/llama-stack/pull/34
|
||||
* @sisminnmaw made their first contribution in https://github.com/meta-llama/llama-stack/pull/35
|
||||
* @varunfb made their first contribution in https://github.com/meta-llama/llama-stack/pull/36
|
||||
* @benjibc made their first contribution in https://github.com/meta-llama/llama-stack/pull/39
|
||||
* @Nutlope made their first contribution in https://github.com/meta-llama/llama-stack/pull/43
|
||||
* @hanouticelina made their first contribution in https://github.com/meta-llama/llama-stack/pull/53
|
||||
* @rsgrewal-aws made their first contribution in https://github.com/meta-llama/llama-stack/pull/96
|
||||
* @poegej made their first contribution in https://github.com/meta-llama/llama-stack/pull/94
|
||||
* @abhishekmishragithub made their first contribution in https://github.com/meta-llama/llama-stack/pull/103
|
||||
* @machina-source made their first contribution in https://github.com/meta-llama/llama-stack/pull/104
|
||||
* @dijonkitchen made their first contribution in https://github.com/meta-llama/llama-stack/pull/107
|
||||
* @marklysze made their first contribution in https://github.com/meta-llama/llama-stack/pull/113
|
||||
* @KarthiDreamr made their first contribution in https://github.com/meta-llama/llama-stack/pull/112
|
||||
* @delvingdeep made their first contribution in https://github.com/meta-llama/llama-stack/pull/117
|
||||
* @moldhouse made their first contribution in https://github.com/meta-llama/llama-stack/pull/118
|
||||
* @bhimrazy made their first contribution in https://github.com/meta-llama/llama-stack/pull/134
|
||||
* @russellb made their first contribution in https://github.com/meta-llama/llama-stack/pull/128
|
||||
* @yogishbaliga made their first contribution in https://github.com/meta-llama/llama-stack/pull/105
|
||||
* @wizardbc made their first contribution in https://github.com/meta-llama/llama-stack/pull/153
|
||||
* @moritalous made their first contribution in https://github.com/meta-llama/llama-stack/pull/151
|
||||
* @codefromthecrypt made their first contribution in https://github.com/meta-llama/llama-stack/pull/165
|
||||
* @AshleyT3 made their first contribution in https://github.com/meta-llama/llama-stack/pull/182
|
||||
* @Minutis made their first contribution in https://github.com/meta-llama/llama-stack/pull/192
|
||||
* @prithu-dasgupta made their first contribution in https://github.com/meta-llama/llama-stack/pull/83
|
||||
* @zainhas made their first contribution in https://github.com/meta-llama/llama-stack/pull/95
|
||||
* @terrytangyuan made their first contribution in https://github.com/meta-llama/llama-stack/pull/216
|
||||
* @kebbbnnn made their first contribution in https://github.com/meta-llama/llama-stack/pull/224
|
||||
* @frntn made their first contribution in https://github.com/meta-llama/llama-stack/pull/247
|
||||
* @MeDott29 made their first contribution in https://github.com/meta-llama/llama-stack/pull/260
|
||||
* @tamdogood made their first contribution in https://github.com/meta-llama/llama-stack/pull/261
|
||||
* @nehal-a2z made their first contribution in https://github.com/meta-llama/llama-stack/pull/275
|
||||
* @dineshyv made their first contribution in https://github.com/meta-llama/llama-stack/pull/280
|
||||
* @subramen made their first contribution in https://github.com/meta-llama/llama-stack/pull/286
|
||||
* @Anush008 made their first contribution in https://github.com/meta-llama/llama-stack/pull/221
|
||||
* @cheesecake100201 made their first contribution in https://github.com/meta-llama/llama-stack/pull/267
|
||||
* @heyjustinai made their first contribution in https://github.com/meta-llama/llama-stack/pull/307
|
||||
* @sacmehta made their first contribution in https://github.com/meta-llama/llama-stack/pull/326
|
||||
* @stevegrubb made their first contribution in https://github.com/meta-llama/llama-stack/pull/349
|
||||
* @hickeyma made their first contribution in https://github.com/meta-llama/llama-stack/pull/456
|
||||
* @vladimirivic made their first contribution in https://github.com/meta-llama/llama-stack/pull/465
|
||||
* @wukaixingxp made their first contribution in https://github.com/meta-llama/llama-stack/pull/471
|
||||
* @Riandy made their first contribution in https://github.com/meta-llama/llama-stack/pull/476
|
||||
* @mattf made their first contribution in https://github.com/meta-llama/llama-stack/pull/470
|
||||
* @chuenlok made their first contribution in https://github.com/meta-llama/llama-stack/pull/467
|
||||
* @iseeyuan made their first contribution in https://github.com/meta-llama/llama-stack/pull/485
|
||||
|
||||
**Full Changelog**: https://github.com/meta-llama/llama-stack/commits/v0.0.53
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
|
|
@ -37,6 +37,7 @@ def clean_release_body(body):
|
|||
"## All changes",
|
||||
"### What's Changed",
|
||||
"## What's Changed",
|
||||
"## New Contributors",
|
||||
]:
|
||||
skip_mode = True
|
||||
elif skip_mode and line.startswith("##"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue