From aa0b866235b7156f5d920b174fcbef3cfc975f14 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Jun 2025 09:15:28 +0000 Subject: [PATCH] devops: Update WEEKLY-CHANGELOG for v0.0.1-weekly --- changelogs/LATEST-WEEKLY-CHANGELOG.md | 31 +++++++++++++++++++++++++++ changelogs/WEEKLY-CHANGELOG.md | 31 +++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 changelogs/LATEST-WEEKLY-CHANGELOG.md create mode 100644 changelogs/WEEKLY-CHANGELOG.md diff --git a/changelogs/LATEST-WEEKLY-CHANGELOG.md b/changelogs/LATEST-WEEKLY-CHANGELOG.md new file mode 100644 index 0000000..dbad83f --- /dev/null +++ b/changelogs/LATEST-WEEKLY-CHANGELOG.md @@ -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). +- 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). + +--- + diff --git a/changelogs/WEEKLY-CHANGELOG.md b/changelogs/WEEKLY-CHANGELOG.md new file mode 100644 index 0000000..dbad83f --- /dev/null +++ b/changelogs/WEEKLY-CHANGELOG.md @@ -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). +- 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). + +--- +