Files
Notes/notes-service/vendor/sea-schema/CHANGELOG.md
T
2026-08-01 16:11:49 +03:00

9.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.18.1 - 2026-07-01

Bug Fixes

0.18.0 - 2026-05-29

Bug Fixes

0.16.2 - 2025-05-07

Enhancements

0.16.1 - 2024-12-26

Features

Bug fixes

0.16.0 - 2024-10-17

Versions

  • sea-schema/0.16.0-rc.1: 2024-08-09

Upgrades

0.15.0 - 2024-08-02

Versions

  • sea-schema/0.15.0-rc.1: 2024-01-31
  • sea-schema/0.15.0-rc.2: 2024-02-02
  • sea-schema/0.15.0-rc.3: 2024-03-15
  • sea-schema/0.15.0-rc.4: 2024-03-24
  • sea-schema/0.15.0-rc.5: 2024-05-02
  • sea-schema/0.15.0-rc.6: 2024-05-03
  • sea-schema/0.15.0-rc.7: 2024-06-19
  • sea-schema-derive/0.3.0: 2024-08-02

Features

Bug fixes

Breaking changes

Enhancements

Upgrades

0.14.2 - 2024-01-18

Bug fixes

House keeping

0.14.1 - 2023-09-14

0.14.0 - 2023-07-21

Upgrades

Bug fixes

0.13.0 - Skipped

0.12.0 - 2023-07-20

  • 2023-03-22: 0.12.0-rc.1
  • 2023-05-18: 0.12.0-rc.2

Features and upgrades

Breaking changes

0.11.0 - 2023-01-05

0.10.3 - 2022-11-16

0.10.2 - 2022-10-26

0.10.1 - 2022-10-23

0.10.0 - 2022-10-18

0.9.4 - 2022-09-16

0.9.3 - 2022-07-17

0.9.2 - 2022-07-04

0.8.1 - 2022-06-17

0.8.0 - 2022-05-09

  • Dropping migration entirely; introducing SchemaProbe

0.7.1 - 2022-03-26

0.6.0 - 2022-03-14

0.5.1 - 2022-02-07

  • Add migration::prelude to replace wildcard imports #43

0.5.0 - 2022-02-07

Full Changelog: https://github.com/SeaQL/sea-schema/compare/0.4.0...0.5.0

0.4.0 - 2021-12-25

0.3.1 - 2021-12-12

Full Changelog: https://github.com/SeaQL/sea-schema/compare/0.2.9...0.3.1

0.2.9 - 2021-09-24

  • [#18] MySQL: handle panic upon unique constraint

0.2.8 - 2021-09-17

  • Fix Postgres TimestampWithTimeZone

0.2.7 - 2021-08-23

  • Use SeaRc to support SeaQuery's thread-safe

0.2.6 - 2021-08-21

  • Use sea-query to 0.15
  • [#13] Added is_identity to Postgres ColumnInfo

0.2.5 - 2021-08-14

  • improve Postgres schema discovery

0.2.4 - 2021-08-07

  • improve Postgres schema discovery

0.2.3 - 2021-06-19

  • Improve ColumnType output of MySQL writer

0.2.2 - 2021-06-19

  • Added ColumnExpression to MySQL ColumnInfo output
  • Postgres type definitions

0.2.1 - 2021-04-30

  • Foreign key writer
  • Index prefix and order

0.2.0 - 2021-04-25

  • Writer
  • changed StringAttr definition
  • added IndexPart definition

0.1.4 - 2021-04-13

  • serde support on types
  • Query table's char_set from information_schema

0.1.3 - 2021-04-11

  • TableInfo includes char_set

0.1.2 - 2021-04-11

  • Restructure dependencies

0.1.1 - 2021-04-08

  • Fix docs.rs

0.1.0 - 2021-04-08

  • Initial release