Skip to content

Conversation

@openfeaturebot
Copy link
Contributor

🤖 I have created a release beep boop

1.0.0 (2025-09-19)

⚠ BREAKING CHANGES

  • go-feature-flag: Introduce in-process evaluation + tracking (#1384)
  • changing cache provider to caffeine over guava (#1065)

🐛 Bug Fixes

  • deps: update dependency com.dylibso.chicory:runtime to v1.4.1 (#1408) (352ddd8)
  • deps: update dependency com.dylibso.chicory:runtime to v1.5.0 (#1462) (93115a7)
  • deps: update dependency com.dylibso.chicory:wasi to v1.4.1 (#1409) (2bc16a8)
  • deps: update dependency com.dylibso.chicory:wasi to v1.5.0 (#1473) (0030528)
  • deps: update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 (#1047) (a2ee3e6)
  • deps: update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2 (#1089) (9b40e22)
  • deps: update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.1 (#1048) (ac1a952)
  • deps: update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.2 (#1088) (34ec5a8)
  • deps: update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.3 (#1253) (9cc36dc)
  • deps: update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0 (#1366) (8896f50)
  • deps: update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 (#1415) (c038b8e)
  • deps: update dependency io.reactivex.rxjava3:rxjava to v3.1.10 (#1083) (67d6308)
  • deps: update jackson monorepo to v2.18.3 (#1254) (24f11fd)
  • deps: update jackson monorepo to v2.19.0 (#1346) (d4af23b)
  • deps: update jackson monorepo to v2.19.1 (#1416) (43630e5)
  • deps: update slf4j monorepo to v2.0.17 (#1243) (66c6a7f)
  • gofeatureflag: fix etag in tests to be around quotes (#1432) (80084df)
  • goff: Bump version of chicory to fix flaky tests (#1423) (f6996dc)
  • goff: remove flacky test (#1427) (e455cc3)
  • require latest SDK (#1488) (71afb81)
  • Use seconds instead of milliseconds (#1174) (921231a)

✨ New Features

  • changing cache provider to caffeine over guava (#1065) (7083586)
  • go-feature-flag: Add exporterMetadata in the evaluation call (#1193) (16a8287)
  • go-feature-flag: Introduce in-process evaluation + tracking (#1384) (2ea5e68)
  • go-feature-flag: Support Exporter Metadata (#1167) (b55a52e)
  • improve error handling (#1214) (fd32898)
  • migrate to Java 11 (#1336) (a4be1ff)

This PR was generated with Release Please. See documentation.

…g 1.0.0

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
@gemini-code-assist
Copy link

Summary of Changes

Hello @openfeaturebot, 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 is an automated release for version 1.0.0 of the go-feature-flag provider within the java-sdk-contrib project. It consolidates a series of substantial enhancements and fixes, including the introduction of in-process evaluation and tracking, a transition to Caffeine for caching, and an upgrade to Java 11. The release also incorporates various dependency updates and resolves several reported bugs, aiming to improve the provider's stability, performance, and feature set.

Highlights

  • Major Version Release: This pull request marks the automated release of version 1.0.0 for the go-feature-flag provider, signifying a stable and feature-rich milestone.
  • In-Process Evaluation and Tracking: The go-feature-flag provider now supports in-process evaluation and tracking, a significant enhancement that is also noted as a breaking change.
  • Caching Provider Migration: The caching mechanism has been updated, migrating from Guava to Caffeine. This change improves performance and maintainability, and is also considered a breaking change.
  • Java 11 Compatibility: The project has been migrated to Java 11, ensuring compatibility with more modern Java environments and leveraging newer language features.
  • Dependency Updates and Bug Fixes: Numerous dependencies, including jackson and chicory, have been updated to their latest versions. Several bug fixes were also implemented, addressing issues like flaky tests and improving error handling.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request, generated by release-please, updates the changelog for the v1.0.0 release of the go-feature-flag provider. The changes look mostly correct, but there are a couple of issues in the generated CHANGELOG.md file that need attention. The compare link for the new release is incorrect, and a duplicate release section for v1.0.0 has been added. I've provided specific comments with suggestions to fix these issues.

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
@thomaspoignant thomaspoignant merged commit 1c3e1e8 into main Sep 19, 2025
5 checks passed
@thomaspoignant thomaspoignant deleted the release-please--branches--main--components--dev.openfeature.contrib.providers.go-feature-flag branch September 19, 2025 07:39
@openfeaturebot
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants