Skip to content

v1.2.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 06 Apr 01:13
· 54 commits to master since this release
  • MySQL settings
    • Adjusted innodb_log_file_size and innodb_log_buffer_size (#2)
      • innodb_log_file_size = 128MB
      • innodb_log_buffer_size = 8M seems to be sufficient (was 32MB)
    • Using multi-byte UTF (utf8mb4) encoding by default (#3)
    • Using collation_server = utf8mb4_0900_ai_ci in MySQL 8.0
      • utf8mb4_0900_ai_ci is the new default collation in MySQL 8.0.1 and later
  • Added automated tests (#4)
  • Image are now built and published to Docker Hub by Travis CI
  • Updated docker-entrypoint.sh scripts from upstream