Skip to content

Releases: rust-db/refinery

V0.9.2

Choose a tag to compare

@jxs jxs released this 10 Jun 18:25
bc1a829

[0.9.2] - 2026-06-09

Added

  • Support for rustls as a TLS backend for tokio-postgres via the new tokio-postgres-rustls feature. #426

Changed

  • Make TLS opt-in for postgres and tokio-postgres features. The postgres and tokio-postgres features no longer pull in native-tls unconditionally. Use postgres-tls and tokio-postgres-tls features for TLS support. #408
  • Support rusqlite 0.39.x. #425
  • Support mysql up to 0.28.x and mysql_async up to 0.37.x. #436
  • Update toml dependency to 1.1.2. #430

V0.9.1

Choose a tag to compare

@jxs jxs released this 15 Apr 14:09

[0.9.1] - 2026-04-15

Changed

  • Support rusqlite 0.38.x. #410

Fixed

  • Avoid warning logs for nested directories while scanning migrations. #421

v0.9.0

Choose a tag to compare

@jxs jxs released this 14 Apr 11:21
572a1f5

[0.9.0] - 2025-01-06

Added

  • Support for TLS in postgres/tokio-postgres using native-tls. #353
  • Support for int8 migration versions via new int8-versions feature. #330
  • Derive Serialize for Migration if serde is enabled. #395

0.8.14

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:03
general: release 0.8.14 (#324)

0.8.13

Choose a tag to compare

@github-actions github-actions released this 29 Mar 23:35
a20120a

[0.8.13] - 2024-03-29

Added

  • Add new utility function, load_sql_migrations that enables dynamic migration discovery where embedding is not desirable. #313
  • Add an enum EmbeddedMigration with all the migrations applied, #312

Changed

  • Make serde, toml deps optional, #310
  • Make Migration::applied pub, #321
  • Update rusqlite to allow 0.31, #316

Fixed

  • Fix bug in get_last_applied_migration when refinery's schema history table is not default, #313
  • Fix newline handling for Windows in database configuration setup, #320

0.8.12

Choose a tag to compare

@github-actions github-actions released this 22 Jan 18:23
5394e40

[0.8.12] - 2024-01-22

Changed

  • Add Iterable method, #296
  • Update mysql to allow 24, #292
  • Update mysql_async to allow 0.33, #292
  • Update rusqlite to allow 0.30, #300
  • Replace lazy_static with std::sync::OnceLock #301

0.8.11

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:54
ci: fix docker containers builder runner mismatch

0.8.10

Choose a tag to compare

@github-actions github-actions released this 20 May 16:22
f06fb60
general: release 0.8.10 (#279)

0.8.9

Choose a tag to compare

@github-actions github-actions released this 06 May 09:43
ed32fc0

[0.8.9] - 2023-05-05

Changed

  • Add no-default-features to tiberius dependency as tiberius features are non additive #273
  • Increase the range of supported postgres versions #273

0.8.8

Choose a tag to compare

@github-actions github-actions released this 05 May 12:29
1f13311
release 0.8.8 (#272)