-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from lucacorti/maint/2.0
Update CI, add changelog
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
2.0.0 (2021-11-09) | ||
|
||
This is a major release. Lapin itself is API compatible with 1.0, however, due to changes in the | ||
underlying rabbitmq libraries and the elixir `amqp` library there are runtime breaking changes. | ||
|
||
This release requires Elixir 1.14+ and OTP 26+. Please note that rabbitmq does not recommend | ||
running on OTP 27 yet. | ||
|
||
Check `amqp` release notes for more details: https://github.com/pma/amqp/wiki/4.0-Release-Notes | ||
|
||
- Require Elixir 1.15+ and OTP 26+ | ||
- Update CI | ||
- Rewrite the internals on `Lapin.Connection` to use `:gen_statem` and remove `Connection` dependency |
This file contains 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