chore(main): release openfeature-flagsmith-provider 0.1.3#111
Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request automates the release of version Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request automates the release of openfeature-flagsmith-provider version 0.1.3. The changes primarily consist of version number updates across several files. However, I've identified an issue in the CHANGELOG.md where the release date is set to a future date. This should be corrected to reflect the actual release date.
josecolella
left a comment
There was a problem hiding this comment.
Approved release PR
## Summary - Fixes flaky `test_ofrep_provider (3.4)` CI failure that was blocking PR #111 (and other release PRs) - The test used `Time.now + 1` for the `Retry-After` header, which could expire before the assertion ran on slow CI runners - Changed to `Time.now + 60` to eliminate timing sensitivity ## Test plan - [x] `bundle exec rspec spec/openfeature/ofrep/provider/client_spec.rb:174` passes locally - [x] Full ofrep test suite (44 examples, 0 failures) passes locally *🤖 Jose's AI agent* Signed-off-by: Jose Colella <jose.colella@gusto.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Take newer versions: go-feature-flag-provider 0.1.13 from main, flagsmith-provider 0.1.3 from release branch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jose Colella <jose.colella@gusto.com>
josecolella
left a comment
There was a problem hiding this comment.
All checks passing, approving release PR
…openfeature-flagsmith-provider Signed-off-by: Jose Miguel Colella <josecolella@yahoo.com>
🤖 I have created a release beep boop
0.1.3 (2026-03-18)
🧹 Chore
This PR was generated with Release Please. See documentation.