-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release 3.0.0 #297
Merged
Merged
Release 3.0.0 #297
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## What does this PR do? This PR allows an application using this SDK to connect to a Kuzzle server running on the latest version. Several changes had to be made: - update the code creating UUIDs because of #259 - update the JSON field used to send the SDK version to `sdkName`, because of https://github.com/kuzzleio/kuzzle/blob/a301d0af145d5c78ad4fc4c09140484d500b51ae/lib/api/funnel.js#L630 - update the version from `2.0.2` to `go@2.0.2` to match the new format - update the version from `go@2.0.2` to `go@3.0.0` because `Your SDK version (2.0.2) does not match Kuzzle requirement (min: 3, max: none)` ### Boyscout Fixed the dependencies versions using Go Modules so dependency changes don't break things again. by @tsauvajon
Use google/uuid instead of satori/uuid which is known to have vulnerabilities
## What does this PR do? Delete index methods that doesn't exists anymore in Kuzzle V2 and their associated documentation and test - index:refresh - index:getAutoRefresh - index:setAutoRefresh - index:refreshInternal
…2 API (#271) <!-- This template is optional. It simply serves to provide a guide to allow a better review of pull requests. --> <!-- IMPORTANT Don't forget to add the corresponding "changelog:xxx" label to your PR. This is part of our release process in order to generate the change log. --> ## What does this PR do? This PR modifies the following document controller routes and their documentation to be compliant with Kuzzle V2 API: - mCreate - mCreateOrReplace - mDelete - mGet - mUpdate - mReplace Fix #261
Set kuzdoc as an explicit dependency
Fix CI, travis version, documentation version and snippets on 3-dev
Migrate to Github Actions
Migrate the collection controller
This PR try to fix an issue related to The step deploy-doc of this https://github.com/kuzzleio/sdk-go/actions/runs/503248406 Changes Correct wrongly named Key BRANCH instead of FRAMEWORK_BRANCH Use Node 12 instead of Node 10 for the related deploy-doc job
CI fix ENOENT while deploying docs using GA
We have a blank page when hitting https://next-docs.kuzzle.io/sdk/go/3/ This PR adds a redirection
Root doc directory was not specified
Codecov Report
@@ Coverage Diff @@
## master #297 +/- ##
==========================================
- Coverage 89.77% 89.73% -0.04%
==========================================
Files 244 242 -2
Lines 4097 4044 -53
==========================================
- Hits 3678 3629 -49
+ Misses 366 365 -1
+ Partials 53 50 -3
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
3.0.0 (2021-02-16)
Breaking changes
New features
Enhancements
Others