Skip to content
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
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ my $builder = $class->new(
'DateTime::TimeZone' => 0,
'DateTime::Format::MySQL' => 0,
'DateTime::Format::Strptime' => '1.0702',
'DBD::mysql' => '== 4.050',
'DBD::mysql' => 0,
'DBI' => '1.608',
'DBIx::Class' => '0.08119',
'DBIx::Class::Core' => 0,
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
LIST OF CHANGES

- With bionic hosts no longer in production, unpinned DBD::mysql from 4.050.
All production hosts are now at least jammy.
Background:
- the automatic reconnection feature is deprecated since MySQL version 8.0.34,
see https://dev.mysql.com/doc/c-api/8.4/en/c-api-auto-reconnect.html
- libdbd-mysql-perl 4.050-5ubuntu0.22.04.1 on jammy was patched in 2023

- Added st::api::lims driver for Elembio data.
- Added st::api::lims driver for Ultimagen data.
- Added a generic samplesheet generator npg_samplesheet_generator. The script
Expand Down