Skip to content

Releases: ForbesLindesay/atdatabases

@databases/mysql-test@5.0.0

10 Mar 16:01
5ba572a

Choose a tag to compare

Breaking Changes

  • Updated default docker image to mysql:9.6.0 (#344)

@databases/mysql-config@4.0.0

10 Mar 16:01
5ba572a

Choose a tag to compare

Breaking Changes

  • Updated default docker image for @databases/mysql-test to mysql:9.6.0 (#344)

@databases/bigquery@1.1.0

10 Mar 16:01
5ba572a

Choose a tag to compare

New Features

  • Update @google-cloud/bigquery to 8.1.1 (#344)

    Drops support for older node.js versions, which we don't consider a breaking change as they have been end of life for a long time.

@databases/pg-schema-print-types@4.7.0

20 Aug 11:12
a70e81c

Choose a tag to compare

New Features

  • Thew new types.requireExplicitDefaults option will make columns that have a default value but are not marked as nullable required in the types generated for insert queries. (#340)

@databases/pg-config@3.4.0

20 Aug 11:12
a70e81c

Choose a tag to compare

New Features

  • Added a new types.requireExplicitDefaults option. (#340)

    This new option will make columns required in the types generated for insert, even if the column has a default. The column will only be considered optional if it is marked as nullable.

@databases/pg-schema-print-types@4.6.0

16 Jun 12:35
2311288

Choose a tag to compare

New Features

  • Add an option to ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)

@databases/pg-schema-cli@4.5.0

16 Jun 12:35
2311288

Choose a tag to compare

New Features

  • Add an option to ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)

@databases/pg-config@3.3.0

16 Jun 12:34
2311288

Choose a tag to compare

New Features

  • Add an option to ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)

@databases/mysql@7.0.0

10 Nov 21:25
cb1b783

Choose a tag to compare

Breaking Changes

  • Upgrade to mysql2 v3.x (#335)

@databases/websql@4.0.1

25 Sep 19:19
5e389d5

Choose a tag to compare

Bug Fixes

  • Update dependency to fix errors installing on current node.js versions (#333)