Skip to content

Bump mongodb_driver from 1.6.2 to 1.6.3 - #267

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/mongodb_driver-1.6.3
Closed

Bump mongodb_driver from 1.6.2 to 1.6.3#267
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/mongodb_driver-1.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps mongodb_driver from 1.6.2 to 1.6.3.

Release notes

Sourced from mongodb_driver's releases.

v1.6.3

1.6.3 (2026-05-19)

Bug Fixes

Changelog

Sourced from mongodb_driver's changelog.

1.6.3 (2026-05-19)

Bug Fixes

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mongodb_driver](https://github.com/zookzook/elixir-mongodb-driver) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/zookzook/elixir-mongodb-driver/releases)
- [Changelog](https://github.com/zookzook/elixir-mongodb-driver/blob/master/CHANGELOG.md)
- [Commits](zookzook/elixir-mongodb-driver@v1.6.2...v1.6.3)

---
updated-dependencies:
- dependency-name: mongodb_driver
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 2, 2026
jarlah added a commit that referenced this pull request Jul 23, 2026
* Bundle 5 dependabot dependency updates

Bumps postgrex 0.22.2 -> 0.22.3, credo 1.7.18 -> 1.7.19,
tesla 1.17.0 -> 1.20.0, mongodb_driver 1.6.2 -> 1.6.3, and
kafka_ex 0.15.0 -> 1.1.0.

kafka_ex 1.0 was a full API rewrite (legacy modules like
KafkaEx.Protocol.CreateTopics.TopicRequest and top-level functions
like KafkaEx.produce/4, KafkaEx.stream/3, KafkaEx.metadata/1 were
removed in favor of KafkaEx.API.*), which broke
test/container/kafka_container_test.exs at compile time. Migrated
the test to KafkaEx.API.create_topic/produce_one/fetch. The Kafka
container implementation itself doesn't depend on kafka_ex (it
shells out to kafka-topics.sh), so no lib/ changes were needed.

Targets kafka_ex 1.1.0 rather than the 1.0.1 the dependabot PR
proposed, since 1.1.0 (released today) fixes a stream auto-commit
data-loss bug present in 1.0.1.

Supersedes #267, #268, #269, #270, #271.

* Pin uniq to 0.6.2 to fix Elixir 1.15 CI failure

uniq 0.6.3 added lib/scoped_uuid.ex, which uses a binary pattern
construct that fails to compile on Elixir 1.15 (works fine on
1.16+). We only ever call Uniq.UUID.uuid4/0, never Uniq.ScopedUUID,
so pinning below the offending release has no functional impact.

Verified no security regression: no advisories for uniq in the OSV
or GitHub Security Advisories databases at any version, and the
only other change between 0.6.2 and 0.6.3 is a cosmetic refactor of
an internal compare/2 helper.

This was failing identically on main and on all 5 original
dependabot PRs before this change.
@jarlah jarlah closed this in #272 Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/hex/mongodb_driver-1.6.3 branch July 23, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants