-
Notifications
You must be signed in to change notification settings - Fork 11
/
Changes
74 lines (53 loc) · 2.4 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Upcoming
Release 0.7.1 (2024-10-04)
- Added .github/dependabot.yml file to auto-update GitHub actions
- Following a release on 07/09/2024, see https://metacpan.org/dist/App-perlbrew/changes
the checksum of the script served by https://install.perlbrew.pl had changed.
https://install.perlbrew.pl is a redirect to raw
https://github.com/gugod/App-perlbrew/blob/master/perlbrew-install, so
the change originates from GitHub and can be trusted. Our CI flow compares
the checksum of the downloaded script to the expected value. We now store
an updated expected checksum value, which corresponds to the latest release.
Release 0.7.0
- Add method query_dataset to WTSI::NPG::HTS::PacBio::Sequel::APIClient
Release 0.6.1
- Add Perl 5.34 to CI matrix
- Add missing Test::Deep dependency
Release 0.6.0
- Moved sequel WTSI::NPG::HTS::PacBio::Sequel::APIClient client from the npg_irods
git package to this package. This simplifies the dependency tree in git packages
that depend on this client.
Release 0.5.10
- Make List::MoreUtils a required dep in Build.PL
- Change CI runner from Ubuntu 18.04 to ubuntu-latest
Release 0.5.9
- Move from Travis CI to GitHub Actions
Release 0.5.8
- Improved test robustness across Linux/MacOS
Release 0.5.7
- New module Timestamp for generating an dprsing RFC 3339 compliant timestamps
Release 0.5.6
- Module::Build custom builder - use internal report_version to avoid caching
issues with dist_version.
Release 0.5.5
- Loggable role extended to optionally redirect standard error output to a log/logs it handles.
Release 0.5.4
- New module LDAP.pm, for querying user and group ids from Sanger internal LDAP.
Release 0.5.3
- New module ConfigureLogger.pm, for convenient log setup
- Moved in the Collector class from wtsi-npg/genotyping
Release 0.5.2
- Configure logger using the fully qualified name of the Moose metaclass.
- Ensure test dependencies are installed.
Release 0.5.1
- Ensure test dependencies are installed.
- The default logger set up by a Loggable is now the root logger.
Release 0.5.0
- Bug fix: the Moose global destruction flag is respected when the
Startable destructor is called.
- Errors encountered while stopping Startable external processes are
now logged without then re-throwing the error. The process STDERR
is now captured.
- Added a pipe method to Runnable to allow them to be piped together
using IPC::Run's pipe support.
Release 0.4.2