Skip to content

chore(main): release 1.15.0 #318

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

Merged
merged 4 commits into from
Jun 2, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2025

πŸ€– I have created a release beep boop

1.15.0 (2025-06-02)

⚠ BREAKING CHANGES

  • simplify and improve logging hook (experimental) (#372)

πŸ› Bug Fixes

  • deps: update module github.com/go-logr/logr to v1.4.3 (#375) (f1b6836)
  • deps: update module go.uber.org/mock to v0.5.2 (#355) (1d6069a)
  • deps: update module golang.org/x/text to v0.22.0 (#315) (06e9304)
  • deps: update module golang.org/x/text to v0.25.0 (#330) (42e33ba)
  • remove ITracking interface in favour of Tracker (#365) (3b4c49b)

✨ New Features

  • add evaluation details to finally hook (#328) (63de64a)
  • add OTel event creation util func (#325) (3c70dc2)
  • loosen test instance interface to support various test frameworks (#317) (ce4920a)
  • loosen test instance interface to support various test frameworks #316 (#319) (344cd39)
  • Make Mocks Exportable (#341) (f675d01)
  • simplify and improve logging hook (#372) (5043b24)
  • update telemetry package to conform to latest spec (#371) (5c69ff1)

🧹 Chore

πŸ“š Documentation

πŸ”„ Refactoring


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner February 4, 2025 21:12
@github-actions github-actions bot changed the title chore(main): release 1.14.2 chore(main): release 1.15.0 Feb 4, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 45ea435 to 3438373 Compare February 4, 2025 21:44
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 75cd575 to 925e5f4 Compare February 18, 2025 16:56
@beeme1mr
Copy link
Member

Goreleaser was updated to v2 in #326

@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 85179f3 to bdbf0e2 Compare February 27, 2025 18:29
@github-actions github-actions bot force-pushed the release-please--branches--main branch from bdbf0e2 to fde6299 Compare March 5, 2025 16:59
@beeme1mr
Copy link
Member

beeme1mr commented Mar 5, 2025

Let's try and time this release with:

FYI @thomaspoignant, @bbland1

@github-actions github-actions bot force-pushed the release-please--branches--main branch from fde6299 to 2219ac7 Compare March 11, 2025 20:23
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.

Waiting to release until the OTel semcon is finalized.

https://cloud-native.slack.com/archives/C07AES1JN56/p1741799036596509

@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from d5c1bde to ee586a9 Compare March 12, 2025 20:33
@github-actions github-actions bot force-pushed the release-please--branches--main branch from ee586a9 to f6df8a7 Compare March 25, 2025 14:03
@github-actions github-actions bot force-pushed the release-please--branches--main branch from f6df8a7 to 7389e22 Compare April 15, 2025 02:02
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 7389e22 to dd63965 Compare April 30, 2025 17:16
@github-actions github-actions bot requested a review from a team as a code owner April 30, 2025 17:16
@github-actions github-actions bot force-pushed the release-please--branches--main branch 8 times, most recently from 9edce94 to 6020a09 Compare May 20, 2025 18:15
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 86e31a9 to 0b65ef2 Compare May 22, 2025 16:20
@toddbaert
Copy link
Member

@beeme1mr should we wait for #364 before we release?

@github-actions github-actions bot force-pushed the release-please--branches--main branch 8 times, most recently from baba47c to 063eb8a Compare May 29, 2025 18:22
@sahidvelji
Copy link
Contributor

@beeme1mr I would love for #372 to also be included in this release if possible.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 063eb8a to 3f1153d Compare June 2, 2025 17:33
@github-actions github-actions bot changed the title chore(main): release 1.15.0 chore(main): release 2.0.0 Jun 2, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 3f1153d to 28155be Compare June 2, 2025 20:00
toddbaert added 2 commits June 2, 2025 16:05
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 85.69%. Comparing base (5043b24) to head (17c9c01).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #318   +/-   ##
=======================================
  Coverage   85.69%   85.69%           
=======================================
  Files          20       20           
  Lines        1447     1447           
=======================================
  Hits         1240     1240           
  Misses        186      186           
  Partials       21       21           
Flag Coverage Ξ”
e2e 85.69% <ΓΈ> (ΓΈ)
unit 85.69% <ΓΈ> (ΓΈ)

Flags with carried forward coverage won't be shown. Click here to find out more.

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert changed the title chore(main): release 2.0.0 chore(main): release 1.15.0 Jun 2, 2025
@toddbaert
Copy link
Member

Changed from 2.0 to 1.15.0

@toddbaert toddbaert merged commit dd4cf71 into main Jun 2, 2025
8 checks passed
@toddbaert toddbaert deleted the release-please--branches--main branch June 2, 2025 20:09
Copy link
Contributor Author

github-actions bot commented Jun 2, 2025

πŸ€– Release is at https://github.com/open-feature/go-sdk/releases/tag/v1.15.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