Skip to content

Bump avrora from 0.29.1 to 0.30.1#264

Merged
noslav merged 1 commit intodevelopfrom
dependabot/hex/develop/avrora-0.30.1
Mar 13, 2025
Merged

Bump avrora from 0.29.1 to 0.30.1#264
noslav merged 1 commit intodevelopfrom
dependabot/hex/develop/avrora-0.30.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 10, 2025

Bumps avrora from 0.29.1 to 0.30.1.

Release notes

Sourced from avrora's releases.

Fix missing 🙅🏼 Config.registry_ssl_opts/0

Yet again I've overlooked a small mistake that caused issues, but thanks to @​wizardfrag we quickly identified it and fix 🐛

Happy coding! 🦋

New SSL option for 🛠️ Schema Registry

From now on, you can use any available SSL option for the Erlang SSL client (see official docs), and if you do, it will overwrite any other SSL options you might configure.

Example

config :avrora,
  registry_ssl_opts: [verify: :verify_none, reuse_sessions: :save]

Thanks @​sstoltze for the release! 💜

Another one fix 🎯

In this release, another issue was fixed. Due to mocking the entire HTTP client the guard clause in post method was wrong, but thanks to @​azeemchauhan is fixed now.

In addition, we start deprecation of Avrora.Codec.is_decodable/1 in favor of Avrora.Codec.is_decodable?/1 🙌🏼

Happy coding! 💧

Changelog

Sourced from avrora's changelog.

[0.30.1] - 2025-03-05

[0.30.0] - 2025-02-17

  • Add new configuration option registry_ssl_ops with arbitrary Erlang SSL client options (#134 @​sstoltze)

[0.29.2] - 2025-01-30

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [avrora](https://github.com/Strech/avrora) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/Strech/avrora/releases)
- [Changelog](https://github.com/Strech/avrora/blob/master/CHANGELOG.md)
- [Commits](Strech/avrora@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: avrora
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from noslav and rogarcia March 10, 2025 16:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 10, 2025
@noslav noslav merged commit 4c67c5e into develop Mar 13, 2025
3 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/develop/avrora-0.30.1 branch March 13, 2025 18:10
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.

1 participant