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

fix(deps): update dependency @microfleet/transport-amqp to v17 #689

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microfleet/transport-amqp (source) ^15.2.8 -> ^17.0.0 age adoption passing confidence

Release Notes

microfleet/amqp (@​microfleet/transport-amqp)

v17.8.0

Compare Source

@​microfleet/transport-amqp 17.8.0 (2023-12-28)

Features
Dependencies

v17.7.3

Compare Source

@​microfleet/transport-amqp 17.7.3 (2023-12-04)

Bug Fixes

v17.7.2

Compare Source

@​microfleet/transport-amqp 17.7.2 (2023-11-22)

Dependencies

v17.7.1

Compare Source

@​microfleet/transport-amqp 17.7.1 (2023-11-22)

Bug Fixes
  • respect exchange from publish options (d621be8)
Dependencies

v17.7.0

Compare Source

@​microfleet/transport-amqp 17.7.0 (2023-11-16)

Features
  • cacheable error, catch all or predicate based (#​16) (27150a7)

v17.6.1

Compare Source

@​microfleet/transport-amqp 17.6.1 (2023-11-15)

Bug Fixes
  • ignore timeout when expiration is already set (8e34cbc)

v17.6.0

Compare Source

@​microfleet/transport-amqp 17.6.0 (2023-11-15)

Features
Dependencies

v17.5.1

Compare Source

v17.5.0

Compare Source

v17.4.0

Compare Source

v17.3.2

Compare Source

v17.3.1

Compare Source

v17.3.0

Compare Source

@​microfleet/transport-amqp 17.3.0 (2022-07-15)

Features
Dependencies

v17.2.9

Compare Source

@​microfleet/transport-amqp 17.2.9 (2022-03-31)

Dependencies

v17.2.8

Compare Source

@​microfleet/transport-amqp 17.2.8 (2022-03-25)

Bug Fixes
  • slightly perf improvements, more logs (4223c74)

v17.2.7

Compare Source

@​microfleet/transport-amqp 17.2.7 (2022-03-25)

Dependencies

v17.2.6

Compare Source

@​microfleet/transport-amqp 17.2.6 (2022-03-24)

Bug Fixes
  • detect if multiple buckets are confirmed (fd27b86)

v17.2.5

Compare Source

@​microfleet/transport-amqp 17.2.5 (2022-03-24)

Bug Fixes
  • account for smallest unconfirmed delivery tag with timed confirm (2646431)

v17.2.4

Compare Source

@​microfleet/transport-amqp 17.2.4 (2022-03-24)

Bug Fixes
  • extra logging for consumer (f8c3ffa)

v17.2.3

Compare Source

@​microfleet/transport-amqp 17.2.3 (2022-03-23)

Bug Fixes
  • multiAckEvery / multiAckAfter calculations (9c649f2)

v17.2.2

Compare Source

@​microfleet/transport-amqp 17.2.2 (2022-03-23)

Dependencies

v17.2.1

Compare Source

@​microfleet/transport-amqp 17.2.1 (2022-03-23)

Bug Fixes

v17.2.0

Compare Source

@​microfleet/transport-amqp 17.2.0 (2022-03-23)

Features
  • privateQueueNeck - prefetch count for reply queues (92cfba7)
  • privateQueueNeck, multiAckEvery, multiAckAfter (bb843d4)
Dependencies

v17.1.1

Compare Source

@​microfleet/transport-amqp 17.1.1 (2022-03-19)

Bug Fixes
  • use safe-stable-stringify instead of object-hash for caching (613ddf3)

v17.1.0

Compare Source

@​microfleet/transport-amqp 17.1.0 (2022-03-19)

Features
  • improve cache and ensure requests are deduped (16c5db9)
Dependencies

v17.0.10

Compare Source

@​microfleet/transport-amqp 17.0.10 (2022-03-17)

Bug Fixes
  • support x-random, x-modulus-hash, x-consistent-hash (3039c89)

v17.0.9

Compare Source

@​microfleet/transport-amqp 17.0.9 (2022-03-17)

Bug Fixes
  • isLevelEnabled on noop logger (f17eafe)

v17.0.8

Compare Source

@​microfleet/transport-amqp 17.0.8 (2022-03-17)

Bug Fixes

v17.0.7

Compare Source

@​microfleet/transport-amqp 17.0.7 (2022-03-16)

Bug Fixes
Dependencies

v17.0.6

Compare Source

@​microfleet/transport-amqp 17.0.6 (2022-03-16)

Bug Fixes
Dependencies

v17.0.5

Compare Source

@​microfleet/transport-amqp 17.0.5 (2022-03-16)

Bug Fixes
  • do not publish sources, exclud ref-napi type (790d93f)
Dependencies

v17.0.4

Compare Source

@​microfleet/transport-amqp 17.0.4 (2022-03-16)

Bug Fixes
  • do not emit pre on private messages (5b669a9)

v17.0.3

Compare Source

@​microfleet/transport-amqp 17.0.3 (2022-03-16)

Bug Fixes
  • allow adjusting replyTo/correlationId after handling message (c05c310)

v17.0.2

Compare Source

@​microfleet/transport-amqp 17.0.2 (2022-03-16)

Dependencies

v17.0.1

Compare Source

@​microfleet/transport-amqp 17.0.1 (2022-03-16)

Bug Fixes
  • allow using backoff with custom presets (fb9ab60)

v17.0.0

Compare Source

@​microfleet/transport-amqp 17.0.0 (2022-03-16)

v16.0.4

Compare Source

@​microfleet/transport-amqp 16.0.4 (2022-03-16)

Code Refactoring
  • simplified consumed queue, routing, removed tracing (b186ef6)
BREAKING CHANGES
  • removed open-tracing support, will revisit. router supports
    legacy & modern mode with less message meddling for better perf. reworked everything
    in TS, consumers rely on default amqp-coffee reconnect behaviour, fixes bug where
    multiple consumers will open after connection errors
Dependencies

v16.0.3

Compare Source

v16.0.2

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/microfleet-transport-amqp-17.x branch from aa1dc44 to 5ddfbff Compare January 2, 2024 21:02
@AVVS AVVS closed this Jan 2, 2024
Copy link
Contributor Author

renovate bot commented Jan 2, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 17.x releases. But if you manually upgrade to 17.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/microfleet-transport-amqp-17.x branch January 2, 2024 21:05
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.

1 participant