Skip to content

Releases: gnh1201/reasonableframework

v1.6.8

30 May 03:37
Compare
Choose a tag to compare

v1.6.8 released

  • Remove unnecessary files and documentations
  • Register to DOI

v1.6.7

29 Apr 13:47
972dd24
Compare
Choose a tag to compare

Summary of this release

  • Updated contact and basic information of this project.
  • Reviewed the issues encountered during the migration process of the existing systems once again. #142

Thank you.

v1.6.6

17 Jan 01:52
8045256
Compare
Choose a tag to compare

Fixed issues

  • reasonableframework // Could not be created the storage/logs/common.log #139
  • Grafana Datasource / {base_url}/test.json API calling error #138
  • [system/security] Add support HmacSHA256 algorithm #137
  • [helper/webpagtool] HTTP Authorization vs Authentication #136
  • [system/uri] Add support 'X-Forwarded-Host' header #133
  • [system/logger] Rotate log files (common.log, visit.log, debug.log) #129
  • [system/logger] change network.log file to database #128
  • and more...

v1.6.5.2-kcc

03 Jun 07:12
2f2f2f3
Compare
Choose a tag to compare
  • [Fixed] [README.md] Update Administratives section

v1.6.5.1-kcc

01 Jun 07:54
8248ad2
Compare
Choose a tag to compare

changes

  • [Fixed] [helper/webpagetool] PID? #126
  • [Fixed] [SECURITY.md] Update security policy #125

administratives

  • This project was registered to the Korea Copyright Commission's software copyright registration system. the registration number is C-2020-018490 and approved in June 3, 2020.
  • The open source license applied to this project will remain the same now and in the future.

v1.6.5

21 May 05:19
3ecf6fa
Compare
Choose a tag to compare
  • [Added] [system/uri] add _YAML option to read_requests() #123

v1.6.4

04 May 16:30
f6c459d
Compare
Choose a tag to compare
  • [Fixed] [system/storage] mismatched function name move_uploaded_files_to_storage #121
  • [Fixed] [cli] Could not connect to database in CLI mode #120
  • [Fixed] [helper/webpagetool] mistypo with ) #119

v1.6.3

20 Apr 12:31
4dacbbf
Compare
Choose a tag to compare

Changes

  • [cli] Could not connect to database in CLI mode #120
  • [helper/webpagetool] mistypo with ) #119

v1.6.2

12 Apr 12:47
f1c8e01
Compare
Choose a tag to compare

Changes (1.6.2)

  • [system/uri] simplify URI parsing procedure and fix some bugs #118

v1.6.1

12 Apr 09:50
38805aa
Compare
Choose a tag to compare

Official new version: 1.6.1

Changes (1.6.1)

  • Added: [system/database] set created time range of separated tables #112
  • Added: [system/uri] Add support CDN/Streaming base URL #113
  • Fixed: [system/base] Fatal error: Call to undefined function check_function_exists() in system/base.php on line 262 #114
  • Fixed: [system/database] Parse error: syntax error, unexpected '}' in system/database.php on line 365 #115
  • Fixed: [system/base] change the base url policy enhancement #116

Changes (1.6)

  • Fixed: [system/database] optimize speed of temporary table #84
  • Added: [system/security] Compression: DEFLATE/GZIP/ZLIB/BZIP/LZF #89
  • Fixed: [system/database] speed up to massive SQL insert/update #90
  • Fixed: [system/database] mysql where clause not working if column value is null #91
  • Fixed: [system/database] [draft] Journaling for SQL INSERT statement #96
  • Added: [helper/webpagetool] add support async(asynchronous) method #97
  • Added: [helper/webpagetool] Add support aria2c (alternative like wget) #98 #99
  • Added: [helper/webpagetool] Add support 'httpie` method #100
  • Added: [system/perftool] throttling the max CPU usage #101
  • Fixed: [system/database] Fatal error: Uncaught Error: Call to undefined function sum() in /app/system/database.php on line 325 #104
  • Fixed: [system/database] incident query and wrong blocked #105

Thanks.