Loading Changelog +10 −0 Original line number Diff line number Diff line Travel::Routing::DE::DBRIS 0.08 - Fri Feb 06 2026 * Deutsche Bahn have rolled out a rather aggressive Akamai EdgeSuite WAF configuration, and too-frequent requests made with this module may cause the corresponding IP address or range to be blocked for yet-to-be-determined amounts of time. Send more plausible requests with randomized user agent strings and additional headers to maybe hopefully slightly reduce the risk of this happening. * New dependency: UUID Travel::Routing::DE::DBRIS 0.07 - Sat Jun 21 2025 * dbris: Add--colour={auto,always,never} Loading bin/dbris +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.07'; our $VERSION = '0.08'; use utf8; use DateTime; Loading Loading @@ -549,7 +549,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-a>|B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION version 0.07 version 0.08 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use Travel::Status::DE::DBRIS; use Travel::Routing::DE::DBRIS::Connection; use Travel::Routing::DE::DBRIS::Offer; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS->mk_ro_accessors(qw(earlier later)); Loading Loading @@ -440,7 +440,7 @@ Travel::Routing::DE::DBRIS - Interface to the bahn.de itinerary service =head1 VERSION version 0.07 version 0.08 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/DBRIS/Connection.pm +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Routing::DE::DBRIS::Connection::Segment; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS::Connection->mk_ro_accessors( qw(changes feasibility is_cancelled is_unscheduled is_unlikely Loading lib/Travel/Routing/DE/DBRIS/Connection/Segment.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS::Connection::Segment->mk_ro_accessors( qw( Loading Loading
Changelog +10 −0 Original line number Diff line number Diff line Travel::Routing::DE::DBRIS 0.08 - Fri Feb 06 2026 * Deutsche Bahn have rolled out a rather aggressive Akamai EdgeSuite WAF configuration, and too-frequent requests made with this module may cause the corresponding IP address or range to be blocked for yet-to-be-determined amounts of time. Send more plausible requests with randomized user agent strings and additional headers to maybe hopefully slightly reduce the risk of this happening. * New dependency: UUID Travel::Routing::DE::DBRIS 0.07 - Sat Jun 21 2025 * dbris: Add--colour={auto,always,never} Loading
bin/dbris +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.07'; our $VERSION = '0.08'; use utf8; use DateTime; Loading Loading @@ -549,7 +549,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-a>|B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION version 0.07 version 0.08 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use Travel::Status::DE::DBRIS; use Travel::Routing::DE::DBRIS::Connection; use Travel::Routing::DE::DBRIS::Offer; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS->mk_ro_accessors(qw(earlier later)); Loading Loading @@ -440,7 +440,7 @@ Travel::Routing::DE::DBRIS - Interface to the bahn.de itinerary service =head1 VERSION version 0.07 version 0.08 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/DBRIS/Connection.pm +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Routing::DE::DBRIS::Connection::Segment; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS::Connection->mk_ro_accessors( qw(changes feasibility is_cancelled is_unscheduled is_unlikely Loading
lib/Travel/Routing/DE/DBRIS/Connection/Segment.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.07'; our $VERSION = '0.08'; Travel::Routing::DE::DBRIS::Connection::Segment->mk_ro_accessors( qw( Loading