Skip to content
Merged
Changes from all commits
Commits
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
47 changes: 46 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@
## [Unreleased]


<a name="v0.2.31"></a>
## [v0.2.31] - 2025-04-03
### Bug Fixes
- correct AWS Bedrock integration doc link in README
- Update README.md
- broken filepaths in readme
- use api_key and provider_name in secret create request

### Pull Requests
- Merge pull request [#173](https://github.com/getjavelin/javelin-python/issues/173) from getjavelin/fix-readme-bedrock-link
- Merge pull request [#172](https://github.com/getjavelin/javelin-python/issues/172) from getjavelin/patch-main-commit-msg
- Merge pull request [#168](https://github.com/getjavelin/javelin-python/issues/168) from getjavelin/rsharath-patch-1
- Merge pull request [#169](https://github.com/getjavelin/javelin-python/issues/169) from getjavelin/fix_readme
- Merge pull request [#167](https://github.com/getjavelin/javelin-python/issues/167) from getjavelin/fix/secret-service-api-key-provider


<a name="v0.2.30"></a>
## [v0.2.30] - 2025-03-20
### Bug Fixes
- merge issues ([#165](https://github.com/getjavelin/javelin-python/issues/165))
- move example scripts to right folders ([#164](https://github.com/getjavelin/javelin-python/issues/164))
- Resolved merge conflicts in examples/bedrock_client.py
- LangChain OpenAI base URL & Bedrock API message format ([#161](https://github.com/getjavelin/javelin-python/issues/161))
- streaming+univ endpoints via sdk ([#155](https://github.com/getjavelin/javelin-python/issues/155))
- cleanup accidental file checkin ([#159](https://github.com/getjavelin/javelin-python/issues/159))

### DevOps
- Adding reusable pipeline
- Adding support for reusable workflow in PR pipelines
- Update CHANGELOG for v0.2.29

### Features
- Updated Bedrock and OpenAI clients with tracing and refactored request handling
- Updated the code for general routs testing ([#156](https://github.com/getjavelin/javelin-python/issues/156))
- Code for function calling using 01/o3 models ([#152](https://github.com/getjavelin/javelin-python/issues/152))

### Pull Requests
- Merge pull request [#163](https://github.com/getjavelin/javelin-python/issues/163) from getjavelin/feature/openai-register
- Merge pull request [#162](https://github.com/getjavelin/javelin-python/issues/162) from getjavelin/cicd-patch
- Merge pull request [#158](https://github.com/getjavelin/javelin-python/issues/158) from getjavelin/cicd-patch
- Merge pull request [#151](https://github.com/getjavelin/javelin-python/issues/151) from getjavelin/cicd-changelog


<a name="v0.2.29"></a>
## [v0.2.29] - 2025-02-26
### Bug Fixes
Expand Down Expand Up @@ -432,7 +475,9 @@
<a name="v0.1.5"></a>
## v0.1.5 - 2023-09-04

[Unreleased]: https://github.com/getjavelin/javelin-python/compare/v0.2.29...HEAD
[Unreleased]: https://github.com/getjavelin/javelin-python/compare/v0.2.31...HEAD
[v0.2.31]: https://github.com/getjavelin/javelin-python/compare/v0.2.30...v0.2.31
[v0.2.30]: https://github.com/getjavelin/javelin-python/compare/v0.2.29...v0.2.30
[v0.2.29]: https://github.com/getjavelin/javelin-python/compare/v0.2.28...v0.2.29
[v0.2.28]: https://github.com/getjavelin/javelin-python/compare/v0.2.27...v0.2.28
[v0.2.27]: https://github.com/getjavelin/javelin-python/compare/v0.2.26...v0.2.27
Expand Down
Loading