Skip to content

Conversation

@louis-launchdarkly
Copy link
Contributor

@louis-launchdarkly louis-launchdarkly commented Mar 8, 2025

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

https://launchdarkly.atlassian.net/browse/SDK-1115
https://openfeature.dev/specification/sections/tracking#61-tracking-api
https://github.com/open-feature/java-sdk/blob/main/CHANGELOG.md#1130-2024-12-07

Describe the solution you've provided

From openfeature sdk v1.7.0 till now (v1.14.1), tracking seems to be only change needed from my first glance, so I implement that in the provider.


Related Jira issue: SDK-1115: OpenFeature Tracking Support - Java

@louis-launchdarkly louis-launchdarkly force-pushed the lc/SDK-1115/add-track-support branch 2 times, most recently from 7dedb64 to e4dbc8c Compare April 10, 2025 03:49
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 10, 2025
@louis-launchdarkly louis-launchdarkly marked this pull request as ready for review April 10, 2025 19:54
@louis-launchdarkly louis-launchdarkly requested a review from a team as a code owner April 10, 2025 19:54
@louis-launchdarkly louis-launchdarkly changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 10, 2025
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 10, 2025
@louis-launchdarkly louis-launchdarkly force-pushed the lc/SDK-1115/add-track-support branch from e4dbc8c to e198fb8 Compare April 10, 2025 22:01
Copy link

@tanderson-ld tanderson-ld left a comment

Choose a reason for hiding this comment

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

Needs formatting pass.

@louis-launchdarkly louis-launchdarkly changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 10, 2025
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 10, 2025
@louis-launchdarkly louis-launchdarkly force-pushed the lc/SDK-1115/add-track-support branch 2 times, most recently from d59736e to c4c5455 Compare April 10, 2025 23:42
@kinyoklion kinyoklion changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 10, 2025
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 10, 2025
@kinyoklion kinyoklion changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 10, 2025
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 10, 2025
@kinyoklion kinyoklion changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 11, 2025
@launchdarkly-upra launchdarkly-upra bot changed the title feat: add tracking support [SDK-1115] feat: add tracking support Apr 11, 2025
@kinyoklion kinyoklion changed the title [SDK-1115] feat: add tracking support feat: add tracking support Apr 11, 2025

// This constant is updated automatically by our Gradle script during a release, if the project version has changed
static final String SDK_VERSION = "0.2.0";
static final String SDK_VERSION = "1.0.1";
Copy link
Member

Choose a reason for hiding this comment

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

Hmm. I wonder if there is a gradle problem here. Doesn't need to be sorted in this PR.

@louis-launchdarkly louis-launchdarkly force-pushed the lc/SDK-1115/add-track-support branch from 76aefff to fa69598 Compare April 14, 2025 19:26
@louis-launchdarkly louis-launchdarkly merged commit 13ad91f into main Apr 14, 2025
3 checks passed
@louis-launchdarkly louis-launchdarkly deleted the lc/SDK-1115/add-track-support branch April 14, 2025 19:30
louis-launchdarkly pushed a commit that referenced this pull request Apr 14, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](1.0.1...1.1.0)
(2025-04-14)


### Features

* add tracking support
([#36](#36))
([13ad91f](13ad91f))
* support tracking
([fa69598](fa69598))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants