Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Jan 31, 2022
1 parent 61406e9 commit 094c389
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
Changes
=======

Version 1.3.1 (release 2022-01-31)

- Fix a race-condition by enforcing integrity constraint on is head. An issue
was detected that could produce two head versions of the same object. This
fix adds a partial index in PostgreSQL to ensure that the race condition
throws an integrity error when trying to commit. Partial indexes is only
available on PostgreSQL.

- Fix for the sync method and signals signature.

Version 1.3.0 (released 2021-10-18)

- Bumped minimum PyFilesystem dependency to v2. Note that, setuptools v58+ have
Expand Down

0 comments on commit 094c389

Please sign in to comment.