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

ServiceEndpointResolver #118

Merged
merged 84 commits into from
Mar 13, 2023
Merged

ServiceEndpointResolver #118

merged 84 commits into from
Mar 13, 2023

Conversation

DavyJohnes
Copy link
Contributor

No description provided.

DavyJohnes and others added 30 commits January 20, 2022 19:13
# [2.0.0-beta.1](v1.4.3...v2.0.0-beta.1) (2022-01-20)

### Bug Fixes

* cache node_modules between jobs ([0a9490a](0a9490a))
* correct logging service endpoints ([a712923](a712923))
* disable husky hooks in CI ([4919d54](4919d54))
* eslint rule ([e097134](e097134))
* install long package ([7120858](7120858))
* move legacy code to separate directory ([b38248c](b38248c))
* move to axios ([438f7c6](438f7c6))
* remove prettier ([6bf0f24](6bf0f24))
* remove unused test module ([4e90a92](4e90a92))
* removed legacy example ([10c9409](10c9409))
* set public access for npm package ([a68360d](a68360d))
* update ts-proto ([a20a650](a20a650))
* use bot's name/email for pushing release commits ([3b2553a](3b2553a))
* use bot's token for pushing release commits ([76cf6e7](76cf6e7))
* use exact versions of dependencies ([b564178](b564178))

### Features

* added git submodule with yandex cloud api specs ([7916612](7916612))
* allow to override endpoint in service factory ([12e118e](12e118e))
* change package description ([e9ecf16](e9ecf16))
* endpoints list for all available service clients ([78c2355](78c2355))
* export generic type of wrapped service client ([bec2aca](bec2aca))
* generate exports for all entities in cloud api ([5136bb5](5136bb5))
* operation utilities ([e82e279](e82e279))
* regenerate code with new ts-proto ([1e2dcc2](1e2dcc2))
* remove old generated code ([a5ecb33](a5ecb33))
* remove unused legacy code and dependencies ([3d3a6f2](3d3a6f2))
* restructure directories ([55bf685](55bf685))
* reworked examples ([2875275](2875275))
* rewrite index module in ts ([99e8ba8](99e8ba8))
* session class ([826e6de](826e6de))
* token services ([8b730df](8b730df))
* tool for code generation ([b463cf8](b463cf8))

### BREAKING CHANGES

* removed some useless classes
* changed API of Session
* changed API of service clients
# [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2022-02-16)

### Bug Fixes

* use serviceName property of client ctor ([19129f3](19129f3))

### Features

* update nice-grpc ([22ea100](22ea100))
# [2.0.0-beta.3](v2.0.0-beta.2...v2.0.0-beta.3) (2022-04-01)

### Features

* increase max memory level for build ([ad52e6f](ad52e6f))
* update @grpc/grpc-js ([215fab1](215fab1))
* updated services definitions ([835381c](835381c))
# [2.0.0](v1.4.3...v2.0.0) (2022-04-01)

### Bug Fixes

* cache node_modules between jobs ([0a9490a](0a9490a))
* correct logging service endpoints ([a712923](a712923))
* disable husky hooks in CI ([4919d54](4919d54))
* eslint rule ([e097134](e097134))
* install long package ([7120858](7120858))
* move legacy code to separate directory ([b38248c](b38248c))
* move to axios ([438f7c6](438f7c6))
* remove prettier ([6bf0f24](6bf0f24))
* remove unused test module ([4e90a92](4e90a92))
* removed legacy example ([10c9409](10c9409))
* set public access for npm package ([a68360d](a68360d))
* update ts-proto ([a20a650](a20a650))
* use bot's name/email for pushing release commits ([3b2553a](3b2553a))
* use bot's token for pushing release commits ([76cf6e7](76cf6e7))
* use exact versions of dependencies ([b564178](b564178))
* use serviceName property of client ctor ([19129f3](19129f3))

### Features

* added git submodule with yandex cloud api specs ([7916612](7916612))
* allow to override endpoint in service factory ([12e118e](12e118e))
* change package description ([e9ecf16](e9ecf16))
* endpoints list for all available service clients ([78c2355](78c2355))
* export generic type of wrapped service client ([bec2aca](bec2aca))
* generate exports for all entities in cloud api ([5136bb5](5136bb5))
* increase max memory level for build ([ad52e6f](ad52e6f))
* operation utilities ([e82e279](e82e279))
* regenerate code with new ts-proto ([1e2dcc2](1e2dcc2))
* remove old generated code ([a5ecb33](a5ecb33))
* remove unused legacy code and dependencies ([3d3a6f2](3d3a6f2))
* restructure directories ([55bf685](55bf685))
* reworked examples ([2875275](2875275))
* rewrite index module in ts ([99e8ba8](99e8ba8))
* session class ([826e6de](826e6de))
* token services ([8b730df](8b730df))
* tool for code generation ([b463cf8](b463cf8))
* update @grpc/grpc-js ([215fab1](215fab1))
* update nice-grpc ([22ea100](22ea100))
* updated services definitions ([835381c](835381c))

### BREAKING CHANGES

* removed some useless classes
* changed API of Session
* changed API of service clients
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…-fetch-2.6.7

chore(deps): bump node-fetch from 2.6.6 to 2.6.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ples/follow-redirects-1.14.9

chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 in /examples
…ow-redirects-1.14.9

chore(deps): bump follow-redirects from 1.14.6 to 1.14.9
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases)
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
- [Commits](log4js-node/log4js-node@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: log4js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…js-6.4.0

chore(deps): bump log4js from 6.3.0 to 6.4.0
…nimplemented

Fix PayloadService endpoint
## [2.0.1](v2.0.0...v2.0.1) (2022-04-15)

### Bug Fixes

* correct endpoint for PayloadService ([b7621e4](b7621e4))
yandex-cloud-bot and others added 27 commits November 18, 2022 12:18
# [2.3.0-beta.1](v2.2.2...v2.3.0-beta.1) (2022-11-18)

### Features

* add ability to provide ssl options for grpc channel ([8532b14](8532b14))
# [2.3.0](v2.2.2...v2.3.0) (2022-11-18)

### Features

* add ability to provide ssl options for grpc channel ([8532b14](8532b14))
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…webtoken-9.0.0

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…5-1.0.2

chore(deps): bump json5 from 1.0.1 to 1.0.2
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…imist-1.2.7

fix(deps): bump minimist from 1.2.5 to 1.2.7
## [2.3.1](v2.3.0...v2.3.1) (2023-01-09)

### Bug Fixes

* **deps:** bump minimist from 1.2.5 to 1.2.7 ([6b8e171](6b8e171))
Bumps [luxon](https://github.com/moment/luxon) from 2.2.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.2.0...2.5.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…on-2.5.2

fix(deps): bump luxon from 2.2.0 to 2.5.2
## [2.3.2](v2.3.1...v2.3.2) (2023-01-09)

### Bug Fixes

* **deps:** bump luxon from 2.2.0 to 2.5.2 ([fa60455](fa60455))
# [2.4.0](v2.3.2...v2.4.0) (2023-02-13)

### Features

* add retry middleware & configure retries in waitForOperation utility function ([8d1d280](8d1d280))
fix(retry): copy retry middleware to SDK and fix it
## [2.4.1](v2.4.0...v2.4.1) (2023-02-14)

### Bug Fixes

* **retry:** copy retry middleware to SDK and fix it ([66b45a3](66b45a3))
Allow to override endpoint for OperationService
## [2.4.2](v2.4.1...v2.4.2) (2023-03-09)

### Bug Fixes

* allow to override endpoint for OperationService ([20091c9](20091c9))
BREAKING CHANGE: Session.client doesn't accept custom endpoint anymore
@DavyJohnes DavyJohnes merged commit 4ee3a70 into alpha Mar 13, 2023
@yandex-cloud-bot
Copy link
Collaborator

🎉 This PR is included in version 3.0.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

3 participants