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!: Remove deprecated "services" in favor of "endpoints" #381

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

TwiN
Copy link
Owner

@TwiN TwiN commented Dec 6, 2022

Summary

BREAKING CHANGE: services has been replaced by endpoints in v3.3.0, but backward compatibility has been retained until now. v5.0.0, however, will no longer support services, so make sure to update your configuration to use endpoints instead.

See #374 for more information

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Added the documentation in README.md, if applicable.

BREAKING CHANGE: `services` has been replaced by `endpoints` in v3.3.0, but backward compatibility has been retained until now. v5.0.0, however, will no longer support `services`, so make sure to update your configuration to use `endpoints` instead.

See #374 for more information
@TwiN TwiN marked this pull request as ready for review December 6, 2022 06:24
@codecov-commenter
Copy link

Codecov Report

Base: 82.02% // Head: 82.00% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (65faed2) compared to base (d058d7a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
- Coverage   82.02%   82.00%   -0.03%     
==========================================
  Files          54       54              
  Lines        4062     4056       -6     
==========================================
- Hits         3332     3326       -6     
  Misses        574      574              
  Partials      156      156              
Impacted Files Coverage Δ
config/config.go 72.97% <ø> (-0.85%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TwiN TwiN merged commit 741109f into master Dec 6, 2022
@TwiN TwiN deleted the remove-deprecated-services branch December 6, 2022 06:27
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.

None yet

2 participants