Skip to content

Commit e4d1908

Browse files
author
Akhil Javelin
authored
Merge pull request #120 from getjavelin/cicd-changelog
CHANGELOG for v0.2.21
2 parents 3d53c69 + 51ebca0 commit e4d1908

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
## [Unreleased]
33

44

5+
<a name="v0.2.21"></a>
6+
## [v0.2.21] - 2025-02-03
7+
### Bug Fixes
8+
- take both bedrock & bedrock-runtime client
9+
- Update client URL scheme: use scheme from self.base_url instead of hardcoding 'https'
10+
- fixed a few bugs
11+
12+
### DevOps
13+
- Update CHANGELOG for v0.2.20
14+
15+
### Features
16+
- 1. added logic to look for model_arn if profile_arn is not found. Fail silently in case of error (this needs to be enhanced to add async tracing). 2. added logic to pass a default_route_name for bedrock models optionally when registering bedrock_client, 3. added logic to always etract the model and set the x-javlein-model header (needed for model_spec in case if are not rewriting the url and we get an arn instead of model id
17+
- register_bedrock now supports arn
18+
- Integrating LangGraph agents with Javelin route with proper comments and short documentaiton of implementation
19+
20+
### Pull Requests
21+
- Merge pull request [#119](https://github.com/getjavelin/javelin-python/issues/119) from getjavelin/spg
22+
- Merge pull request [#118](https://github.com/getjavelin/javelin-python/issues/118) from getjavelin/spg
23+
- Merge pull request [#116](https://github.com/getjavelin/javelin-python/issues/116) from getjavelin/langraph-javelin-branch
24+
- Merge pull request [#117](https://github.com/getjavelin/javelin-python/issues/117) from getjavelin/cicd-changelog
25+
26+
527
<a name="v0.2.20"></a>
628
## [v0.2.20] - 2025-01-31
729
### Bug Fixes
@@ -271,7 +293,8 @@
271293
<a name="v0.1.5"></a>
272294
## v0.1.5 - 2023-09-04
273295

274-
[Unreleased]: https://github.com/getjavelin/javelin-python/compare/v0.2.20...HEAD
296+
[Unreleased]: https://github.com/getjavelin/javelin-python/compare/v0.2.21...HEAD
297+
[v0.2.21]: https://github.com/getjavelin/javelin-python/compare/v0.2.20...v0.2.21
275298
[v0.2.20]: https://github.com/getjavelin/javelin-python/compare/v0.2.19...v0.2.20
276299
[v0.2.19]: https://github.com/getjavelin/javelin-python/compare/v0.2.18...v0.2.19
277300
[v0.2.18]: https://github.com/getjavelin/javelin-python/compare/v0.2.17...v0.2.18

0 commit comments

Comments
 (0)