chore(deps): update elixir dependencies (major) - abandoned#93
Open
renovate[bot] wants to merge 1 commit intorelease-1.3from
Open
chore(deps): update elixir dependencies (major) - abandoned#93renovate[bot] wants to merge 1 commit intorelease-1.3from
renovate[bot] wants to merge 1 commit intorelease-1.3from
Conversation
Author
|
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
2ce3bd3 to
33e42af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 3.3→~> 4.0~> 3.0→~> 4.0~> 1.6→~> 2.0~> 2.2→~> 3.0~> 2.0→~> 3.0~> 0.24→~> 1.0~> 1.6→~> 2.0~> 1.11→~> 2.0~> 1.7.4→~> 2.3.0~> 0.5→~> 1.0~> 0.4→~> 1.0~> 0.4→~> 1.0~> 0.4→~> 1.0~> 0.4→~> 1.0Release Notes
pma/amqp (amqp)
v4.1.0Compare Source
channel_numberinAMQP.Channel.open/3(#241)v4.0.0Compare Source
Check out the release notes on Wiki.
thoughtbot/bamboo (bamboo)
v2.5.0Compare Source
Features
o:options (#718) (22e231d)v2.4.0Compare Source
Features
subscription_trackingsetting (#655) (381d257)v2.3.1Compare Source
Bug Fixes
v2.3.0Compare Source
Additions
Fixes/Enhancements
v2.2.0Compare Source
Additions
Fixes/Enhancements
v2.1.0Compare Source
Additions
Fixes/Enhancements
v2.0.2Compare Source
Fixes/Enhancements
v2.0.1Compare Source
Fixes/Enhancements
v2.0.0Compare Source
Breaking Changes
Please see the upgrade guide.
Additions/Improvements
riverrun/bcrypt_elixir (bcrypt_elixir)
v3.3.2Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
v3.0.1Compare Source
v3.0.0gen_saltto theBasemodulemschae/cors_plug (cors_plug)
v3.0.3Compare Source
Released to keep tag integrity, equivalent to v3.0.0
elixir-gettext/gettext (gettext)
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
This is the first 1.0 release of Gettext, a silly 10 years (and 6 months) after we started working on it. There are very few changes from the latest 0.26 release, and none of them are breaking.
Here are the new goodies:
"Hello " <> ~s(world)).mix gettext.extractto two minutes.Gettext.put_locale!/1.Happy 10+ years of Elixir translations everyone! 🎉
edgurgel/httpoison (httpoison)
v2.3.0: HTTPison 2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/httpoison@v2.2.3...v2.3.0
v2.2.3: HTTPoison 2.2.3Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/httpoison@v2.2.2...v2.2.3
v2.2.2: HTTPoison 2.2.2Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/httpoison@v2.2.1...v2.2.2
v2.2.1: HTTPoison 2.2.1Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/httpoison@v2.2.0...v2.2.1
v2.2.0: HTTPoison 2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: edgurgel/httpoison@v2.1.0...v2.2.0
v2.1.0: HTTPoison 2.1.0Compare Source
What's Changed
:formbodies to handle nested params by @vereis in #470Full Changelog: edgurgel/httpoison@v2.0.0...v2.1.0
v2.0.0: HTTPoison 2.0.0Compare Source
What's Changed
ssloption to add settings rather than replace them by @ShahneRodgers in #466New Contributors
Full Changelog: edgurgel/httpoison@v1.8.2...v2.0.0
Major upgrade
The main change that caused a major version is that ssl option now merges with the default options where previously it would override the ssl options. The new option ssl_override was added to allow people to keep the previous behaviour but it's more explicit now.
edgurgel/mimic (mimic)
v2.3.0Compare Source
v2.2.0Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
hamrequirementv2.0.0Compare Source
Breaking changes
The code below would call the original
Calculator.add/2when all expectations were fulfilled.Now with Mimic 2 this will raise:
If there is a stub the stub will be called instead. This behaviour is the same as before.
Which means that if someone wants to keep the original behaviour on Mimic 1.* just do the following:
This way once all expectations are fulfilled the original function is called again.
dashbitco/mox (mox)
v1.2.0Compare Source
This release is mostly about reducing the complexity of Mox by switching its ownership implementation to use the new nimble_ownership library.
Enhancements
Mox.deny/3.Mox.stub_with/2.v1.1.0Compare Source
Enhancements
Mox.allow/3v1.0.2Compare Source
Bug fix
Code.ensure_compiled!to support better integration with the Elixir compilerv1.0.1Compare Source
Bug fix
v1.0.0Compare Source
Enhancements
@behaviourattribute to Mox modulesbeam-telemetry/telemetry (telemetry)
v1.3.0Compare Source
Added
telemetry:span/3.Changed
Rewrite docs from edoc to OTP 27
-moduledoc/-doc.Internal macros
?DOCand?MODULEDOCare used. They are no-ops prior to OTP 27.v1.2.1Compare Source
Fixed
telemetry_test. (#124)v1.2.0Compare Source
Added
telemetry_testmodule for testing telemetry events. (#118)v1.1.0Compare Source
Added
monotonic_timemeasurement to all span events. (#92)[telemetry, handler, failure]event emitted when any handler fails and is detached. (#98)mix.exsfile, lowering the memory footprint of compilation in Elixir projects. (#103)v1.0.0Compare Source
There are no changes in the 1.0.0 release - it marks the stability of the API.
beam-telemetry/telemetry_metrics (telemetry_metrics)
v1.1.0Compare Source
Changed
Add support for measurements as second argument of keep/drop callback.
v1.0.0Compare Source
No changes. API is considered stable.
beam-telemetry/telemetry_metrics_prometheus_core (telemetry_metrics_prometheus_core)
v1.2.1Changes
v1.2.0Changes
Fixes
v1.1.0Fixes
v1.0.2Compare Source
Changes
v1.0.1Compare Source
Changes
v1.0.0Compare Source
Changes
beam-telemetry/telemetry_poller (telemetry_poller)
v1.3.0Compare Source
Added
atom_limit,process_limit, andport_limitmeasurements to the[vm, system_counts]event. (#79)v1.2.0Compare Source
Added
persistent_termmeasurements.v1.1.0Compare Source
Added
init_delayconfiguration option. (#70)v1.0.0Compare Source
This release marks stability of the API. The library now requires Telemetry ~> 1.0.
Fixed
Changed
Configuration
📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.