Skip to content

Commit 973065e

Browse files
committed
Release v3.7.1
1 parent b892871 commit 973065e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog for v3.x
22

3+
## v3.7.1 (2021-10-12)
4+
5+
### Enhancements
6+
7+
* [migrations] Add `:cascade` option to `drop`
8+
* [migrations] Support `--prefix` in `mix ecto.migrations`
9+
* [migrations] Add `--log-migrator-sql` and `--log-migrations-sql`
10+
* [mysql] Cache more insert/update queries and allow `:cache_statement` to be set
11+
* [mssql] Support more recent tds versions
12+
13+
### Bug fixes
14+
15+
* [migrations] Consider the database prefix when locking tables
16+
317
## v3.7.0 (2021-08-19)
418

519
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-ecto/ecto_sql"
5-
@version "3.7.0"
5+
@version "3.7.1"
66
@adapters ~w(pg myxql tds)
77

88
def project do

0 commit comments

Comments
 (0)