Unverified Commit e5b2616a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.24

parent 483b2313
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
Travel::Status::DE::DBRIS 0.24 - Sun Feb 22 2026

    * Increase default timeout to 20 seconds to deal with bahn.de's WAF now
      delaying most requests by about 10 seconds.

Travel::Status::DE::DBRIS 0.23 - Fri Feb 06 2026

    * Deutsche Bahn have rolled out a rather aggressive Akamai EdgeSuite
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.23';
our $VERSION = '0.24';

use utf8;
use DateTime;
@@ -685,7 +685,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon>

=head1 VERSION

version 0.23
version 0.24

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop;
use Travel::Status::DE::DBRIS::Journey;
use Travel::Status::DE::DBRIS::Location;

our $VERSION = '0.23';
our $VERSION = '0.24';

# {{{ Constructors

@@ -500,7 +500,7 @@ Non-blocking variant;

=head1 VERSION

version 0.23
version 0.24

=head1 DESCRIPTION

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ use Travel::Status::DE::DBRIS::Formation::Group;
use Travel::Status::DE::DBRIS::Formation::Sector;
use Travel::Status::DE::DBRIS::Formation::Carriage;

our $VERSION = '0.23';
our $VERSION = '0.24';

Travel::Status::DE::DBRIS::Formation->mk_ro_accessors(
	qw(direction platform train_type));
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use utf8;
use parent 'Class::Accessor';
use Carp qw(cluck);

our $VERSION = '0.23';
our $VERSION = '0.24';
Travel::Status::DE::DBRIS::Formation::Carriage->mk_ro_accessors(
	qw(class_type is_closed is_dosto is_locomotive is_powercar
	  number model section uic_id type
Loading