Skip to content

Commit a177819

Browse files
committed
Merge pull request #390 from ratchetphp/0.3.4-release
v0.3.4 prep
2 parents 5da31b6 + 80bfbd0 commit a177819

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ CHANGELOG
88

99
---
1010

11+
* 0.3.4 (2015-12-23)
12+
13+
* BF: Edge case where version check wasn't run on message coalesce
14+
* BF: Session didn't start when using pdo_sqlite
15+
* BF: WAMP currie prefix check when using '#'
16+
* Compatibility with Symfony 3
17+
1118
* 0.3.3 (2015-05-26)
1219

13-
* BF: Framing bug on large messages upon TCP fragmentation
14-
* BF: Symfony Router query parameter defaults applied to Request
15-
* BF: WAMP CURIE on all URIs
16-
* OriginCheck rules applied to FlashPolicy
17-
* Switched from PSR-0 to PSR-4
20+
* BF: Framing bug on large messages upon TCP fragmentation
21+
* BF: Symfony Router query parameter defaults applied to Request
22+
* BF: WAMP CURIE on all URIs
23+
* OriginCheck rules applied to FlashPolicy
24+
* Switched from PSR-0 to PSR-4
1825

1926
* 0.3.2 (2014-06-08)
2027

@@ -119,4 +126,4 @@ CHANGELOG
119126
* 0.1 (2012-05-11)
120127

121128
* First release with components: IoServer, WsServer, SessionProvider, WampServer, FlashPolicy, IpBlackList
122-
* I/O now handled by React, making Ratchet fully asynchronous
129+
* I/O now handled by React, making Ratchet fully asynchronous

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2015 Chris Boden
1+
Copyright (c) 2011-2016 Chris Boden
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/Ratchet/ConnectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of Ratchet being used
66
* @var string
77
*/
8-
const VERSION = 'Ratchet/0.3.3';
8+
const VERSION = 'Ratchet/0.3.4';
99

1010
/**
1111
* A proxy object representing a connection to the application

0 commit comments

Comments
 (0)