Update ecto_sql 3.8.3 → 3.12.1 (minor) #90
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ecto_sql (3.8.3 → 3.12.1) · Repo · Changelog
Release Notes
3.12.1 (from changelog)
3.12.0 (from changelog)
3.11.3 (from changelog)
3.11.2 (from changelog)
3.11.1 (from changelog)
3.11.0 (from changelog)
3.10.2 (from changelog)
3.10.1 (from changelog)
3.10.0 (from changelog)
3.9.2 (from changelog)
3.9.1 (from changelog)
3.9.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ jason (1.3.0 → 1.4.4) · Repo · Changelog
Release Notes
1.4.1 (from changelog)
1.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Bump 1.4.4
Raise if trying to decode decimals without decimal
Remove unneeded workarounds for xref warnings
Fix warnings by conditionally compiling Decimal support
Bump 1.4.3
Fix derive with _ key
Require stream_data only from Elixir 1.12
Bump 1.4.2
Fix deprecation warnings in tests
Update dependencies
Format charlists
Fix codegen to expand ranges
Fix non-deterministic test on OTP27 (#187)
Removes unused Dialyzer ignored warnings (#182)
Remove uneeded backtick (#173)
Bump 1.4.1
Update dialyxir
Fix tests on OTP 26
Add CI for OTP 26 & Elixir 1.15
Remove deprecated ubuntu-18 runner from CI
Run CI in version branches
Limit large inter decoding
Document Jason.Fragment (#166)
Try another way to fix CI
Fix CI on old ubuntu
Adjust CI os
Bump CI deps
Update README for version 1.4 (#157)
Add a "Encoders" sub-section to README (#156)
Release 1.4.0
Bump bench deps
Bump CI versions
Bump deps
Use float_to_binary [:short] if available
Bump OTP version in GitHub Actions (#153)
Update README.md (#152)
fix release year (#146)
✳️ postgrex (0.16.3 → 0.19.1) · Repo · Changelog
Release Notes
0.19.1 (from changelog)
0.19.0 (from changelog)
0.18.0 (from changelog)
0.17.5 (from changelog)
0.17.4 (from changelog)
0.17.3 (from changelog)
0.17.2 (from changelog)
0.17.1 (from changelog)
0.17.0 (from changelog)
0.16.5 (from changelog)
0.16.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.7.0 (from changelog)
2.6.0 (from changelog)
2.5.0 (from changelog)
2.4.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
Release v2.7.0
Add a connection listener that emits telemetry events (#311)
Fix typos (#309)
Add metrics for connection pool usage v3 (#307)
Discard EXIT messages from trapped exits
Add DBConnection.ConnectionError.t/0 type (#304)
Document `:pool_index` (#303)
Fix `pool_size` should be equal or greater to 1 (#301)
Update docs
Release v2.6.0
Disconnect actual db connection on terminate (#300)
Document time unit and infinity for ownership_timeout (#298)
Allow handle_begin callbacks to return query (#297)
Simplify connection_module implementation
Add :connection_listeners_tag (#293)
Add DBConnection.available_connection_options/0 (#291)
Add DBConnection.available_start_options/0 (#290)
Small doc fix on ping callback (#289)
Small doc fix for connection_listeners (#288)
Improve docs here and there (#286)
Update CHANGELOG.md (#285)
Release v2.5.0
Improve docs for the :configure option (#283)
Improve exceptions docs in DBConnection.run/3 (#281)
Add DBConnection.Pool behaviour (#280)
Update Elixir version on CI (#279)
Add "@impl true" to all callbacks (#278)
Format the integration_test directory (#276)
Replace Connection with gen_statem (#275)
Update docs and Elixir min requirement
Fix CI
Release v2.4.3
Fix disconnect_all not working for intervals above 4294. (#271)
Add interval unit to docs
Add example implementation for a connection_listener (#266)
Simplify tests
Improve ownership logs
Add idle_limit, closes #265
Run linter in GitHub Actions using latest Elixir/Erlang version (#263)
Migrate GitHub Actions to erlef/setup-beam (#262)
Improve docs for connection listeners
Change disconnect_all log severity to debug (#257)
Release Notes
2.1.1 (from changelog)
2.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Release v2.1.1
Fix compare against 0 (#197)
Release v2.1.0
Rename branch to main
Optimize Decimal.compare/2
Update deps
Remove unnecessary CI
Format on latest Elixir
Add bench script
Use ubuntu-20.04
Optimize Decimal.compare/2 (#194)
Add scale/1 (#191)
Internal representation clarifications (#192)
Update CI (#187)
Fix integer?/1 check on 0 with >1 significant digits (#185)
Improve documentation (#181)
Switch to erlef/setup-beam for GitHub Actions (#183)
Fix CI
Change inspect to print `Decimal.new(...)` (#176)
Raise nicer error from Decimal.to_integer/1 (#174)
Update ex_doc
Update CI config (#167)
Fix and revise doc (#166)
Set ex_doc as runtime: false
Update ex_doc
Fix Decimal.integer?/1 spec
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.3.0 (from changelog)
1.2.1 (from changelog)
1.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Release v1.3.0 (#135)
Move docs to OTP 27 ex_doc support (#134)
Update README.md
Add latest Erlang 26.x to CI, bump rebar3, and GitHub actions (#131)
Ability to return extra measurements from :telemetry.span (#130)
Hide telemetry_test:handle_event/4 in the docs (#128)
Release 1.2.1 (#125)
replace local function capture in telemetry_test (#124)
Fix docs generation (#123)
Release 1.2.0 (#121)
Fix example in docs (#122)
Add telemetry_test (#118)
Update versions on CI (#120)
Update documentation on telemetry:span/3 (#117)
Point to new repo (#116)
Update documentation on telemetry:span/3 (#113)
Post 1.1.0 updates (#108)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands