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

Commits on Jan 20, 2022

  1. Merge pull request #50 from yandex-cloud/alpha

    V2.0-beta
    DavyJohnes committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8dc3835 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0-beta.1 [skip ci]

    # [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
    yandex-cloud-bot committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4668978 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. feat: update nice-grpc

    Ivan Zuev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    22ea100 View commit details
    Browse the repository at this point in the history
  2. fix: use serviceName property of client ctor

    Ivan Zuev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    19129f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #67 from yandex-cloud/CLOUD-86841

    Update nice-grc
    DavyJohnes committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9367aba View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0-beta.2 [skip ci]

    # [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))
    yandex-cloud-bot committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    891b4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    34d2592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a652267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2636b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b968085 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #65 from nikolaymatrosov/example/stream-stt

    Example: stream stt
    DavyJohnes committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    db7c199 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    215fab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835381c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad52e6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ed9592 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from yandex-cloud/CLOUD-86841

    Prepare for stable release
    DavyJohnes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    60c9ffe View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.0.0-beta.3 [skip ci]

    # [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))
    yandex-cloud-bot committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    3143b4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    370c768 View commit details
    Browse the repository at this point in the history
  8. chore(release): 2.0.0 [skip ci]

    # [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
    yandex-cloud-bot committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0ebefb1 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump node-fetch from 2.6.6 to 2.6.7

    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>
    dependabot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f7428d2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #74 from yandex-cloud/dependabot/npm_and_yarn/node…

    …-fetch-2.6.7
    
    chore(deps): bump node-fetch from 2.6.6 to 2.6.7
    DavyJohnes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    15be86d View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 in /examples

    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>
    dependabot[bot] authored and DavyJohnes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b16b6c4 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump follow-redirects from 1.14.6 to 1.14.9

    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>
    dependabot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a746ab9 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #72 from yandex-cloud/dependabot/npm_and_yarn/exam…

    …ples/follow-redirects-1.14.9
    
    chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 in /examples
    DavyJohnes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f4e2cda View commit details
    Browse the repository at this point in the history
  14. Merge pull request #71 from yandex-cloud/dependabot/npm_and_yarn/foll…

    …ow-redirects-1.14.9
    
    chore(deps): bump follow-redirects from 1.14.6 to 1.14.9
    DavyJohnes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8c98835 View commit details
    Browse the repository at this point in the history
  15. chore(deps): bump log4js from 6.3.0 to 6.4.0

    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>
    dependabot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    483211c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge pull request #73 from yandex-cloud/dependabot/npm_and_yarn/log4…

    …js-6.4.0
    
    chore(deps): bump log4js from 6.3.0 to 6.4.0
    DavyJohnes committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1cf14c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    b7621e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from yandex-cloud/78-error-payloadserviceget-u…

    …nimplemented
    
    Fix PayloadService endpoint
    DavyJohnes committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    e250fe8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.1 [skip ci]

    ## [2.0.1](v2.0.0...v2.0.1) (2022-04-15)
    
    ### Bug Fixes
    
    * correct endpoint for PayloadService ([b7621e4](b7621e4))
    yandex-cloud-bot committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    278e80c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. feat: update code according to latest proto specs

    - vpc.gateway_service
    - storage.bucket_service
    DavyJohnes committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e9fdac6 View commit details
    Browse the repository at this point in the history
  2. docs: storage example

    DavyJohnes committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    cefea25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f3da4 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.1.0 [skip ci]

    # [2.1.0](v2.0.1...v2.1.0) (2022-04-25)
    
    ### Features
    
    * update code according to latest proto specs ([e9fdac6](e9fdac6))
    yandex-cloud-bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b0441bb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. chore(deps): bump protobufjs from 6.8.8 to 6.11.3

    Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 6.11.3.
    - [Release notes](https://github.com/protobufjs/protobuf.js/releases)
    - [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
    - [Commits](protobufjs/protobuf.js@6.8.8...v6.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: protobufjs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0cba421 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Merge pull request #81 from yandex-cloud/dependabot/npm_and_yarn/prot…

    …obufjs-6.11.3
    
    chore(deps): bump protobufjs from 6.8.8 to 6.11.3
    DavyJohnes committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    aa93141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2013090 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from yandex-cloud/update-min-nodejs

    Update minimum required nodejs version
    DavyJohnes committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6dc5d1c View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.1.1 [skip ci]

    ## [2.1.1](v2.1.0...v2.1.1) (2022-06-03)
    
    ### Bug Fixes
    
    * minor changes in order to force new release ([2013090](2013090))
    yandex-cloud-bot committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    bcafee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. chore(deps): bump semver-regex from 3.1.3 to 3.1.4

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    01d8003 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Merge pull request #85 from yandex-cloud/dependabot/npm_and_yarn/semv…

    …er-regex-3.1.4
    
    chore(deps): bump semver-regex from 3.1.3 to 3.1.4
    DavyJohnes committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    47acd58 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. chore(deps-dev): bump semantic-release from 18.0.1 to 19.0.3

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v18.0.1...v19.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9961f2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from yandex-cloud/dependabot/npm_and_yarn/sema…

    …ntic-release-19.0.3
    
    chore(deps-dev): bump semantic-release from 18.0.1 to 19.0.3
    DavyJohnes committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8fa2657 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. feat: update api accordind to changes in proto

    Added services:
    - yandex.cloud.compute.v1.SnapshotScheduleService
    - yandex.cloud.serverless.apigateway.websocket.v1.ConnectionService
    - yandex.cloud.iot.devices.v1.RegistryService
    - yandex.cloud.iot.broker.v1.BrokerDataService
    - yandex.cloud.iot.broker.v1.BrokerService
    - yandex.cloud.organizationmanager.v1.GroupService
    - yandex.cloud.monitoring.v3.DashboardService
    DavyJohnes committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9893514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from yandex-cloud/update-api

    Update API
    DavyJohnes committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7025825 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.2.0 [skip ci]

    # [2.2.0](v2.1.1...v2.2.0) (2022-09-06)
    
    ### Features
    
    * update api accordind to changes in proto ([9893514](9893514))
    yandex-cloud-bot committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0dcd2db View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    ab327de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from yandex-cloud/fix-apigw-connections-url

    Fix Api Gateway connections service endpoint
    DavyJohnes committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    82803f4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.2.1 [skip ci]

    ## [2.2.1](v2.2.0...v2.2.1) (2022-09-15)
    
    ### Bug Fixes
    
    * apigw connections endpoint ([ab327de](ab327de))
    yandex-cloud-bot committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1d65549 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    7402f45 View commit details
    Browse the repository at this point in the history
  2. fix: update @grpc/grpc-js

    DavyJohnes committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a4f2f20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from yandex-cloud/fix-deps-versions

    User versions range for dependencies
    DavyJohnes committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6d54500 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.2.2 [skip ci]

    ## [2.2.2](v2.2.1...v2.2.2) (2022-10-13)
    
    ### Bug Fixes
    
    * update @grpc/grpc-js ([a4f2f20](a4f2f20))
    * user versions range for dependencies ([7402f45](7402f45))
    yandex-cloud-bot committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2585083 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. chore(deps): bump minimatch from 3.0.4 to 3.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8e9c7e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge pull request #94 from yandex-cloud/dependabot/npm_and_yarn/mini…

    …match-3.1.2
    
    chore(deps): bump minimatch from 3.0.4 to 3.1.2
    DavyJohnes committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    094a2bb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    8532b14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from yandex-cloud/ssl-creds

    GRPC Channel SSL Options
    DavyJohnes committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    cde4907 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.3.0-beta.1 [skip ci]

    # [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))
    yandex-cloud-bot committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c82068c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from yandex-cloud/beta

    Beta
    DavyJohnes committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    89cb107 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.3.0 [skip ci]

    # [2.3.0](v2.2.2...v2.3.0) (2022-11-18)
    
    ### Features
    
    * add ability to provide ssl options for grpc channel ([8532b14](8532b14))
    yandex-cloud-bot committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d1d32b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0

    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>
    dependabot[bot] committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d320aac View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Merge pull request #98 from yandex-cloud/dependabot/npm_and_yarn/json…

    …webtoken-9.0.0
    
    chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0
    DavyJohnes committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7b4005e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. chore(deps): bump json5 from 1.0.1 to 1.0.2

    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>
    dependabot[bot] committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f155e8c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge pull request #99 from yandex-cloud/dependabot/npm_and_yarn/json…

    …5-1.0.2
    
    chore(deps): bump json5 from 1.0.1 to 1.0.2
    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4570129 View commit details
    Browse the repository at this point in the history
  2. ci: add dependabot config

    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5f0ce29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100 from yandex-cloud/dependabot-config

    Add dependabot config
    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    81da3c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaafb50 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #106 from yandex-cloud/dependabot-config

    Dependabot security updates
    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    be296de View commit details
    Browse the repository at this point in the history
  6. fix(deps): bump minimist from 1.2.5 to 1.2.7

    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>
    dependabot[bot] committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6b8e171 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #107 from yandex-cloud/dependabot/npm_and_yarn/min…

    …imist-1.2.7
    
    fix(deps): bump minimist from 1.2.5 to 1.2.7
    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    1ec54ae View commit details
    Browse the repository at this point in the history
  8. chore(release): 2.3.1 [skip ci]

    ## [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))
    yandex-cloud-bot committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c351419 View commit details
    Browse the repository at this point in the history
  9. fix(deps): bump luxon from 2.2.0 to 2.5.2

    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>
    dependabot[bot] committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fa60455 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #108 from yandex-cloud/dependabot/npm_and_yarn/lux…

    …on-2.5.2
    
    fix(deps): bump luxon from 2.2.0 to 2.5.2
    DavyJohnes committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    932c73d View commit details
    Browse the repository at this point in the history
  11. chore(release): 2.3.2 [skip ci]

    ## [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))
    yandex-cloud-bot committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    74e054f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    8d1d280 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from nikolaymatrosov/feature/retry

    feat: add retry middleware
    DavyJohnes committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    020596b View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.4.0 [skip ci]

    # [2.4.0](v2.3.2...v2.4.0) (2023-02-13)
    
    ### Features
    
    * add retry middleware & configure retries in waitForOperation utility function ([8d1d280](8d1d280))
    yandex-cloud-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c8c3af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b45a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge pull request #114 from nikolaymatrosov/feature/retry

    fix(retry): copy retry middleware to SDK and fix it
    DavyJohnes committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d244ac1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.4.1 [skip ci]

    ## [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))
    yandex-cloud-bot committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    41e38e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    20091c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from yandex-cloud/op-service-endpoint

    Allow to override endpoint for OperationService
    DavyJohnes committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    90cb2b1 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.4.2 [skip ci]

    ## [2.4.2](v2.4.1...v2.4.2) (2023-03-09)
    
    ### Bug Fixes
    
    * allow to override endpoint for OperationService ([20091c9](20091c9))
    yandex-cloud-bot committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ff2f8f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat!: use standalone class for resolving service endpoints

    BREAKING CHANGE: Session.client doesn't accept custom endpoint anymore
    DavyJohnes committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d9b00eb View commit details
    Browse the repository at this point in the history