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
29 changes: 3 additions & 26 deletions changelogs/LATEST-WEEKLY-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
## Version v0.0.1-weekly - June 30, 2025
# Update v0.0.2-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.
We're excited to share the latest updates in our v0.0.2-weekly release. For a detailed look at the changes between this and our previous release, please visit our [GitHub page](https://github.com/getjavelin/compare/v0.0.1-weekly...v0.0.2-weekly).
Comment on lines +1 to +3
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.

medium

The new changelog format for v0.0.2-weekly is much less informative than the previous format. A changelog should ideally provide a summary of user-facing changes, such as bug fixes and new features, rather than just linking to a GitHub compare page. This makes it easier for users to understand what's new in the release.

Additionally, the heading has changed from ## Version v... (H2) to # Update v... (H1). It's common practice to use a consistent heading level and structure for versions.

Could we restore a more detailed format, similar to the previous version's entry? For example:

## Version v0.0.2-weekly - June 30, 2025

### New Features
- ...

### Bug Fixes
- ...

Since this PR is auto-generated, the release pipeline script might need to be updated to produce more descriptive changelogs.


### 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).
Stay tuned for more updates in the upcoming releases!

---

8 changes: 8 additions & 0 deletions changelogs/WEEKLY-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Update v0.0.2-weekly - June 30, 2025

We're excited to share the latest updates in our v0.0.2-weekly release. For a detailed look at the changes between this and our previous release, please visit our [GitHub page](https://github.com/getjavelin/compare/v0.0.1-weekly...v0.0.2-weekly).
Comment on lines +1 to +3
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.

medium

This new changelog entry for v0.0.2-weekly lacks the detail of previous entries. For a cumulative changelog like this one, it's particularly important to provide a summary of changes for each version so that users can easily track the evolution of the project.

I recommend adopting the detailed format used for v0.0.1-weekly for all new entries. Also, for consistency, the heading should probably be ## Version v0.0.2-weekly ... to match the existing structure. This will improve readability and make the changelog easier to parse for both humans and tools.


Stay tuned for more updates in the upcoming releases!

---

## Version v0.0.1-weekly - June 30, 2025

### Bug Fixes
Expand Down
Loading