Skip to content

Releases: neighborhoods/kojo

3.3.2

26 Jul 18:00
89d4a8a
Compare
Choose a tag to compare

3.3.2

3.3.1

26 Jul 16:16
b4a9459
Compare
Choose a tag to compare

License

3.3.0

26 Jul 15:41
444a196
Compare
Choose a tag to compare

3.3.0

Improve logging level control and SIGUSR1 handling

11 Jul 17:12
fb20306
Compare
Choose a tag to compare

See src/Process/Pool/Logger.yml:

+  neighborhoods.kojo.process.pool.logger.level_filter_mask:
+    !php/const \Psr\Log\LogLevel::EMERGENCY: false
+    !php/const \Psr\Log\LogLevel::ALERT: false
+    !php/const \Psr\Log\LogLevel::CRITICAL: false
+    !php/const \Psr\Log\LogLevel::ERROR: false
+    !php/const \Psr\Log\LogLevel::WARNING: false
+    !php/const \Psr\Log\LogLevel::NOTICE: false
+    !php/const \Psr\Log\LogLevel::INFO: false
+    !php/const \Psr\Log\LogLevel::DEBUG: true

Add configurable log formatter with JSON support

29 Jun 15:41
464e2d9
Compare
Choose a tag to compare

Allow users to set process.pool.logger.formatter.log_format to either pipes or json

Sample JSON output:

{
  "time": "1530285961.453671",
  "level": "info",
  "process_id": "2685",
  "type_code": "/server[2685]",
  "message": "Starting process pool server..."
}

Set ServerVersion to support MySQL with JSON columns

13 Jun 20:40
98a6798
Compare
Choose a tag to compare

Set the ServerVersion using \PDO to allow the selection of Mysql57Platform() based on server version. This allows Kōjō to be installed on MySQL Databases with json fields.

3.0.0

11 Jun 17:35
07deb95
Compare
Choose a tag to compare
Merge pull request #4 from neighborhoods/v1-edge-rounding

3.x.x

2.0.0

23 May 20:10
dfffb2f
Compare
Choose a tag to compare
  • Ported from Zend DB to Doctrine
  • Postgres and MySQL compliant
  • Fixed some bugs that probably won't be ported to 1.x.x since it's only used in a noop

Updated composer.lock

02 May 23:02
Compare
Choose a tag to compare
1.0.2

updated composer.lock

Update dependency versioning

02 May 22:26
Compare
Choose a tag to compare

Update dependency versioning