@@ -16,17 +16,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616* CI workflow to build and push service images to GitHub Container Registry on master merge. (#97 )
1717* Pull-first with local build fallback for container images during deployment. (#97 )
1818* MySQL slow query log for queries exceeding 10 seconds or not using indexes. (#76 )
19+ * Strengthen MySQL superset password: secrets module, expanded charset, 24 chars. (#89 )
20+ * SQL Lab query row limits, timeout caps, and validation timeout. (#81 )
21+ * Superset metastore and explore form data caching via Redis. (#79 )
1922
2023### Changed
2124
2225* Completed [ ARCHITECTURE.md] ( ./docs/ARCHITECTURE.md ) (#93 )
2326* Migrated CI from self-hosted to GitHub-hosted runners with Docker-in-Docker test infrastructure. (#94 )
2427* Test workflow always builds service images locally for reproducibility. (#97 )
28+ * Enabled parallel replication applier threads on secondary MySQL nodes. (#75 )
29+ * Clean up temporary ` .pyc ` files on remote nodes after execution. (#51 )
30+ * Set ` innodb_flush_method=O_DIRECT ` to eliminate double caching in containers. (#74 )
31+ * Reduced InnoDB change buffer size for read-heavy BI workload. (#72 )
32+ * Set InnoDB buffer pool size to 1G for improved query performance. (#71 )
33+ * Relaxed Terraform version constraint to accept any 1.x release. (#40 )
34+
35+ ### Removed
36+
37+ * Removed personal contact section from README. (#159 )
2538
2639### Fixed
2740
41+ * Upload ` .py ` source instead of ` .pyc ` bytecode to decouple host Python version. (#38 , #41 )
2842* Fixed ` run_mysql_server() ` not instantiating ` MySQLServer ` class. (#94 )
2943* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94 )
44+ * Made ` create_directory() ` idempotent to support deployment re-runs. (#35 )
45+ * Added default inventory directive to ` ansible.cfg ` . (#42 )
46+ * Fixed Publish workflow ` write_package ` permission denied by adding OCI source labels for GHCR repository linking. (#99 )
3047
3148## 1.0 - 2024-10-13
3249
0 commit comments