Skip to content

Releases: hummingbird-project/hummingbird-postgres

v1.0.0

24 Oct 07:23

Choose a tag to compare

Major release changes

  • Move persist table inside a Postgres schema. Previously stored data will have to be moved to the new table.

Minor release changes

  • Update postgres-migrations version to 1.1.0

Patch release changes

  • Add upcoming features ExistentialAny, MemberImportVisibility, InternalImportsByDefault

v1.0.0 Release Candidate

01 Jul 13:23
3778aa8

Choose a tag to compare

Minor release changes

  • Using v1.0.0-rc.1 of Postgres-migrations

v0.8.0

01 Apr 16:40
5e2ad7c

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Minor release changes

  • Move PostgresMigrations library to separate repository.

v0.7.0

19 Mar 10:07
8df2c78

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

Minor release changes

Added DatabaseMigrationService. #47

v0.6.1

16 Mar 11:17

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

Other changes

  • Minor documentation fix

v0.6.0

13 Mar 14:44
aa2e778

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

Breaking changes

  • Add skipDuplicates parameter to DatabaseMigrations.add(). #45, #46

Minor release changes

  • Don't revert migrations that are not in the list of migrations. Instead report inconsistency. #41
  • Added DatabaseMigrations.revertInconsistent() to revert migrations that are no longer listed. #41

Patch release changes

  • Add test for duplicate migration names before applying migrations. #40
  • Use a transaction to apply migrations, and only start it if there are migrations to apply. #43, #44

v0.5.2

20 Nov 11:50
3b46c7a

Choose a tag to compare

v0.5.2 Pre-release
Pre-release

Patch release changes

  • Throw PersistError.invalidConversion on invalid get(key:as:). #36

v0.5.1

14 Oct 07:42
08fcd81

Choose a tag to compare

v0.5.1 Pre-release
Pre-release

Patch release changes

  • Don't update expiresIn if it is nil when updating persist value using set. #33

v0.5.0

17 Sep 07:52
6e53697

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Breaking changes

v0.4.0

12 Sep 08:59

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Using Hummingbird 2.0