Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequent 7.2.0 #432

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog 7.x (changes since 7.1.1)
# Changelog 7.2.0 (changes since 7.1.1)

- Many documentation improvements.
- Other small bug fixes.

# Changelog 7.1.1 (changes since 7.1.0)

Expand All @@ -25,7 +28,7 @@ COMMIT;
ALTER TABLE SCHEMA_NAME.event_records ALTER COLUMN xact_id SET DEFAULT pg_current_xact_id()::text::bigint;
```
Next to this migration make sure you copy over the new `sequent_schema.rb` into your project so when you regenerate the database from scratch
in for instance your development environment you have the correct version.
in for instance your development environment you have the correct version.

**Other notable changes**:
- The `MessageDispatcher` class has been removed.
Expand Down
11 changes: 6 additions & 5 deletions gemfiles/ar_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequent (7.1.2)
sequent (7.2.0)
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -42,18 +42,18 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
postgresql_cursor (0.6.9)
activerecord (>= 6.0)
pry (0.14.2)
Expand Down Expand Up @@ -109,6 +109,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
11 changes: 6 additions & 5 deletions gemfiles/ar_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequent (7.1.2)
sequent (7.2.0)
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -42,18 +42,18 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
postgresql_cursor (0.6.9)
activerecord (>= 6.0)
pry (0.14.2)
Expand Down Expand Up @@ -109,6 +109,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
11 changes: 6 additions & 5 deletions gemfiles/ar_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequent (7.1.2)
sequent (7.2.0)
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -41,18 +41,18 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
postgresql_cursor (0.6.9)
activerecord (>= 6.0)
pry (0.14.2)
Expand Down Expand Up @@ -107,6 +107,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
11 changes: 6 additions & 5 deletions gemfiles/ar_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequent (7.1.2)
sequent (7.2.0)
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -51,19 +51,19 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.0.0)
minitest (5.20.0)
mutex_m (0.2.0)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
postgresql_cursor (0.6.9)
activerecord (>= 6.0)
pry (0.14.2)
Expand Down Expand Up @@ -120,6 +120,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
9 changes: 5 additions & 4 deletions gemfiles/ar_7_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequent (7.1.2)
sequent (7.2.0)
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -54,15 +54,15 @@ GEM
logger (1.6.1)
method_source (1.1.0)
minitest (5.25.1)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
postgresql_cursor (0.6.9)
activerecord (>= 6.0)
pry (0.14.2)
Expand Down Expand Up @@ -116,6 +116,7 @@ GEM

PLATFORMS
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sequent
VERSION = '7.1.2'
VERSION = '7.2.0'
end
Loading