-
Notifications
You must be signed in to change notification settings - Fork 26
chore: prepare release 2022-06-09 #660
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
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
timeout-minutes: 10 | ||
steps: | ||
- name: debugging - dump GitHub context | ||
env: | ||
GITHUB_CONTEXT: ${{ toJSON(github) }} | ||
run: echo "$GITHUB_CONTEXT" | ||
|
||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
@@ -226,6 +231,10 @@ jobs: | |
- name: Generate CTS | ||
run: yarn cli cts generate ${{ matrix.client.language }} ${{ matrix.client.toRun }} | ||
|
||
- name: Update `yarn.lock` for JavaScript release | ||
if: ${{ matrix.client.language == 'javascript' && startsWith(github.head_ref, 'chore/prepare-release-') }} | ||
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah this! |
||
|
||
- name: Run CTS | ||
run: yarn cli cts run ${{ matrix.client.language }} | ||
|
||
|
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## [4.1.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.0.0-SNAPSHOT...4.1.0-SNAPSHOT) | ||
|
||
- baaf7674 fix(clients): rename `maxTrial` to `maxRetries` (#659) | ||
- cbd81a21 fix(java): use addAlgoliaAgent (#652) | ||
- d6305145 feat(java): replace EchoRequester by Interceptor APIC-522 (#648) | ||
- 6d579aeb feat(java): java client cts APIC-467 (#626) | ||
- ea03526e fix(specs): rename rules and synonyms methods (#642) | ||
- 04995a39 feat(java): use ClientOptions in client constructor (#623) | ||
- 6acaa20d fix(java): use outputs on release workflow (#640) | ||
- 2b25962e fix(java): github action release (#573) | ||
- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531) | ||
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525) | ||
- 1ba6c862 feat(java): waitForTask APIC-478 (#521) | ||
- 0d23c52c fix(specs): rename `search` method (#514) | ||
- 3b3d7067 fix(specs): correct mistakes (#509) | ||
- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512) | ||
- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504) | ||
- 57f0edde fix(java): release package with name algoliasearch-client-java (#498) | ||
- e86e8703 feat(java): deserialize oneof (#492) | ||
- c5ac1854 feat(java): add `requestOptions` (#487) | ||
- 961a4b5f feat(java): replace callbacks by CompletableFuture APIC-421 (#452) | ||
- 949c3f21 fix(java): use Map for query parameters (#484) | ||
- 3d626121 docs(java): installation guide APIC-419 (#481) | ||
- b4ff3ffa chore(java): move the source code to the correct folder (#429) | ||
- cdafe8b8 fix(java): cache common files (#427) | ||
- 554bc2b5 feat(java): add fat jar (#272) | ||
- 32416dc5 feat(java): release process (take 2) APIC-411 (#422) | ||
- fa65dfb8 Revert "feat(java): release process APIC-411 (#411)" (#420) | ||
- 12e309e0 feat(java): release process APIC-411 (#411) | ||
- ed33e02f fix(java): move code to src folder APIC-411 (#387) | ||
- f01a5b96 feat(java): generate all clients APIC-410 (#359) | ||
- 97c1aaf6 feat(java): add algolia user agent APIC-338 (#347) | ||
- 34ad2c1f fix(java): apply Mouaad suggestions APIC-396 (#344) | ||
- e4a064f4 feat(java): retry strategy APIC-261 (#286) | ||
- f51984f2 fix(java): escape oneOf naming (#268) | ||
- dbb1be75 fix(java): solve oneOf using a custom generator APIC-300 (#125) | ||
- 5b70cadc feat(java): CTS APIC-253 (#102) | ||
- bf5203ef feat(clients): retrieve hosts from spec file (#111) | ||
- 5a6aa3be feat(specs): improve consistency and naming (#96) | ||
- 48ea9e1c feat(specs): add `servers` (#98) | ||
- 622bce16 feat(specs): bundle specs (#91) | ||
- eeabfe0a fix(java): remove summaries from doc (#93) | ||
- 5ba87a0b feat(specs): add `abtesting` specs and client (#76) | ||
- a12d2041 feat(specs): add objects endpoints (#54) | ||
- 70f041f9 feat(specs): improve specs consistency (#51) | ||
- 81d59150 feat(specs): add `search` endpoints (#50) | ||
- 6587e945 feat(specs): add `dictionary` specs (#49) | ||
- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40) | ||
- 18fa5fab feat(specs): add `analytics` specs and client. (#36) | ||
- c1ac7bea feat(specs): add `personalizaton` spec and client (#27) | ||
- ef603fbf feat(specs): add `recommend` spec and client (#19) | ||
- 47f71b96 feat(specs): add `settings` spec (#17) | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
clients/algoliasearch-client-javascript/packages/client-common/package.json
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've kept it, it can be useful since it's pretty annoying to debug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as long as there is no sensitive information it's okay