Releases: plone/cookiecutter-zope-instance
Fixing blob-cache
CORS support.
- Feature: Add CORS support by generating a
cors.zcml
if enabled.
[@jensens, 2024-03-06]
ZCML BBB
Breakings, features and bugfixes
Attention, the config file-format changed incompatible for 2 settings:
- all ZCML related is flattened (see README)
- Real boolean values for
verbose_security
anddebug_mode
, not strings anymore.
Log:
-
Feature: Implement #14 Generate RelStorage specific pack/import/export configuration.
[@jensens, 2024-02-21] -
Feature: Helper script to transform an input configuration file for
cookie-cutter-zopeinstance from environment variables with a given prefix
and output the result to a file.
[@jensens, 2024-01-22] -
Feature: Generate absolute paths in outputs.
Fixes #5
[@me-kell, @jensens, 2024-01-22] -
Breaking: Flatten zcml variables dict to multiple variables prefixed with zcml.
This allows for modification of variables in Docker entry points.
[@jensens, 2024-01-21] -
Bugfix: Boolean values in configuration are always true or false (bool).
Unified for verbose_security and debug_mode.
[@jensens, 2024-01-21] -
Bugfix: typo
db_relstorage_orcale_*
incookiecutter.json
fixed.
[@mliebischer, @jensens, 2024-02-28] -
Bugfix:
profile_repoze_*
settings were not taken into account.
[@mliebischer, @jensens, 2024-02-28] -
Bugfix: Remove unused setting
deprecation_warnings
fromcookiecutter.json
.
[@mliebischer, @jensens, 2024-02-28]
Settled state
Release the working state as is. It is stable but not perfect.
In working condition
Rock solid for general use cases, may need more testing with more exotic settings.
Initial release
This is an initial beta release