Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.14.0 #296

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 22, 2024

🤖 I have created a release beep boop

1.14.0 (2024-12-04)

🐛 Bug Fixes

  • consider default client when loading states (d906d6f)
  • consider default client when loading states (#309) (d906d6f)
  • deps: update module github.com/cucumber/godog to v0.15.0 (#300) (dc66ed3)
  • deps: update module golang.org/x/text to v0.20.0 (#301) (efab565)
  • deps: update module golang.org/x/text to v0.21.0 (#311) (3d1615a)

✨ New Features

  • add logging hook, rm logging from evaluation (#289) (7850eec)
  • Implement Tracking in Go (#297) (dee5ec7)
  • make provider interface "stateless" as per spec 0.8.0 (#299) (510b2a6)
  • TestProvider for easy, parallel-safe testing (#295) (3e3d0b1)

🧹 Chore

  • fix coverage uploads to Codecov (#306) (96d86ba)
  • require go 1.21 (#294) (ddfffdd)
  • run e2e tests in ci, add sm pull to makefile (#298) (8675832)
  • use correct term "domain" instead of name/clientName in code (#305) (73c0e85)

📚 Documentation

  • update readme to be included in the docs (13444e7)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner October 22, 2024 14:41
@github-actions github-actions bot changed the title chore(main): release 1.13.2 chore(main): release 1.14.0 Oct 23, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from f6c0e14 to c1375a6 Compare October 28, 2024 21:06
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 4b5c2d3 to b1c580c Compare November 5, 2024 14:58
@github-actions github-actions bot force-pushed the release-please--branches--main branch from b1c580c to f7811ad Compare November 8, 2024 04:20
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 990f3ec to 58110d5 Compare November 26, 2024 17:11
Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

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

Reported in Slack: https://cloud-native.slack.com/archives/C06HAN9KP9Q/p1732715248777879?thread_ts=1732656743.817279&cid=C06HAN9KP9Q

From Roman:

It has a breaking change from client usage. Before client := of.NewClient("app")  fallbacks to default provider, but now it says that provider not yet initialized.

@erka
Copy link

erka commented Nov 27, 2024

From Roman:

Providers with openfeature.StateHandler are affected

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 46d2fb3 to ff3acf7 Compare December 4, 2024 21:24
@beeme1mr
Copy link
Member

beeme1mr commented Dec 5, 2024

Hey, @erka, could you please confirm that you're no longer experiencing a state issue? Assuming that the issue has been resolved, @toddbaert, we should try to aim for a release tomorrow.

Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

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

Let's wait one more day to hear confirmation from @erka , but I'm fairly sure that issue is resolved.

I'll release tomorrow if I don't hear anything.

@erka
Copy link

erka commented Dec 9, 2024

@beeme1mr @toddbaert I checked it when the PR was merged and the issue was resolved. Everything looks good!

@toddbaert toddbaert merged commit d4fd8c2 into main Dec 10, 2024
3 checks passed
@toddbaert toddbaert deleted the release-please--branches--main branch December 10, 2024 14:27
Copy link
Contributor Author

🤖 Release is at https://github.com/open-feature/go-sdk/releases/tag/v1.14.0 🌻

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