Skip to content
Merged
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions changelogs/LATEST-WEEKLY-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Version v0.0.1-weekly - June 30, 2025

### Bug Fixes
- Improved the README file for better formatting and clarity.
- Updated route models to enhance performance. For more details, see [Issue #198](https://github.com/getjavelin/issues/198).
- Upgraded Python version and OpenTelemetry dependencies for better stability. See [Issue #191](https://github.com/getjavelin/issues/191).
- Corrected the region configuration from west to east-1 for the Bedrock client. Refer to [Issue #192](https://github.com/getjavelin/issues/192).
- Modified SDK calls to prevent failures in end-to-end testing. Check [Issue #179](https://github.com/getjavelin/issues/179).
- Fixed the removal of duplicate event registrations. More info at [Issue #178](https://github.com/getjavelin/issues/178).
Comment on lines +5 to +9
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The links to GitHub issues are incorrect. They are missing the repository name (javelin-python) in the URL path, which will cause them to be broken links. For example, [Issue #198](https://github.com/getjavelin/issues/198) should be [Issue #198](https://github.com/getjavelin/javelin-python/issues/198). Please update all the links in this file to point to the correct repository.

- Updated installation instructions and metadata in the pyproject.toml file.
- Changed the base URL to accept environment variables and corrected AWS Bedrock documentation links.
- Supported Python libraries with updated formatting and linting tools.
- Implemented security enhancements by using API keys in requests.
- Merged several improvements for streamlined code examples.

### New Features
- Added and updated scripts for universal endpoints. Details in [Issue #195](https://github.com/getjavelin/issues/195).
- Introduced image generation capabilities with unified endpoints, see [Issue #193](https://github.com/getjavelin/issues/193).
- Implemented standalone Guardrail methods with rigorous model validation. More at [Issue #189](https://github.com/getjavelin/issues/189).
- Updated Bedrock and OpenAI clients for enhanced tracing and request handling.
- Added sample scripts and examples for LLM provider functionality, including OpenAI and Gemini integrations.
- Expanded CLI capabilities for Javelin SDK, improving user accessibility.
- Introduced OpenTelemetry tracing with comprehensive support for various AI clients.

### Pull Request Merges
A series of pull requests were successfully merged to improve the platform’s code quality, security, and functionality. Key pull requests include enhancements to the continuous integration process, updates to existing features, and bug resolutions. For specific PRs, see the links in the changelog above.

For ongoing updates beyond this release, please refer to [Unreleased Changes](https://github.com/getjavelin/compare/v0.0.1-weekly...HEAD).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The link to 'Unreleased Changes' is incorrect. It is missing the repository name (javelin-python) in the URL path, which will cause it to be a broken link. [Unreleased Changes](https://github.com/getjavelin/compare/v0.0.1-weekly...HEAD) should be [Unreleased Changes](https://github.com/getjavelin/javelin-python/compare/v0.0.1-weekly...HEAD).

Please update the link to point to the correct repository.


---

31 changes: 31 additions & 0 deletions changelogs/WEEKLY-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Version v0.0.1-weekly - June 30, 2025

### Bug Fixes
- Improved the README file for better formatting and clarity.
- Updated route models to enhance performance. For more details, see [Issue #198](https://github.com/getjavelin/issues/198).
- Upgraded Python version and OpenTelemetry dependencies for better stability. See [Issue #191](https://github.com/getjavelin/issues/191).
- Corrected the region configuration from west to east-1 for the Bedrock client. Refer to [Issue #192](https://github.com/getjavelin/issues/192).
- Modified SDK calls to prevent failures in end-to-end testing. Check [Issue #179](https://github.com/getjavelin/issues/179).
- Fixed the removal of duplicate event registrations. More info at [Issue #178](https://github.com/getjavelin/issues/178).
Comment on lines +5 to +9
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The links to GitHub issues are incorrect. They are missing the repository name (javelin-python) in the URL path, which will cause them to be broken links. For example, [Issue #198](https://github.com/getjavelin/issues/198) should be [Issue #198](https://github.com/getjavelin/javelin-python/issues/198). Please update all the links in this file to point to the correct repository.

- Updated installation instructions and metadata in the pyproject.toml file.
- Changed the base URL to accept environment variables and corrected AWS Bedrock documentation links.
- Supported Python libraries with updated formatting and linting tools.
- Implemented security enhancements by using API keys in requests.
- Merged several improvements for streamlined code examples.

### New Features
- Added and updated scripts for universal endpoints. Details in [Issue #195](https://github.com/getjavelin/issues/195).
- Introduced image generation capabilities with unified endpoints, see [Issue #193](https://github.com/getjavelin/issues/193).
- Implemented standalone Guardrail methods with rigorous model validation. More at [Issue #189](https://github.com/getjavelin/issues/189).
- Updated Bedrock and OpenAI clients for enhanced tracing and request handling.
- Added sample scripts and examples for LLM provider functionality, including OpenAI and Gemini integrations.
- Expanded CLI capabilities for Javelin SDK, improving user accessibility.
- Introduced OpenTelemetry tracing with comprehensive support for various AI clients.

### Pull Request Merges
A series of pull requests were successfully merged to improve the platform’s code quality, security, and functionality. Key pull requests include enhancements to the continuous integration process, updates to existing features, and bug resolutions. For specific PRs, see the links in the changelog above.

For ongoing updates beyond this release, please refer to [Unreleased Changes](https://github.com/getjavelin/compare/v0.0.1-weekly...HEAD).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The link to 'Unreleased Changes' is incorrect. It is missing the repository name (javelin-python) in the URL path, which will cause it to be a broken link. [Unreleased Changes](https://github.com/getjavelin/compare/v0.0.1-weekly...HEAD) should be [Unreleased Changes](https://github.com/getjavelin/javelin-python/compare/v0.0.1-weekly...HEAD).

Please update the link to point to the correct repository.


---

Loading