You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
3
3
This changelog references the relevant changes, bug and security fixes done.
4
4
5
+
## v0.3.1 (2016-09-30)
6
+
7
+
### Additions
8
+
9
+
- Added unviersal namespace for creating container definitions which do not care whether they are processes or threads ([#31](https://github.com/kraken-php/framework/issues/31)).
10
+
- Added possibility of creating universal bootstrap files.
11
+
- Added possibility of creating universal config files.
12
+
- Added `sendCommand` method to each class implementing `Kraken\Runtime\RuntimeManagerInterface` ([#34](https://github.com/kraken-php/framework/issues/34)).
13
+
- Created `FilesystemFactory` in `Kraken\Filesystem` namespace ([#29](https://github.com/kraken-php/framework/issues/29)).
14
+
15
+
### Fixes
16
+
17
+
- Fixed an issue of WsServer not working correctly in pair with NetworkServer ([#36](https://github.com/kraken-php/framework/issues/36)).
18
+
- Fixed an issue of `Kraken\Ipc\Socket\SocketListener` not being able to reuse unix ports ([#35](https://github.com/kraken-php/framework/issues/35)).
19
+
- Fixed the major issue of container being able to process wrong instructions in failed state ([#33](https://github.com/kraken-php/framework/issues/33)).
20
+
- Fixed an issue of threads not being able to create log files ([#32](https://github.com/kraken-php/framework/issues/32)).
21
+
22
+
### Miscellaneous
23
+
24
+
- Removed unused `kraken` and `kraken.server` scripts.
25
+
- Refactored process isolation mechanisms.
26
+
- Renamed environmental file a `ConfigProvider` searches for, from `data/config.env` to `data/environment`.
27
+
- Added missing replace `kraken-php/test` item in composer.json.
28
+
- Renamed `EventHandler` to `EventListener` to keep implementation consistent with theory ([#28](https://github.com/kraken-php/framework/issues/28)).
0 commit comments