Skip to content

Commit

Permalink
Add changelog entry with migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrozendaal committed Jan 15, 2025
1 parent 495aab4 commit e3e1b3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog 8.1.0 (changes since 8.0.2)

- Use `max(id) + 1` query to assign type ids to avoid exhausing the
SMALLINT range. Sequences are not rolled back when a transaction is
aborted so type ids may become exhausted. This is mainly a problem
in development when running tests, but could occur in production if
a transaction that adds a new type is buggy and gets rolled back
multiple times.

Re-apply the `sequent_pgsql.sql` file to your Sequent schema to
apply this fix.

# Changelog 8.0.2 (changes since 8.0.1)

- Add support for ActiveRecord 8. Thanks evsasse.
Expand Down

0 comments on commit e3e1b3e

Please sign in to comment.