Skip to content

Releases: diesel-rs/diesel_full_text_search

Diesel Full Text Search 2.3.0

08 Oct 15:27
v2.3.0
d141fc2

Choose a tag to compare

What's Changed

  • Add PgTsVector type and implement deserialization by @encalypto in #44
  • CI: Replace x86_64-apple-darwin target with aarch64-apple-darwin by @Turbo87 in #46
  • Update diesel dependency to v2.3 by @Turbo87 in #45

New Contributors

Full Changelog: v2.2.0...v2.3.0

Diesel Full Text Search 2.2.0

31 May 09:23
v2.2.0
1d30bee

Choose a tag to compare

  • Update diesel version to 2.2.0

New Contributors

Full Changelog: v2.1.1...v2.2.0

Diesel Full Text Search 2.1.1

19 Oct 12:26
v2.1.1
cf39b5b

Choose a tag to compare

  • Add a missing #[derive(FromSqlRow)] for the RegConfig type to allow loading it from the database