Skip to content

Update adobe major (major)#140

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-adobe-major
Open

Update adobe major (major)#140
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-adobe-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 23, 2021

This PR contains the following updates:

Package Change Age Confidence
@adobe/aio-lib-state 1.1.25.3.1 age confidence
@adobe/aio-sdk 3.0.06.0.0 age confidence
@​adobe/exc-app 0.2.471.6.0 age confidence

Release Notes

adobe/aio-lib-state (@​adobe/aio-lib-state)

v5.3.1

Compare Source


v5.3.0

Compare Source

  • Add support for AUS (Australia) region in state library 10c788e
  • feat: add logLevel and logRetryAfterSeconds options when initializing the lib 0978274

v5.2.0

Compare Source

  • feat: add logLevel and logRetryAfterSeconds options when initializing the lib (#​242) 8da6526
  • fix: APAC region documentation and test expectations (#​240) fbcf3c2
  • fix: update unauthorized e2e test for latest breaking change (#​228) 56ec324
  • fix: list replication lag test failures (#​225) d974951
  • chore: update all dependencies (#​215) 4cf1346

depends on:

logRetryAfterSeconds option

🔔 aio-lib-state and aio-lib-core-networking feature release: if a network call is throttled by a 429 http status response, it will also send a Retry-After header. aio-lib-state (which uses aio-lib-core-networking) will retry the call according to this header automatically (with exponential backoff). However, there will be cases where the cumulative results of the retries will exceed the timeout limit of the action itself (which is 60s) but there is no indication that the cause of the timeout is because of the retries.

This feature release adds a logRetryAfterSeconds option in both libraries, and it will default to 10 seconds. If any Retry-After header value (from the result of the networking call) exceeds this option value, it will always log the retry as a warning to surface this issue where you might be exceeding your usage for the State service but you did not know you were being throttled.

Previously it will only log the retry only if the logging level was set to debug. To disable this behavior, you can set logRetryAfterSeconds to 0 explicitly.


v5.1.0

Compare Source

Support for APAC region

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

MAJOR change

  • state.deleteAll must be called with the match option
  • state.deleteAll and state.stats do not return null anymore on 404. But return { keys: 0, ... }.

v4.0.1

Compare Source

v4.0.0: State.Next GA (v4.0.0)

Compare Source

v3.0.2

Compare Source

This is essentially the same as 3.0.0

v3.0.1

Compare Source

DO NOT USE THIS RELEASE (use 3.0.2)

What's Changed

Full Changelog: adobe/aio-lib-state@3.0.0...3.0.1

v3.0.0

Compare Source

  • chore(deps): update package.json adobe dependencies 417e1d4
  • fix(breaking-change): update for nodes 18 and 20 (#​131) 04027cf
  • Merge pull request #​123 from adobe/pin-eslint-plugin-n fb06d07
  • fix: pin eslint-plugin-n to ^15.7 to support node 14 c5deee5
  • Bump @​types/hapi__joi from 16.0.12 to 17.1.9 (#​104) 47a0566
  • Bump replace-in-file from 6.3.5 to 7.0.1 (#​112) dcc546e
  • Bump eslint-plugin-n from 15.7.0 to 16.0.1 (#​117) 7bd5fd8

v2.1.2: : refresh expired credentials on init

Compare Source

v2.1.1: Joi Issue Fixed by Upgrading Jest

Compare Source

v2.1.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

  • chore: bump deps (major), relax node to 14.16 for runtime d36463e
  • chore: update engines to 14, 16, 18 5cd7ffe
  • fix: create prerelease.yml (#​81) 7fbbd5a
  • fix: add StateLibError type in docs (#​80) 7fb68fe
  • fix: test for byo creds b518135
  • fix: no reuse for BYO creds b5160c4
  • fix: reuse CosmosClient instance to save on Metadata RUs 3c3063e
  • fix: ghaction typo, run tests on 12, 14, 16 (#​76) a829756
  • fix: if: github.repository_owner == 'adobe' b808da9
  • fix: minor typo in README (#​75) 73e8e11
  • fix: update README.md e4b152f

v1.1.3

Compare Source

Full Changelog: adobe/aio-lib-state@1.1.2...1.1.3

adobe/aio-sdk (@​adobe/aio-sdk)

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: adobe/aio-sdk@5.0.0...5.0.1

v5.0.0

Compare Source

  • chore(deps): update package.json adobe dependencies 990d25f
  • fix (breaking-change): [major] remove audience-manager (#​41) 6974547
  • fix(breaking-change): update for nodes 18 and 20 (#​43) 075864c
  • fix: pin eslint-plugin-n to ^15.7 to support node 14 (#​42) 6a07e56
  • fix: daily.yml, add workflow_dispatch (on demand run) f6d8abd
  • fix: update eslint-config peer deps d0c6edf

v4.1.0

Compare Source

v4.0.2: Joi Issue Fixed by Upgrading Jest

Compare Source

  • test failures with new joi@17.8.x dependency #​107 | FIXED
  • ACNA-1969 | Dependabot added

v4.0.1

Compare Source

  • fix: ACNA-1897 - Cannot get the latest release version when running npm install (#​26) d9e790e

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 23, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.34%. Comparing base (b2a9d5b) to head (6358cba).

Current head 6358cba differs from pull request most recent head 8918ba6

Please upload reports for the commit 8918ba6 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          14       14           
  Lines         438      438           
=======================================
  Hits          422      422           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 6 times, most recently from b0faf1c to ca4d146 Compare November 29, 2021 22:29
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 6 times, most recently from a7102ed to 683fed5 Compare December 8, 2021 01:49
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 2 times, most recently from df40763 to 8abcb70 Compare December 15, 2021 23:01
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 3 times, most recently from 70f6f54 to 2929618 Compare December 23, 2021 14:01
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 3 times, most recently from 9514e1b to c21a71f Compare January 7, 2022 17:34
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 2 times, most recently from 45be372 to 4ba2850 Compare January 15, 2022 15:06
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 4ba2850 to a1a3539 Compare January 20, 2022 19:59
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 686b42a to e1e8c84 Compare April 28, 2022 19:23
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from e1e8c84 to 3913365 Compare May 12, 2022 18:57
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 3913365 to e9ee076 Compare May 30, 2022 16:48
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 3 times, most recently from 7c3b509 to de31a90 Compare June 16, 2022 20:12
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from de31a90 to 09da59c Compare June 24, 2022 02:20
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 2 times, most recently from 7912773 to c214643 Compare July 5, 2022 16:49
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 2 times, most recently from bd7067d to 0ebde96 Compare July 22, 2022 20:41
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 0ebde96 to 874ec63 Compare August 9, 2022 21:51
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 874ec63 to 5078491 Compare August 18, 2022 19:24
@renovate renovate Bot changed the title Update dependency @adobe/exc-app to v1 Update adobe major (major) Aug 19, 2022
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 3 times, most recently from 2aae75f to e6ef493 Compare August 25, 2022 19:09
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from e6ef493 to d1fc2fb Compare September 1, 2022 14:37
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch 2 times, most recently from e9ce587 to 4e36b6b Compare September 22, 2022 21:08
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 4e36b6b to e03b982 Compare September 29, 2022 15:36
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from e03b982 to 6358cba Compare November 14, 2022 19:35
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 6358cba to 39e9aa4 Compare March 16, 2023 06:59
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 39e9aa4 to 3d2eebc Compare March 30, 2023 19:00
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 3d2eebc to fc81696 Compare April 17, 2023 13:13
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from fc81696 to 170200f Compare May 28, 2023 11:20
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 170200f to 3681e95 Compare June 15, 2023 18:37
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 3681e95 to 6303ba5 Compare June 28, 2023 00:58
@renovate renovate Bot force-pushed the renovate/major-adobe-major branch from 6303ba5 to bf980f8 Compare July 14, 2023 01:32
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.

0 participants